For a SQL 2000 server, is it bad to see too many
exec sp_releaseschemalock 1
events in a SQL trace file?
|
For a SQL 2000 server, is it bad to see too many
events in a SQL trace file? |
||||
|
|
|
Since sp_releaseschemalock is an internal stored procedure, under normal circumstances, seeing many of it is not an issue. |
|||
|
|