Microsoft
Software
Hardware
Network
Question : Viewing print output from a Stored Procedure in SQL Server Management Studio
So, I've got Microsoft SQL Server Management Studio 2008.
In the "old" days (earlier version, probably Visual Studio 2005), I had PRINT statements in my stored procedure and I could execute the SP and see all the print statements in an output window.
Now, when I execute a SP, I don't see these print statements, even in the Messages window.
Any suggestions?
Thanks,
Steve
Answer : Viewing print output from a Stored Procedure in SQL Server Management Studio
if any of the values for example '@ITEMTYPEIDENTIFIER ' is null , then the string catenation will result in null,
PRINT @ITEMID + ' | ' + ISNULL( cast( @ITEMTYPEIDENTIFIER as varchar ) , '' )
Random Solutions
VBA, Copy cell contents down.
Batch at boot before login: Scheduled taks does not work for local login on domain-PCs
Advanced Filter Macro problems
Ways to hide columns in datatable and datagrid - win forms
Login - Username and Password
VBA Code for Indirect Back End Synchronization Over VPN?
New Button Disabled on Form
Sorting by Activity Date in Ascending Order
SQL Query Dups
Missing Drafts Folder