Viewing 3 posts - 1 through 3 (of 3 total)
For example i run these statements on the query analyzer
Declare @ret as int
Declare @sql as nvarchar(4000)
Set @sql = 'Insert into mass.corpsafeacct.dbo.saf values(1)'
Exec sp_Executesql @sql
Select...
April 16, 2008 at 4:13 am
I have already read the article but could not find if there is any solution for OLE/DB errors as the stored procedure simply aborts the whole execution without going to...
April 16, 2008 at 3:51 am
Thnks for the reply, but the problem is little different.
Actually I have to create objects at the linked server that is B.
I have a script that takes 4 inputs.
SourceServer =...
October 29, 2007 at 11:26 pm
Viewing 3 posts - 1 through 3 (of 3 total)