Does updating statistics cause tables to be inaccessible? In other words, can you run this procedure without downtime?
Specifically for SQL Server 2005
Does updating statistics cause tables to be inaccessible? In other words, can you run this procedure without downtime?
Specifically for SQL Server 2005
No, and Yes.
sp_updatestats can be run against a live database without downtime.
In SQL Server 2000, you can run this procedure without causing downtime. I doubt that has changed in later versions.