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
Is it possible to create a database snapshot from a back up file, without having to restore it first?
weblogic portal 10.3.2
CreateProcess terminates immediately
Php SOAP-ERROR: Parsing WSDL
I need to adapt VB script to run on SQL Server
Trouble with Menu Drop Down Form
Return a Char at position
Adding timestamp to outfile File
Query not inserting rows into table
Microsoft Information Store stalling issues