|
I have a query that uses BCP to output results to a file. I would like to supress the results of the BCP and replace them with my own custom message. i.e I would like to replace: with Thanks
(comments are locked)
|
|
Sorry, the user running the script simply has to click on the 'Messages' tab to get my comments. I need a nap! Can you mark your question as answered?
Dec 10 '09 at 07:00 AM
Mark Allison
(comments are locked)
|
|
Assuming you are using xp_cmdshell to invoke BCP, then you can suppress the results from being displayed by including the no_output option. There is information about it at: http://msdn.microsoft.com/en-us/library/aa260689(SQL.80).aspx
(comments are locked)
|


