SQL Server

Who created that user?

I show how to check for user creation details, and recommend a DDL trigger.

T-SQL Tuesday #14: Resolutions

For T-SQL Tuesday, I talk about my resolutions for 2011, including getting better at rehearsing presentations.

The fallacy of preventing plagiarism

If you're not living in a cave, you are probably aware of the blog posts and twitter discussions that resulted from an innocent post by...

T-SQL Tuesday #13: Business Expectations

For this month's T-SQL Tuesday, I talk about things that can happen when management requirements and aggressive sales teams are faced with the realities of engineering.

Exploring THROW

I take a look at THROW, new error handling functionality in SQL Server 2012.

SQL Server 2012: Books Online

I highlight some issues with the 2012 release of Books Online, the documentation set for SQL Server.

Using SEQUENCE

I take a quick look at a featured emulated from Oracle : SEQUENCE.

Pagination with OFFSET

SQL Server 2012 introduces OFFSET and FETCH NEXT clause to help simplify pagination.