Specification by Example workshops
I’m speaking here:
- Testing and Finance, London, 17 May
- NDC, June 6-8 Oslo
- Agile Testing Days, November 19-22, Potsdam, Germany
sqlserver Archive
-
Compression and performance tricks for SQL Server 2008
Posted on March 28, 2009 | No CommentsAt the SQLBits Goes Forth conference in Manchester today, Ramesh Meyyappan demonstrated impacts of some new SQL Server 2008 features on query performance. One topic he tackled in particular is compression, offering advice when to apply it and when not to apply it. -
SqlServer Central article on DbFit
Posted on November 13, 2008 | No CommentsSolomon Rutzky wrote a nice article on DbFit for SQLServer Central. The article focuses on the use of DbFit for database unit testing for SQL Server. Read the full article SQLServer Central. -
Initial support for SqlServer 2000 in DbFit
Posted on January 7, 2008 | 2 CommentsGreat news – SQLServer 2000 is now supported in DbFit. The only limitation, compared to Sql Server 2005, is that tables and procedures must be fully qualified (defined as schema.name), if there is an object of the same name in the current user’s schema and in dbo. The next official...

