Hi All Indexes in the SQL Server database will be fragmented After related tables got many update, delete transactions.
Read More »Tag Archives: SQL Server 2012
SQL Server Running Queries Monitoring
Hi, SQL Server DBA should monitor database and running queries everytime.
Read More »SQL Server Wait Events -3
Hi, You should find that which of wait events are in the SQL Server database.
Read More »SQL Server Performance TOP IO Query -2
Hi, If you got slowness complaint from customer, you need to monitor SQL Server Instance and database which sql is consuming a lots of resource.
Read More »SQL Server Unused Index
Hi, SQL Server DBA should monitor all indexes and which of indexes are using and which are not.
Read More »SQL Server Wait Events -2
Hi, You should find that which of wait events are in the SQL Server database and status of currently waiting tasks.
Read More »SQL Server Performance TOP CPU Query -2
Hi, If you got slowness complaint from customer, you need to monitor SQL Server Instance and database which sql is consuming a lots of resource.
Read More »SQL Server Backup Check
Hi, To summarize the backup we can say, Copy of Stored Data to Disk or Tape In case of unexpected errors or disasters, this copy can be defined as Restoring …
Read More »SQL Server Check Table Partitioned
Hi, Partitioning is to create our very large tables or indexes in separate segments.
Read More »SQL Server Collection Inventory Script -3
Hi, You want to learn all Inventory of SQL Server when you connect to SQL Server database for the first time.
Read More »