How are you all? Atlast, I got some time to start my articles on SQL Server 2008. Let's see how it goes?
There are lot of fantastic features introduced in SQL Server 2008. Starting from Intellisense to advanced features like handling objects. One important change done by Microsoft in SQL Server 2008 is, storage architecture. Storing the data in this new version is entirely different to the older one. You can see all the features in my future articles. Let me start with a small part "Activity Monitor".
In SQL Server 2008, Activity Monitor is more flexible and it will give most of the details about a server. Goto Server -> Right click-> Activity Monitor, your activity monitor will be opened.
There are three major items,
1. Overview - Pictorial representation of your server details.
2. Processes - User processes and other details.
3. Resource waits - Deadlocks and other resource waits details.
4. Data file I/O - I/O details.
5. Recent Expesive queries - Long running queries.
Overview Tab in Acitivity Monitor:
1. This tab will provide you the processor time - Time taken for the processor to respond.
2. Any waiting tasks in the server.
3. Database I/O - How the database I/O looks like?
4. Batch requests/sec - Nature and load of the batch requests.
Processes tab:
This tab will list down all the processes available in the server(SPID), the application used in accessing the server, wait time, wait type, wait resource, login information, blocked by etc..,
Resource Waits Tab:
This tab will listdown all the available resources and average time to use the resource.
No comments:
Post a Comment