Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL-Server messaging

Status
Not open for further replies.

gaus

Programmer
Feb 5, 2001
92
0
0
US
Hi,
Does anyone know how to simpy return an informational message from a procedure/trigger without using RAISERROR? Something like VB's good-old msgbox?
Thanks,
Gary
 
does print not work for you.

e.g print 'Testing'

In query analyzer the text will apear on the messages tab.
 
I just found that about 30 minutes ago after trying to think of all of the ways (keywords) DB software tends to use to interact. It does exactly what I wanted. Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top