Hello, In SQL Server 2008 R2, I have created an SSIS package to pull from an ODS and feed a Data Mart. To build the OLAP cube, I am using identity keys as the primary keys to the tables. TableA has 4,000,000 rows and I am updating each row with a foreign key from TableB [...]
1. How can I lookup the change rate of a database? 2. How can I check the percentage of calls to the database that are reads? 3. How can I check the percentage of calls to the database that are writes?
HOW TO ROLL BACK SERVICE PACK IN SQL SERVER 2005
steps for accesing sql data through ado.net code over LAN NETWORK
I need to automatically create backups of my 42 production databases every night without taking my SQL Server 2008 offline. Is this possible? A full backup and transaction backup so I can step back to the exact time I need?
I am using oracle 10g and I want to use a standby database for high availability of my database. I did almost everything; but I don’t know how a user can connect to the standby server when the primary has failed. This is my connection string “Data Source=(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = [...]
I have a AS400 online cobol program that needs to get data dynamically from a vendor systems SQL server database. Is there a API or some method for doing this. Help.
Can u tell me how to connectivity in java & oracle / my sql. I know connectivity in java & Ms Access. But i want to connect java & oracle. Pls give each & every steps. Bcause i’ll be connecting 1st time. Pls tell me all settings & which file for connect & …….
We have a remote sql 2005 server set we will be replacing with a Windows 2008 Cluster. The db supports a 3rd party app. The app has not completely endorsed for sql 2008. If I build an active/passive cluster with sql 2005 on Windows 2008, is there the ability to upgrade the sql server to [...]
We have a 500GB database, we use a san server with 16 drives. Eight drives are for storage and the other eight for mirroring. All eight drives is one RAID 10 and within that RAID 10 we partition the drives into 8 drives (please seee below) we are having so much slow performance on the [...]
Does the SSMA or SQL Server Migration Assistant actually have a custom DECODE function that can be used in SQL Server? I’ve installed SSMA and can’t find that function in the sysdb database. I assumed there was such a function based on a blog posting made by Kevin Kline. If there is a function in SSMA could [...]
HI]] I want to send email alert when aotomatic failover occurs in in Sql-Server 2005/2000. Specs: Active/Active NO DR solutions
Hello, We have implemented transactional Replication[Push] on our SQL Server 2005 DB. The Distributor is the Publisher. The publisher is on one server and the subscriber on another. After synchronizing the DB, the tables count and the no of recs per table are identical on both the servers, however the actucal db size on the hard [...]
How can I change my SSRS to allow exporting into EXCEL and eliminate the header portion of report which includes merged cells. These prohibit my user from being able to sort a column in the table data.
Hi guys, Here’s my script I have created aggregate string function 'Tab_To_String' using this below script CREATE OR REPLACE TYPE t_varchar2_tab AS TABLE OF VARCHAR2(4000); CREATE OR REPLACE FUNCTION Tab_To_String (p_varchar2_tab IN t_varchar2_tab, p_delimiter IN VARCHAR2 DEFAULT ',') RETURN VARCHAR2 IS l_string VARCHAR2(32767); BEGIN FOR i IN p_varchar2_tab.FIRST .. p_varchar2_tab.LAST LOOP IF i != p_varchar2_tab.FIRST [...]
Which is the Best Tools for ETL/SSIS packages testing
How to select nth row from a table if they are not in any order
how to display values in one table by refering and checking values in another table
how do I put a value in a sql field that will not be counted in a excel pivot table? I am using excel as a front-end to sql. In particular, I am using pivot tables to slice and dice sql tables. The field I am interested in has either a text value or a [...]
I think this one will be tricky. What I have is a table like: CREATE TABLE PHOTO_DETAIL ( ”PHOTO” VARCHAR2(25 BYTE) NOT NULL ENABLE, ”NUM_LINE” NUMBER(20,0) NOT NULL ENABLE, ”PHOTO_LINE” VARCHAR2(180 BYTE) ) what I am going to have is: CREATE TABLE PHOTO_DETAIL ( ”PHOTO” [...]





