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
Date conversion
Microsoft SSIS Service failed to start. Error: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
MS Project 2007, How to add a Column 'Percent'
vb.net selected item from listview
Display No Rows or No Data Found Message for the Matrix in SSRS
Page life expectancy
How to Send Alert Info from Dell Open Manager Via Email
Regional settings GREEK , decimal separator "," sql server 2000, But does not update a textbox tha binds to a float field,C# framework 2.0
Find a Text in a cell and copy it to another cell.
Access 2003: shell command - quest 2