2 min read 0 MSSQL Make Named instance look like a Default instance OTI 29 June 2021 Convert or make SQL Server Named instance look like a Default instance Hi tech giants, today I have learn how…
3 min read 2 MSSQL Find database growth size in SQL Server OTI 28 June 2021 All of a sudden I received an email from the database owner – “pls share file growth if u have…
3 min read 0 MSSQL How to Configure MSSQL Backup Compression as the Default Option OTI 28 February 2021 Introduction In Microsoft SQL Server, backup compression is a powerful feature that can significantly reduce the size of database backups,…
3 min read 2 MSSQL Find blocking by T-SQL Queries OTI 27 August 2020 Blocking is an unavoidable and by-design characteristic of any relational database management system (RDBMS) with lock-based concurrency. As mentioned previously,…
2 min read 2 MSSQL Find who dropped Database at what time OTI 12 January 2020 Find who dropped Database at what time As a DBA often we face a scenario that someone has dropped the…
1 min read 2 MSSQL Provide a SQL Login ALTER TRACE permission OTI 5 January 2020 Provide a SQL Login ALTER TRACE permission One SQL login holder asked DBA team “Please provide me profiler access urgently“.…
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…