SQL Script to find the database & their files details on a SQL Server
SQL Script to find database details Sometimes we need a SQL Script which can give the below information about the…
SQL Script to find database details Sometimes we need a SQL Script which can give the below information about the…
SQL Script to find database restoring history Sometime we need to find out the history of database restoration to get…
SQL Script to find database last access date Sometime we create databases on Test/ Development database servers for temporary uses…
SQL Script to find triggers in SQL Database Sometime we need to find all the triggers defined on the database.…
Complete months between two given dates Below script will help in finding the complete months within the 2 given dates.…
Complete weeks within two given dates Sometimes we need to find out the complete weeks within two given dates. Below…
Script to find the missing indexes Performance tuning in SQL is important exercise and index creation is an important part…
One of the important task of any DBA is to find out all the jobs which are failed yesterday. Below…
Sometimes we need to find out how many stored procedures contains a given text. Below SQL query can be used…
Below is the SQL query which can be used to find out the tables which are created or modified on…