Viewing 3 posts - 31 through 33 (of 33 total)
You should use sp_addlinkedserver 'name of instance'
You can only use a linkedserver as the source of the data (From Clause)
The insert should be done running your query on the server...
July 3, 2009 at 6:34 am
#1019744
Maybe it could be usefull to do a select distinct into a new separate table.
Then you could use 'truncate table' and actually rename to the new table to the old...
July 3, 2009 at 6:26 am
#1019740
Table variables are set into memory but also in tempdb!
This is one of the big msitakes people make and I found it in a lot of sql books!
April 2, 2008 at 4:43 am
#797092