Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 How to setup SP on a linked server

Author  Topic 

insanepaul
Posting Yak Master

178 Posts

Posted - 2009-06-08 : 03:47:24
I'm deleting and adding records using a linked server however one of the delete statements times out after 5 mins (the table has 100000 rows) so was wondering how to setup a SP on the other server then call it using the linked server commands. Anyone know what I'm trying to do?

delete from linkedserver.strcell where sgridguid in (select sgridguid from strgrid where stoolguid = @stoolguid)
   

- Advertisement -