Q. Why should a local cross database query run around 90 times slower using 4 part naming?
e.g. insert into server1.database1.dbo.table1 c1,c2,c3 ....... select c1,c2,c3 ..... from server1.database2.dbo.table2
Initially running as a dts but tested the same in QA with same results
thanks.
[font="Comic Sans MS"]The GrumpyOldDBA[/font]
www.grumpyolddba.co.uk
http://sqlblogcasts.com/blogs/grumpyolddba/