SQL Server

More on splitting lists of integers

Beyond just splitting a comma-separated list of integers, I explain custom delimiters, preventing duplicates, and maintaining order.

Hiding your list of databases

I explain how you can prevent customers from snooping on the names of other customers' databases (but nothing is foolproof).

Why is IntelliSense not working?

Back when IntelliSense was first added to Management Studio, lots of people got stuck waiting for it to refresh.

Why is disaster recovery an afterthought?

People have been lulled into the false sense of security that they can set up SQL Server, leave all the defaults in place, and never have to do anything.

Negative sentiment

Microsoft abandoned content and I tried to put together a selection of bad things people said about it.

SQL Quiz: Career challenges

I was tagged by Denis Gobo to write a bog post about career challenges and how I overcame them.

PASS conference stories

Reminiscing about that one time I caught Celko in one of his own traps.

Read this before using FILESTREAM!

Paul Randal just published a list of tips and tricks that will help you get the most out of using FileStream, based on a longer whitepaper he wrote for Microsoft.

Which to use: "<>" or "!="?

While <> and != behave the same, there is one reason you may want to use the former instead of the latter.

Be careful with Open Table

I explain yet another reason "Open Table" (now "Edit Top n Rows") is a dangerous button to press.