C Sharp Logs
Random tech stuff, mostly related to C# and Microsoft .NET, but not only...
Tuesday, 23 June 2009
instant SQL print error message
set @msg = convert(varchar,getdate(),108) + ' - ' + some message here ...'
raiserror(@msg,0,1) with nowait
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment