Consider that i have a maintenance activity on my dataserver which hosts a lot of databases. Now before the maintenance , I would like to make sure that there are no writes/updates happening to the database for atleast 2-3 hours. Is there a way to know this ? Although i can make sure that all the jobs contacting the dataserver are all held during the maintenance , Having a way to know this for sure would help.
Thanks
You can use Sql Server Activity Monitor for Checking the current Activities going on in the server.
In SQL Server Management Studio, You can also open Activity Monitor at any time by pressing CTRL+ALT + A.
In activity monitor you can see. Active User Tasks,Resource Waits, Data File I/O, etc
You can get a detailed description at http://msdn.microsoft.com/en-us/library/ms175518.aspx