4 min read 0 MSSQL Password reset of SQL service account OTI 30 November 2022 Impact of resetting password for SQL Server service account Resetting the password of your SQL Server service account is a…
2 min read 0 MSSQL Customizing the Status Bar Color in SQL Server Management Studio OTI 25 November 2022 Introduction In database management, it is common to work with multiple environments, such as development, staging, and production. Each environment…
4 min read 0 MSSQL How and Why to become a SQL Server DBA? OTI 21 November 2022 What is a SQL server dba? A database administrator (DBA) is responsible for the performance, integrity, and security of a…
4 min read 0 MSSQL Get CPU Utilization Data from SQL Server OTI 19 November 2022 Monitoring the CPU utilization of a SQL Server instance is crucial for maintaining optimal performance and identifying any potential bottlenecks.…
6 min read 0 MSSQL Driver could not establish a secure connection to SQL Server OTI 17 November 2022 Driver could not establish a secure connection to SQL Server Recently windows patching was done on a server and also…
3 min read 0 MSSQL Migrating SQL Server Database Mail Settings OTI 16 November 2022 Migrating SQL Server Database Mail Settings Migrating SQL Server Database Mail profiles, accounts and settings can be a complex and…
2 min read 0 MSSQL Checking SQL Server Job History by Script OTI 7 November 2022 Mainly msdb.dbo.sysjobs and msdb.dbo.sysjobhistory contains all major information regarding the SQL Server job and its running status and history. We…