Today I need to call an existing stored procedure that inserts a line into a table. This proc always returns the RowID of the inserted line.
In the place where I'm calling it I can't have that result set, so I need to suppress it.
Had to search to find the answer, I'll blog it here so I don't lose it again.