Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ptang
Starting Member
4 Posts |
Posted - 2008-03-24 : 12:00:30
|
Hi,In the action segment of a SQL 2005 trigger, raiserror('message string', 0, 1)displays the string on the query window when the trigger is activated.I'd like to display this text message on a popup window(preferably with SQL statements). Thank you,Peter |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-03-24 : 17:06:12
|
You can not do this with SQL. It must be done in your application.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
|
|