Hello
I was wondering if it is possible to suppress the following output when I run an "EXEC sp_rename ......"
The COLUMN was renamed to 'Baseline_Value'
My aim is to suppress all messages except for error messages. I already use SET NOCOUNT ON.
Any ideas??
John
I was wondering if it is possible to suppress the following output when I run an "EXEC sp_rename ......"
The COLUMN was renamed to 'Baseline_Value'
My aim is to suppress all messages except for error messages. I already use SET NOCOUNT ON.
Any ideas??
John