Posts Tagged with SQL Server
DB-Engines reveals PostgreSQL as the DBMS of the Year 2024, beating Snowflake and Microsoft's Azure SQL Database and SQL Server. Read more
Over the last decade, I’ve rarely met a data professional whose organization wasn’t experiencing data growth and making more demands of their data. We build and deploy new applications faster than we retire old ones, and new data is accumulating dramatically faster on our existing systems than our ability to decide to delete older... Read more
This article explains what SQL Server deadlocks are, why they occur, why they require immediate investigation, and the diagnostic data required to troubleshoot them. It then demonstrates an "Update Order" deadlock condition and shows how to find the cause quickly, in Redgate Monitor, using the Extended Events deadlock graph provided by the deadlock alert. Read more
When SQL Server 2017 launched, Microsoft proudly announced that it was the first relational database engine to ship with built-in artificial intelligence (AI) capabilities. In the future, database servers running its software won’t just be able to store, query, and analyse data. Instead, they’ll also be able to perform machine learning, natural language, and neural... Read more
The download count of the tSQLt unit testing framework is surprisingly low, yet this outstanding open source software can revolutionize your SQL Server development process. Hopefully, this post will show the benefits of test-driven development and including automated SQL Server unit testing within your release pipeline. This simple technique can have a profound effect... Read more