News

The SQL Server team is unleashing the first widespread test builds of the next version of Microsoft's database, a k a SQL Server 2008 R2 (codenamed "Kilimanjaro").
tSQLt is a free, open-source framework for unit testing in SQL Server. By writing tSQLt test cases, developers can create fake tables and views based on production data, then compare expected versus a ...
Microsoft has published the first Release Candidate of SQL Server 2025. RC0 introduces a number of notable new features, including official support for ...
Anyone have any ideas about how to simulate real-world scenarios in a dev environment? Specifically regarding SQL Server. To get a good picture of real-world performance behaviors (locking ...
Users need to have a SQL Azure account to test it, but Microsoft offers a no-cost trial of Windows Azure (including SQL Azure) for 90 days. It's not clear when the service became available publicly.
Test-Drive SQL Server Data Services Microsoft readies its new "cloud database" by hosting beta versions of REST and SOAP protocols for performing CRUD operations on clustered, customized SQL Server ...
The tool used to be called SQLIOStress and has been upgraded to more accurately reflect I/O patterns of SQL Server 2005. The tests that are run by the tool simulate read, write, checkpoint, backup ...
In order to speed up its SQL Server development process, Microsoft has been testing SQL Server 2008, code-named “Katmai,” via a series of CTPs, rather than more traditional betas.
I have been testing SQL Server 2005 SP3 CTP this week. This Beta version of SP3, which is due out for official release before the end of the year, includes all of the previous cumulative updates ...
I have sort of an odd situation. I have a lot of distributed machines working on a simulation. They each start out with their own work, process it, and eventually put it into a SQL database.<BR ...