Microsoft
Software
Hardware
Network
Question : Print nvarchar doe not print any output
I have a stored procedure which I want to debug
I have a few fields that are nvarchar(4000)
example @SqlString nvarchar (4000)
This field is set to some text, when I do a print there is no output
PRINT @SqlString
so when I do the follow exec sp_abc , i expected the print to output some information
If i add PRINT 'TEST' , i do see this being output
Answer : Print nvarchar doe not print any output
If you are building up @sqlstring progressively, any time you add a NULL to it, the entire string becomes null and print null = no output.
Random Solutions
How to open .BMP file with Internet Explorer in Windows XP OS.
MDT 2010 Resources
Locking down Exchange in SBS 2003
LOAD DATA INFILE
Close a connection to Ajax
can't find Printer Setup Utility in Mac OS X 10.5.8
cannot find webica.ini in Windows 7
Exchange 2007 Incremental backup
Include page headers when printing HTML pages with different headers on some of each page
Disable IPv6 on windows 2008