Tag Archives: sql server

vNext 2016

We have a name for the next version of SQL Server: SQL Server 2016. I suspect the internal build may be v14, which I guess makes sense if you’re superstitious about the number 13, or you think your customers are. There are plenty … Continue reading

Posted in Editorial | Tagged , | Comments Off on vNext 2016

Can Auditing Fail?

I saw someone’s list of requirements for a SQL Server auditing system recently that included many of the standard items most of us would want. DDL changes should be captured, along with configuration alterations. The performance impact should be low, … Continue reading

Posted in Editorial | Tagged , | Comments Off on Can Auditing Fail?

VMware and DBAs

Disclosure: I’m a VMware fan and run it on my laptop. I definitely prefer it to other hypervisors. This workshop and all travel expenses was also paid for entirely by VMware. I was fortunate and grateful to be invited out … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

Finding Problem Code

Performance of a SQL Server seems to be one of the main concerns for most developers and DBAs. We are under pressure to constantly squeeze more performance out of our applications and reduce the time it takes for users to … Continue reading

Posted in Editorial | Tagged , , | Comments Off on Finding Problem Code