6 min read 0 MSSQL Database Backup & Restore in SQL server OTI 2 October 2019 Introduction Backing up a database is one of the most…
3 min read 0 MSSQL List of jobs associated with database in SQL Server OTI 30 September 2019 Introduction As a Database Administrator (DBA), my recent task involved…
3 min read 1 MSSQL Find Database size in SQL Server OTI 30 September 2019 Introduction In this article, we will try to pull all…
1 min read 0 MSSQL SQL Instance Last restart date and time in SQL Server Soyeluddin Biswas 29 September 2019 Introduction: When your SQL instance was last restarted? I understand…
2 min read 2 MSSQL Database restore history in SQL Server Soyeluddin Biswas 27 September 2019 Introduction This script will help you to get the restore…
4 min read 2 MSSQL How to create database user on secondary node if DB is in readonly mode in SQL Server? OTI 27 September 2019 Scenario How to provide ‘db_dataread’ database role to a SQL…
3 min read 0 MSSQL Exploring Database File Information with T-SQL OTI 25 September 2019 Introduction In the world of database management, having a clear…
3 min read 0 MSSQL Find Physical file location for all the databases in SQL Server Soyeluddin Biswas 25 September 2019 Introduction Very often DBAs need to find the location of…
2 min read 0 MSSQL Set Auto growth for all the databases wit T-SQL Soyeluddin Biswas 24 September 2019 Introduction Managing the growth of database files is an essential…
3 min read 2 MSSQL Find database growth size and store in a table in SQL Server OTI 24 September 2019 Introduction Managing database sizes is a crucial task for database…