Viewing 11 posts - 46 through 56 (of 56 total)
I add set nocount on to all my procs
July 21, 2005 at 11:26 am
Thanks,Scott. Firewall was the reason. I have already posted my reply above
Igor
July 15, 2005 at 11:29 am
You are right,the reason why I am using dynamic string is because name of linked server supplied as a parameter to the stored procedure.
Regards,
Igor
July 14, 2005 at 11:52 am
I figured out this problem. I had to enable MSDTC network access ,open port 135 and program msdtc.exe in Firewall on linked SQL Server (Windows 2003 SP1/SQL Server 2000 SP3a)....
July 13, 2005 at 6:22 pm
Thanks a lot for your input.
Igor
July 5, 2005 at 11:33 am
We are actually planning to stay with SP3a for a while.
Thanks,
Igor
July 5, 2005 at 11:33 am
It does exist on remote server. I have found a workaround. I made stored procedure on remote server dump data into local tables.My main procedure is calling proc on remote...
June 23, 2005 at 11:59 am
Unfortunately, INSERT INTO <table_name> EXEC <sp_name> will not work because SQL Server generates an error: An INSERT EXEC statement cannot be nested. I am capturing DBCC SHOWFILESTATS as INSERT INTO...
June 22, 2005 at 11:58 am
Thanks a lot Greg! Very useful.
Igor
June 10, 2005 at 1:48 pm
Thanks, Steve! I have figured this out after I posted my question. It worked nicely.
Thanks again,
Igor
June 8, 2005 at 6:48 pm
Viewing 11 posts - 46 through 56 (of 56 total)