Posts by user61081 • 31 points
1 post
-
3
votes1
answer193
viewsQ: Show warning message without exception
I would like to display an alert message to the user without causing exception in the Database. I am using SQL Server. So I cannot use RAISERROR, nor PRINT, because it is not shown to the user.…