5 min read 1 MSSQL Scripting Out Existing Database Mail Profile’s Settings in SQL Server OTI 14 June 2024 If you need to generate scripts for your current SQL Server 2016 Database Mail profile setup and configurations, you can…
3 min read 0 MSSQL Troubleshooting SMTP Connections: Using Traceroute with SendGrid OTI 14 June 2024 When it comes to ensuring reliable email delivery, understanding the network path your emails take is crucial. Using traceroute (or…
3 min read 0 MSSQL Migrating On-Premises SQL Server Data to Azure Cloud: A Step-by-Step Guide OTI 13 June 2024 Migrating your SQL Server data from an on-premises environment to the Azure cloud can seem daunting, but with a structured…
3 min read 0 MSSQL Beginner SQL DBA Cheat Sheet OTI 13 June 2024 As a budding SQL Database Administrator (DBA), mastering the fundamentals of SQL commands is essential. This cheat sheet covers the…
5 min read 0 Installation and Configuration MSSQL Applying SQL Server Patches or Cumulative Updates in Always On Availability Groups OTI 22 May 2024 Introduction Keeping your SQL Server instances updated is crucial for security, performance, and stability. In this blog, we will go…
5 min read 0 Monitoring and Alerting MSSQL About Traces & System Stored procedures OTI 15 May 2024 Trace Flags What are trace flags? Trace flags are used to temporarily set specific server characteristics or to switch on/off…
3 min read 0 Monitoring and Alerting MSSQL Performance Tuning Managing High Memory Utilization in SQL Server: A T-SQL Script Guide OTI 14 May 2024 As a SQL Server Database Administrator, managing memory utilization is paramount for ensuring optimal performance and stability of your database…
2 min read 0 MSSQL Find SQL Server Stored Procedure Create, Modified, Last Execution Date OTI 7 May 2024 As someone who looks after databases (Database Administrator or DBA), it’s really important to keep track of how well stored…
2 min read 1 MSSQL Truncate All Data from a SQL Server Database all Tables OTI 24 April 2024 In SQL Server, truncating all data from all tables in a database can be a useful operation, especially in development…
2 min read 1 MSSQL Identifying list of SQL Server Encryption databases OTI 10 April 2024 In the world of database management, security is paramount. One crucial aspect of securing your SQL Server databases is encryption.…