sql server monitoring

External Article

Make SQL Server monitoring part of your deployment process for 2020

  • Article

As we approach 2020, demand for more frequent deployments continues to rise. With this, management of SQL Server availability needs to evolve.

Now’s the time to consider how SQL Server monitoring could improve your deployment performance. In this whitepaper, learn how SQL Server monitoring can help your development and DBA teams work together to remove bottlenecks and enable faster, more reliable deployments.

2019-11-04

Blogs

Getting References for GenAI Results

By

I wrote an editorial on the view of GenAI tech from execs and someone...

SQL Server 2025 Is Here – AI Just Changed Everything!

By

🔟 Top 10 Features of SQL Server 2025 #SQLServer2025 #MicrosoftSQL #DatabaseUpdates #SQLAI #SQLFeatures #SQLServerCopilot #VectorSearch...

SQL Blunders: Stop Writing These Pointless Queries & Write Smarter!

By

They run, they return data. So what? Some SQL queries just waste your time...

Read the latest Blogs

Forums

High Availability Reversed - Force secondary unless failure

By krypto69

Hi I have sql2022 in H/A with a primary and a secondary server. My...

telephones and sql

By stan

hi im pretty sure i could trigger a page on a pager if i...

T-SQL - except - add date column

By mtz676

SELECT         [A]       --,[Date]       ,  ...

Visit the forum

Question of the Day

Calculating Month End

I want to calculate the end of the previous month as a date that I can use in running a report. What is the best way to do this in SQL Server 2022, assuming I have a date stored in @d?

See possible answers