Blog Stats
  • Posts - 4
  • Articles - 0
  • Comments - 0
  • Trackbacks - 2

 

Friday, July 11, 2008

SQL Server 2008 - Compressed backups


Hi everyone!  it's been a while, I've been playing a bit with SQL 2008.

One thing that impressed me was the compressed backups...   You'd think it would that compressed backups would be slower, since they had to be compressed (more cpu).

Well, in most cases CPU isn't the bottleneck, disk is, so most of the time the compressed backups are alot FASTER!

I'll have some more thoughts on SQL 2008 as time goes by. 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Thursday, August 17, 2006

Securing SQL Server...


Here are some hints for securing sql server....

here's my rant for today (it's been a while)

Why is it people ignore the basics?  Why do they insist on ignoring the  principle of least privlege?

Here's a couple of simple things you can do to help secure your SQL server (when developing code)

Connect to the SQL server with a non-DBO account, grant it execute rights to Stored procedures and thats it!  Don't use inline SQL and don't grant it Select insert update and delete on views or tables.  By doing this you'll avoid may problems down the road.

thats it for today folks!

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Wednesday, February 08, 2006

Why do people lie on their resumes???


Here’s my rant on resumes:

 

Why do people lie on their resumes?

 

I recently interviewed a candidate who had ‘SQL server DBA’ on their resume – this so called DBA didn’t even know what an index was.  How can someone put something on their resume when they don’t know the first thing about it?  Do they think they will be able to ‘fake it’ through the interview?

 

When I interview candidates, I ask a lot of technical questions. Usually after the first 3, I have can tell if they know their stuff.

 

I’ve noticed more and more people embellishing their resumes… this is doing a disservice to themselves and the people wasting time interviewing them.  A SQL server DBA should be able to back up a database, perform basic performance tuning and basic database design.

 

So what gives?  Are people getting hired without technical interviews based on their resumes?  What do they do once the get the job and have to produce?

 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Welcome


Hello and welcome to my blog.  I’m a SQL server DBA; developer; college professor, and all-around technologist.  Here you’ll find rants about technology, interviewing, certification, mentoring and all sorts of other technical stuff.

 

I hope to post every few days but who knows? 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
 

 

Copyright © Mark the Geek