Detach database in SQL Server
Database
1
Posts
1
Posters
1
Views
1
Watching
-
Hello database experts, In SQL Server is an option to update statistics before detaching a database, both using Transact-SQL and management studio wizard. The purpose and advantage of updating statistics is clear. My question is that, why should we update statistics before detaching a database? Is there any performance issue in recovery of database while attaching? or something else?
SignatureNotFoundException