Nic Cain

Contributor
WA
SirSQL
SirSQL
Hello, my name’s Nicholas Cain (not a lot of people know that).

Since the turn of the millennia, I’ve been working as a SQL Server DBA. I got my start going through a 7.0 to 2000 upgrade and have worked with those editions up to the latest versions in critical highly available production environments. This work allowed me to get enough knowledge to gain the MCM SQL Server certification.

You’ll find my blog to be a mixture of SQL, PowerShell, and some of the experiences I’ve have related to both of those.

If you want to get in contact with me you can drop me a line on Twitter or my site.

 

My Posts
SQL Server Best Practices

BCP and Code Page Fun

Quick, what’s the fastest and easiest way to get data out of a SQL Server table? Time’s up. It’s BCP. If you aren’t familiar with BCP it is a command line utility to bulk copy data out of, and in to tables. It has been around for donkeys years (technical ...