July 11, 2008 at 1:58 pm
GSquared you rules......thanks man
thanks every one who tried to help me.
July 14, 2008 at 1:21 pm
Just a note, I am running SSMS in SQL 2000 Compatibility Level (connected to SQL 2005) and Try/Catch works fine for me.
July 27, 2008 at 1:12 am
I have faced the same problem in my SQL server.
Its because of the older version .. please install the latest patches and try it out.
BEGIN TRY
BEGIN TRANSACTION
COMMIT TRANSACTION
END TRY
BEGIN CATCH
ROLLBACK
END CATCH
Thanks and Regards,
Venkatesan Prabu, 😛
My Blog:
http://venkattechnicalblog.blogspot.com/
Viewing 4 posts - 16 through 18 (of 18 total)
You must be logged in to reply to this topic. Login to reply