If I have PRINT 'something' in a trigger, where does that output go?

VothRoyamma

New Member
I also want to knoW: If I have PRINT 'something' in a trigger, where does that output go?I'm using SQL Server 2008R2If I want to show Print statment from trigger to my.aspx page ?Is it possible to return any variable value from trigger ?Is it possible to use string function i.e. string.Contains() and string.Split() on column value ?
 
Back
Top