Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

The Voice of the DBA

Steve Jones is the editor of SQLServerCentral.com and visits a wide variety of data related topics in his daily editorial. Steve has spent years working as a DBA and general purpose Windows administrator, primarily working with SQL Server since it was ported from Sybase in 1990. You can follow Steve on Twitter at twitter.com/way0utwest

The Principle of Least Privilege

One of the tenets of good security is that no person or process is granted more rights than it needs to accomplish a task. This is the Principle of Least Privilege, and is designed to ensure that your system is as secure, stable, and predictable as possible.

For a… Read more

6 comments, 1,723 reads

Posted in The Voice of the DBA on 17 December 2012

Annual Email Pruning

Like most of us, I get a lot of email. I get subscribed to various services from different ads, events, etc. throughout the year. That’s fine. I understand how marketing works, and the reason that I get some free services, or some lower cost events is because of the marketing… Read more

0 comments, 372 reads

Posted in The Voice of the DBA on 17 December 2012

The First Event of 2013 – SQL Saturday #183 – Albuquerque

I’ll be delivering the Modern Resume presentation at SQL Saturday #183 in Albuquerque, NM on February 9, 2013. I got my acceptance today and replied that I’ll be there.

This is the first SQL Saturday in New Mexico, which is a little exciting. I’ve been there a few times since… Read more

0 comments, 257 reads

Posted in The Voice of the DBA on 14 December 2012

You Need to Manage Passwords

I saw a note this week from CNet about a system built to crack passwords (also on ArsTechnica). It reminded me of the story of the guy that cracked Googles DKIM key at 512bits. Not insignificant, until you get to the point of renting that power from AWS for… Read more

9 comments, 1,570 reads

Posted in The Voice of the DBA on 12 December 2012

T-SQL Tuesday #37 – A Month of Joins

It’s time once again for T-SQL Tuesday, and this month is hosted by SQLity.net, Sebastian Meine.

If you want to know more or participate, read the invitation and write your own blog post.

The topic this month is joins, in honor of Sebastian’s a-join-a-day series. He’s writing about… Read more

1 comments, 460 reads

Posted in The Voice of the DBA on 11 December 2012

T-SQL Tuesday Topics – December 2012 Update

An Updated list of all the topics.

I was looking for a static list of all the T-SQL Tuesday topics and couldn’t find one. The domain moves around to the current hosting blog, so when it was my turn to host it, I made a list just so I could… Read more

1 comments, 586 reads

Posted in The Voice of the DBA on 10 December 2012

Speaking at Oracle Training Days

A first for me. I’m attending a non-SQL Server event, trying to bring a little knowledge of my platform to those that typically work on the Oracle side of things.

The Rocky Mountain Oracle Users Group is holding their Training Days 2013 event on Feb 11-13 in Denver and a… Read more

1 comments, 424 reads

Posted in The Voice of the DBA on 3 December 2012

SQL Server Thumbnail Metrics – OS Memory

I’m gathering a few metrics around the Internet for SQL Server from people that I think really know how to run a SQL Server. This is a series of posts that I’m making to gather these metrics up for easy access later.

Host Memory

The short metric is:

Leave 4GB… Read more

1 comments, 1,461 reads

Posted in The Voice of the DBA on 29 November 2012

The Last DBCC CHECKDB Date and Restores

I ran across a question on Twitter recently where someone asked about the DBCC CHECKDB date after a restore. For those of you that don’t know this, you can run this command on your instance (in a database)

DBCC DBINFO WITH tableresults;

This returns a lot of information, but… Read more

1 comments, 1,107 reads

Posted in The Voice of the DBA on 28 November 2012

The Encryption Primer Resources

I delivered my Encryption Primer talk this past Tuesday at the Boulder SQL Server Users Group and last night at the Denver SQL Server Users Group. Great questions and discussions, and I hope those of you that attended found it interesting.

I’ve updated my deck and code samples, and here… Read more

0 comments, 327 reads

Posted in The Voice of the DBA on 16 November 2012

Better Secure Hashing – SHA3

I’ve been giving an encryption talk over the last year, focusing on educating DBAs on the various features and capabilities available in SQL Server. One of the things I note in the talk is that SHA1 is not considered secure. You should avoid SHA or SHA1 if you are… Read more

0 comments, 350 reads

Posted in The Voice of the DBA on 15 November 2012

Speaking at the Denver SQL Server User Group – November

I’m scheduled to give “The Encryption Primer” at the Denver SQL Server Users Group on the November 15 meeting. It’s a basic look at the encryption features in SQL Server, updated for SQL Server 2012. The meeting is in the Denver Tech Center and we usually have a… Read more

0 comments, 282 reads

Posted in The Voice of the DBA on 7 November 2012

Speaking at the Boulder SQL Server Users Group – November

I’m scheduled to give “The Encryption Primer” at the Boulder SQL Server Users Group on the November 13 meeting. It’s a basic look at the encryption features in SQL Server, updated for SQL Server 2012. This meeting is at the Confio office and will have a short presentation… Read more

0 comments, 293 reads

Posted in The Voice of the DBA on 6 November 2012

Professional Development on PASS TV

I’ll be live on the PASS TV broadcast on Wednesday, Nov 7, at 11:40am PST. The Professional Development group asked me to do a short (15 minute) talk, and I’ve put together a set of quick blogging tips with a few slides.

If you’re not at the PASS Summit, you… Read more

1 comments, 427 reads

Posted in The Voice of the DBA on 5 November 2012

SQL in the City Slides

I’m making the slides available from my SQL in the City 2012 talks. You can download them here

If you attended, you’ll get an email with links to videos to watch soon.


Filed under: Blog Tagged: disaster recovery, encryption,…

Read more

0 comments, 316 reads

Posted in The Voice of the DBA on 5 November 2012

Friday at Red Gate

Looks like I’m not the only one enjoying Friday.

Some of the staff at Red Gate had a Hawaiian day. Nice shirts, though perhaps I need to take a few over when I go since I think mine at much cooler


Filed under: Blog Tagged: Humor, syndicated

Read more

0 comments, 360 reads

Posted in The Voice of the DBA on 2 November 2012

Question what you think

0 comments, 392 reads

Posted in The Voice of the DBA on 26 October 2012

Windows 8 First Impressions

I haven’t worked with Window 8 at all. I’m not a big beta tester, and it’s been a busy few months for me, so I haven’t bothered to mess with any of the previews. My Win 7 desktop works well for me, and I haven’t bothered to think about doing… Read more

0 comments, 476 reads

Posted in The Voice of the DBA on 25 October 2012

Trace Flag 2371 and Statistics

One of the issues that I see published often on forums like SQLServerCentral is the advice to update statistics on your tables if you have strange performance issues, or sudden changes in performance. Statistics are important for the query optimizer, and you should understand the basics of how they… Read more

4 comments, 1,385 reads

Posted in The Voice of the DBA on 22 October 2012

On Source Control

A mention today from Jamie Thomson in his blog on source control. I left a comment, but it was long, so I thought I’d repost it here.

My comment

Thanks for the note, Jamie, and it’s interesting, but I don’t see any respondents that aren’t using VSC. I’m guessing… Read more

0 comments, 499 reads

Posted in The Voice of the DBA on 18 October 2012

Newer posts

Older posts