Hi, I will share SQL Server DBA Scripts in this post.
Read More »Tag Archives: sql server select machine name
SQL Server Update Database Statistic
Hi, Database objects stats should be up to date for making the right decision of SQL Server optimizer.
Read More »SQL Server Rebuild and Reorganize Index
Hi All Indexes in the SQL Server database will be fragmented After related tables got many update, delete transactions.
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 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 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 »SQL Server Missing Index
Hi, The use of Index in the SQL Server database occurs in environments that require the most performance, speed, and memory savings.
Read More »SQL Server Collection Inventory Script -2
Hi, You want to learn all Inventory of SQL Server when you connect to SQL Server database for the first time.
Read More »SQL Server Change TempDB File Location
Hi, TempDB is one of the most important system databases of SQL Server.
Read More »