4 min read 1 MSSQL Extended Security Updates for SQL 2008 OTI 22 December 2019 How to get SQL Extended Security Updates for SQL 2008/2008 R2 database instance. The End of Support date for SQL…
3 min read 0 MSSQL Change ‘TempDB’ file location in SQL Server OTI 18 December 2019 Introduction The TempDB database is essential to SQL Server’s management of temporary data and execution of different tasks. The TempDB…
3 min read 1 MSSQL Determine or Estimated time (ETA) of Backup & Restoration OTI 4 December 2019 As a DBA you may face a few common questions whenever someone accidentally deleted some database objects or the whole…
4 min read 2 MSSQL Send Disk space report daily by a Job OTI 29 November 2019 How to send Disk space report daily by a Job Send Disk space report daily by a Job. Here we…
4 min read 0 MSSQL Send Database Backup Report Daily by a Job OTI 28 November 2019 How to Send Database Backup Report Daily by a Job Send Database backup report daily by a Job. Here we…
8 min read 0 MSSQL Find Server Information by TSQL script OTI 26 November 2019 Display all Server Information by using TSQL script The below listed all SQL Server Information can be retrieved by a…
2 min read 0 MSSQL Backup & Restore Multiple Databases OTI 25 November 2019 Backup and restore all databases from an old SQL server and restore it on new SQL server. The number of…
3 min read 1 MSSQL Fixing Orphaned Users in SQL Server OTI 25 November 2019 Introduction In easier terms, a ‘Login’ is like an entry pass to get into a SQL Server, and a ‘User’…
2 min read 0 MSSQL Find cached execution plan OTI 21 November 2019 An execution plan, simply put, is the result of the query optimizer’s attempt to calculate the most efficient way to implement the request…
8 min read 3 MSSQL Configuring Database Mail in SQL Server OTI 17 November 2019 SQL Server Database Mail facilitates email communication directly from the database engine. This capability is critical for transmitting query results,…