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.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 display exception information in t-sql script

Author  Topic 

helpme
Posting Yak Master

141 Posts

Posted - 2005-01-09 : 14:17:00
is there a way to display information within a t-sql script?

You can do it in oracle with dbms_output.put_line, but I didn't know if sql had this or not.

Hippi
Yak Posting Veteran

63 Posts

Posted - 2005-01-09 : 14:46:57
quote:
Originally posted by helpme

is there a way to display information within a t-sql script?

You can do it in oracle with dbms_output.put_line, but I didn't know if sql had this or not.


How about Print?
Go to Top of Page
   

- Advertisement -