4 min read 8 MSSQL Find disk space using Stored procedure or TSQL OTI 24 September 2019 Introduction xp_fixeddrives only provide how much disk space is free…
3 min read 0 MSSQL Find text in Stored Procedures & then find JOB associate with Stored Procedure OTI 23 September 2019 Introduction Few days before I was asked to disable some…
3 min read 0 MSSQL Increase the number of ErrorLog in SQL OTI 21 September 2019 If something goes wrong on the SQL database server, the…
2 min read 0 Database Maintenance MSSQL Move SQL Server database files to another location OTI 20 September 2019 Issue If any drive is full due to the large…
3 min read 0 MSSQL Find the user who executed DELETE on tables in SQL Server OTI 18 September 2019 Introduction In the world of SQL Server administration, it’s not…
15 min read 18 MSSQL TSQL Queries Used by SQL DBA in day to day OTI 17 September 2019 In this article, we’ll explore some of the most commonly…
1 min read 0 MSSQL About SQL Server Versions OTI 10 September 2019 Introduction I always very much confused about SQL Server Versions.…
14 min read 1 MSSQL SQL Server DBA Frequently Asked Questions OTI 1 September 2019 What is RDBMS? Relational Database Management Systems (RDBMS) are database…
5 min read 1 MSSQL Monitoring and Analyzing SQL Server Sessions with T-SQL OTI 26 May 2019 Introduction SQL Server is a powerful relational database management system…
2 min read 0 MSSQL Create User Defined db_executor database role OTI 6 June 2018 Fixed database roles in SQL Server include db_datareader, db_datawriter and…