Viewing 15 posts - 1,786 through 1,800 (of 3,061 total)
bteraberry (6/30/2010)
PaulB-TheOneAndOnly (6/30/2010)
Gopal Rathore (6/30/2010)
June 30, 2010 at 12:09 pm
On DTS Export wizard, once you have selected the source SQL Server tables click on "Transform" then select "Delete rows on destination". This has to be done for each table.
June 30, 2010 at 8:10 am
nano2nd (6/30/2010)
The Wizard does not give me the option of selecting a directory that is not on the primary server.
1- Share a directory on remote server
2- On primary server map...
June 30, 2010 at 7:25 am
Gopal Rathore (6/30/2010)
June 30, 2010 at 6:55 am
Were all 108 databases set to full recovery model?
June 30, 2010 at 6:46 am
I'm in agreement with Gianluca.
Having said that - as a rule of thumbs - I generally favor functions when the piece of code is expected to be reused and can...
June 30, 2010 at 6:24 am
stewartc-708166 (6/30/2010)
It works best for the archiving of huge datasets (hundred million plus records) that are not interrogated on a regular...
June 30, 2010 at 6:18 am
I wouldn't call them "customers" but "victims".
I'm tempted to say: "just ask everybody for her/his SSN and use it as PK" but I'll behave well and I'll refrain for saying...
June 29, 2010 at 12:20 pm
Larry Kruse (6/29/2010)
June 29, 2010 at 12:09 pm
damodar.kamat (6/29/2010)
Paul,In the below command:
insert into MyLocalTable(name,fullname) select name,fullname from test@SQLTEST
what is MylocalTable? Is this table to be created on Sql server ?
MyLocalTable is the local, pre-created, empty SQL...
June 29, 2010 at 11:32 am
rkpuhan (6/9/2010)
insert into test@SQLTEST (name, fullname)
values ('Oracle', 'Oracle server data');
Test is the SQL server table name and sqltest is the db link name.
If I am...
June 29, 2010 at 11:17 am
Gopal Rathore (6/25/2010)
June 29, 2010 at 11:04 am
Viewing 15 posts - 1,786 through 1,800 (of 3,061 total)