BESMGMT database maintenance -
10-19-2006, 10:15 AM
All,
I am planning to move my BESMGMT.MDF and .LDF to a new drive
Prior to, I am wondering if there are OSQL commands which could be fired off
to ensure the health of these databases.
Does anyone use / know of any good practices for the validity and vitality of these MSDE databases?
FYI: method of the above mentioned db move
osql -E
exec sp_detach_db @dbname = "BESMGMT”
go
quit