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
SQL error with web site
populate textbox value into table field using code
Forefront TMG - Outbound IPSec Connection gets blocked
HTTP Error 403.1 publishing WCF Service
Reason for MyProj.csproj.FileListAbso<wbr />lute.txt
Outlook 2007 Browser Link
MS Access Audit using Screen.ActiveControl.OldVa<wbr />lue
Vista Home Basic & Vista Business - IE8 not supported
SQL Insert INTO script syntax error
How to copy rows from a table and put them in same table and joined to two other tables ?