Understanding of GDPR & HIPPA
Ensuring GDPR (General Data Protection Regulation) and HIPAA (Health Insurance Portability and Accountability Act) compliance involves a comprehensive approach to […]
Category containing DBA Scripts
Ensuring GDPR (General Data Protection Regulation) and HIPAA (Health Insurance Portability and Accountability Act) compliance involves a comprehensive approach to […]
Multiple execution plans being cached for the same query can lead to performance degradation. This article explains how to solve it.
How to resolve multiple execution plans cache issue? Read Post »
When SQL Server compiles and executes a SQL batch, it does not compile each line of code individually. Instead, it
SQL Script to find database details Sometimes we need a SQL Script which can give the below information about the
SQL Script to find the database & their files details on a SQL Server Read Post »
SQL Script to find database restoring history Sometime we need to find out the history of database restoration to get the
SQL Script: – How to find the database restoring history of SQL Server databases Read Post »
SQL Script to find database last access date Sometime we create databases on Test/ Development database servers for temporary uses
SQL Script: – How to find the last access date of a database Read Post »
Problem Sometimes users may have numerous of databases in their SQL Server. However, while managing their database sometimes by mistake
Learn How to Recover Deleted Records from SQL Server 2014 Read Post »
Ways to Restore Database from MDF File Introduction In todays decade Relational database Management system became the necessity of the
Two Ways to Restore Database from MDF File in SQL Server Read Post »
Resuming Suspended Database Mirroring in SQL Overview Database mirroring is a feature in SQL Server which is creating and maintaining
How to Resume Suspended Database Mirroring in SQL Server ? Read Post »
SQL Script to find triggers in SQL Database Sometime we need to find all the triggers defined on the database.
SQL Script to find all the triggers defined on a database or on a single table Read Post »
Script to find the missing indexes Performance tuning in SQL is important exercise and index creation is an important part of it.
One of the important task of any DBA is to find out all the jobs which are failed yesterday. Below
SQL Script to find the list of all the jobs failed yesterday Read Post »
Sometimes we need to find out how many stored procedures contains a given text. Below SQL query can be used
SQL Script to search stored procedures containing a given text Read Post »
Below is the SQL query which can be used to find out the tables which are created or modified on
SQL Script to find the tables created from a given date Read Post »
Sometimes we need to find out the size of the database on a server. Below SQL Scripts can be used