Hi all,
I noticed that whenever I run the bcp command,
Example: EXEC master..xp_cmdshell 'echo test > c:\test.txt'
It will always return an OUTPUT field with value NULL in the Results Pane, it is possible to disable it?
I'm trying to append a text file using bcp command which will be excecuted many times, and I would like to avoid the following error.
"The query has exceeded the maximum number of result sets that can be displayed in the results grid. Only the first 100 result sets are displayed in the grid"