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
ORA: 6533 Subscript out of range
Exchange 2010 inbound attachment size limit
Flag duplicate record
Computing next id in base 36
Getting round-robin load balancing working with vSphere 4.0 cluster on EqualLogic PS4000X
Update HP onboard administrator SSH version?
VB equation is slightly off
Default Printer Changes using Terminal Server
Mixing x32 and x64 apps and OS's
Script to email newly created computers. Need to add groups & users accounts also.