News

Data pro Thomas LaRock dives into the intricacies of SQL Server design, emphasizing the power of smart datatype decisions.
Maintaining a SQL Server environment is a potentially complex endeavor. Here are 10 tips for ways you can minimize complexity and reduce stress.
Microsoft has released the first release candidate for SQL Server 2025, touting AI capabilities and experimental features ...
Microsoft’s Bradley Ball dives into the inner workings of SQL Server indexing to help developers and DBAs speak the same ...
I'm currently working on a database that includes a table to keep track of customers. This table holds (among other things) the customer's address. To date, these addresses have all been located ...
Am I just being too paranoid about application commingling? Should I set up a sole SQL server with multiple instances to keep items apart and then have a pair of servers be the application "heads"?
The clustered SQL Server design let BizEd run multiple, “virtual” SQL instances that each held separate databases to support different versions of the primary web application.