3 min read 0 MSSQL Checking Compatibility Level Of All Databases In SQL Server OTI 28 October 2022 SQL Server is a relational database management system (RDBMS) developed by Microsoft. It is a server-based system that can be…
5 min read 0 MSSQL Find active transactions by duration OTI 15 July 2022 Recently frequently we faced blocking issues on our production server. The main reason that I understand, recently we merged a…
1 min read 0 MSSQL Certificate chain issued by authority that is not trusted OTI 21 June 2022 Certificate chain issued by authority that is not trusted Recently we moved whole on-premises resources to the cloud. In an…
3 min read 1 MSSQL Check the Status of EMail Messages Sent With Database Mail OTI 13 June 2022 In SQL Server sp_send_dbmail use to send emails and the SQL Server log all the status of each message processed…
4 min read 0 MSSQL Monitoring Database Backups Details using T-SQL SELECT Statement OTI 27 May 2022 Introduction As a database administrator, one of the crucial tasks is to ensure regular backups of databases. Monitoring the Database…