Viewing 5 posts - 1 through 5 (of 5 total)
I have a doubt.What is the best practice in following the DECLARE statement?
It is DECLARE @variable1 datatype,@variable2 datatype
or
DECLARE @variable1 datatype
...
October 6, 2010 at 11:26 pm
Thank you so much Lowell.Now its working fime after using OPENQUERY.Thanks a lot 🙂
August 30, 2010 at 6:28 am
Why you have used OPENQUERY?is that the syntax to fetch the records from the linked server?
August 30, 2010 at 3:53 am
I have written an stored procedure that read some records from the remote table on the linked server.Actually whats the problem is When I execute the Stored Procedure ,the execution...
August 30, 2010 at 3:20 am
I have written an stored procedure that read some records from the remote table on the linked server.Actually whats the problem is When I execute the Stored Procedure ,the execution...
August 30, 2010 at 1:18 am
Viewing 5 posts - 1 through 5 (of 5 total)