Hello All,
In Query Analyzer I can run the command:
DBCC CONCURRENCYVALIDATION
and it will return a message with information on the number of concurrency violations in MSDE. My question is, since this command does not create a recordset how can I return the information from my stored procedure back to the client?
Thanks,
Andy
In Query Analyzer I can run the command:
DBCC CONCURRENCYVALIDATION
and it will return a message with information on the number of concurrency violations in MSDE. My question is, since this command does not create a recordset how can I return the information from my stored procedure back to the client?
Thanks,
Andy