Viewing 15 posts - 1,396 through 1,410 (of 1,518 total)
When wrapping the whole thing in a transaction, it works and the CATCH block is reached!
BEGIN TRAN
BEGIN TRY
EXEC LINKSERV.DBNAME.dbo.sprocName
END TRY
BEGIN...
March 14, 2008 at 2:31 pm
Thank you GSquared, this was very informative.
March 14, 2008 at 12:42 pm
GSquared (3/14/2008)
March 14, 2008 at 12:35 pm
I did the exact same test on the sql 2000 instance - the linked-server instance - and got the same output:
Msg 50000, Level 11, State 2, Procedure test_TRY_CATCH, Line 17
ERROR:...
March 14, 2008 at 12:20 pm
Matt Miller (3/14/2008)
March 14, 2008 at 12:17 pm
Come on guys, no takers on this? :w00t:
March 14, 2008 at 7:31 am
Todd Engen (2/9/2008)
As...
March 13, 2008 at 12:10 pm
Steve Jones - Editor (3/2/2008)
You cannot add the user to master without them being a member of public.
Steve,
Sorry, I'm missing the point, can you elaborate? What are...
March 3, 2008 at 1:23 pm
I have worked both with ORACLE and with SQL Server, and I must say, my user experience with ORACLE has been abysmal. I have no beef with the database engine...
March 3, 2008 at 12:41 pm
demmets (2/28/2008)
I am a DBA new to CLR and I have a developer who would like to start using CLR. I have started to research CLR but I have...
March 2, 2008 at 8:45 am
Sugesh Kumar (2/28/2008)
March 2, 2008 at 8:40 am
If you are referring to SQL mail - not database mail - then just run xp_startmail.
If SQL mail is working it will simply give you a warning that mail...
February 27, 2008 at 12:25 pm
While SQL Profiler and Perfmon are and will always be valuable tools, a SQL Server 2005 instance already stores a huge amount of information on its operational details in memory...
February 27, 2008 at 11:57 am
SQL ORACLE (2/26/2008)
A user is a database owner, but has no access at all to master database. Now, the user would like to execute one stored procedure...
February 27, 2008 at 10:47 am
I've had the same error message using Reporting Services:
see Post #449612 (the 2nd post),
http://www.sqlservercentral.com/Forums/Topic449604-147-1.aspx
I haven't been able to resolve this issue yet.
February 27, 2008 at 10:27 am
Viewing 15 posts - 1,396 through 1,410 (of 1,518 total)