1 min read 0 MSSQL Find the users connected to SQL Server OTI 28 March 2023 In a SQL Server environment, it can be useful to monitor the user activity and track who is connected to…
4 min read 0 MSSQL Check SQL Server Version & license details OTI 12 March 2023 As a SQL Server DBA, I would rephrase the statement as follows: While SQL Server does not keep track of…
4 min read 1 MSSQL SQL Server DBA Roles and Responsibilities OTI 25 February 2023 Are you interested in the world of database management? Do you aspire to become a SQL Server Database Administrator (DBA)?…
7 min read 0 MSSQL Identify and Store Active Transactions OTI 10 February 2023 Scenario How to Identify and Store Currently Running Queries in a Table? To retrieve information about currently executing requests on…
4 min read 0 MSSQL Backup TDE protected database on Azure Managed Instance OTI 9 February 2023 We can take a COPY_ONLY backup of a TDE protected (encryption enabled) database on Azure SQL Managed Instance using the…
2 min read 0 MSSQL TempDB files recommendation in SQL Server OTI 8 February 2023 The number of tempdb data files in an SQL Server depends on several factors, including the number of logical processors…
3 min read 0 MSSQL Shrinking TempDB in SQL Server: A Step-by-Step Guide OTI 7 February 2023 Introduction In SQL Server, TempDB is a system database used to store temporary objects, intermediate results of queries, and other…
2 min read 0 MSSQL How to change SQL Server instance name OTI 3 January 2023 Scenario Troubleshooting host name changes. When the machine name is changed where we have installed SQL Server, all the instances…
3 min read 0 MSSQL How to fix a suspect mode database? OTI 2 January 2023 Scenario A database in Suspect mode is one that is not fully operational and may have some form of corruption…
6 min read 0 MSSQL How To Check Free Space in Data and Log Files in SQL Server OTI 31 December 2022 In a database, data and log files are used to store the data and log records, respectively. It is important…