Change Tracking and Database Refactoring
Using change tracking in SQL Server 2008 to aid in database refactoring within an OLTP system.
Using change tracking in SQL Server 2008 to aid in database refactoring within an OLTP system.
Today we have a guest editorial from Andy Warren that looks at commuting to work.
With PowerShell in one hand, and WMI in the other, DBAs can do almost anything in their Window's environments, and Laerte Junior is using his powers for good. He built a highly precise, highly configurable alerting system for his servers, and now shows us exactly how he did it.
Data is important, but today Steve Jones notes that what we do with it is even more important.
As your business grows, the number of applications grows as well, as do the SQL Server instances to support these applications. As a SQL DBA, you need to have a multi-server management dashboard that proactively tells you about the resource utilization on each SQL Server instance.
Revenge is a dish best served cold, but body temperature's OK, too.
This article demonstrates how to manage the development of complex queries by building them in stages with temporary tables, table variables and common table expressions.
Today Steve talks about security and the fact that your window for lax security is shrinking for new applications.
This article looks to provide a method that you can use to collect the author's top 10 SQL Server performance metrics automatically over time.
By Steve Jones
AI is a big deal in 2026, and at Redgate, we’re experimenting with how...
By Steve Jones
Another of our values: The facing page has this quote: “We admire people who...
By Ed Elliott
Running tSQLt unit tests is great from Visual Studio but my development workflow...
Comments posted to this topic are about the item No Defaults Passwords Ever
Hi, We have low latency high volume system. I have a table having 3...
Comments posted to this topic are about the item The Long Name
I run this code to create a table:
When I check the length, I get these results:
A table name is limited to 128 characters. How does this work?