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
Mass user Migrate from LCS to OCS 2007
Windows XP - BSOD STOP: C000021a The windows logon process terminated unexpectedly with a status of 0x00000005 (0x00000000 0x00000000)
Changing fileserver password
WCF Problem: The private key is not present in the X.509 certificate.
Acrobat 9.3.2 crashes on loading - Windows 7 64B
HP SAN drive fail
Install IIS with a vbs script.If supporting files needed pick from a predefined path.
download linux OS
vbscript create shortcut script, not completing script, no errors, code attached
Password Protect Back End of an Access Database