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
Compare two excel files
Outlook 2007 hangs while sending large emails (only over HTTPS, not over VPN or while on LAN)
Anyone knows what this fruit is called in english and if I can buy it in the USA somewhere even online
couple of things missing from Exchange 2010?
safely shutdown sharepoint on sbs 2003
Inconsistent crystal reports
can read ssl.crt/server.crt and ssl.key/server.key on centos about ssl of apache
Windows 7 WGA says my legitimate copy is NOT GENUINE
Unable to install any framework .NET in XP Mode (Virtual PC)
How to draw a cardioid in Opengl?