2 min read 2 MSSQLDatabase restore history in SQL Server Soyeluddin Biswas27 September 2019 Introduction This script will help you to get the restore…
4 min read 2 MSSQLHow to create database user on secondary node if DB is in readonly mode in SQL Server? OTI27 September 2019 Scenario How to provide ‘db_dataread’ database role to a SQL…
3 min read 0 MSSQLExploring Database File Information with T-SQL OTI25 September 2019 Introduction In the world of database management, having a clear…
3 min read 0 MSSQLFind Physical file location for all the databases in SQL Server Soyeluddin Biswas25 September 2019 Introduction Very often DBAs need to find the location of…
2 min read 0 MSSQLSet Auto growth for all the databases wit T-SQL Soyeluddin Biswas24 September 2019 Introduction Managing the growth of database files is an essential…
3 min read 2 MSSQLFind database growth size and store in a table in SQL Server OTI24 September 2019 Introduction Managing database sizes is a crucial task for database…
4 min read 8 MSSQLFind disk space using Stored procedure or TSQL OTI24 September 2019 Introduction xp_fixeddrives only provide how much disk space is free…
3 min read 0 MSSQLFind text in Stored Procedures & then find JOB associate with Stored Procedure OTI23 September 2019 Introduction Few days before I was asked to disable some…
3 min read 0 MSSQLIncrease the number of ErrorLog in SQL OTI21 September 2019 If something goes wrong on the SQL database server, the…
2 min read 0 Database MaintenanceMSSQLMove SQL Server database files to another location OTI20 September 2019 Issue If any drive is full due to the large…