Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Font colour (color) used in SQL Server Management Studio (SSMS)
- IF @@TRANCOUNT>0 BEGIN
- PRINT 'The database update succeeded'
- COMMIT TRANSACTION
- END
- ELSE PRINT 'The database update failed'
- GO
Advertisement
Add Comment
Please, Sign In to add comment