Guest User

Untitled

a guest
Apr 24th, 2012
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Font colour (color) used in SQL Server Management Studio (SSMS)
  2. IF @@TRANCOUNT>0 BEGIN
  3. PRINT 'The database update succeeded'
  4. COMMIT TRANSACTION
  5. END
  6. ELSE PRINT 'The database update failed'
  7. GO
Advertisement
Add Comment
Please, Sign In to add comment