Jan 2 2009 8:46PM GMT
Posted by: mrdenny
Backup & recovery,
Database security,
SQL Injection,
JournalSpace.com
In case you live under a rock and haven’t heard about Journalspace.com’s little mistake, they have gone out of business due to a database problem. Here’s a screenshot in case the site is down when you look at it.
In a nutshell it appears that they were relying on a RAID1 array as the database backup. While we see this all the time in small database shops as noted on /. this site has been up since 2002 and had an Alexa page rank of 106,881 with 14k monthly visitors (according to Quantcast). For a site so large to be making such a simple mistake is just unacceptable. Continued »
Jan 2 2009 8:56AM GMT
Posted by: mrdenny
Virtualization,
Article
It’s been a while since I’ve posted about new articles that I’ve published. Over the next few weeks I’m going to see if I can’t remedy that, and get all caught up.
Over on SearchSQLServer.com I posted an article entitled “SQL Server virtualization pros and cons: Weigh the performance impact“.
Continued »
Jan 2 2009 7:12AM GMT
Posted by: mrdenny
Standalone SQL Agent
If you have used SQL Server 2005 Express Edition (or SQL Server 2008 Express Edition) then you know that the SQL Agent has been removed from the product. I have from time to time found this to be annoying as I want to do things like backup my database on a regular basis, or do other basic things. The normal solution is to either use another SQL Server to do the scheduling, or use the Windows Task Scheduler to do the scheduling. Continued »
Dec 31 2008 11:00AM GMT
Posted by: mrdenny
Family
Have a happy New Year. Go spend the night with family.
That’s what I’m doing tonight.
Denny
Dec 30 2008 7:39PM GMT
Posted by: mrdenny
Tom LaRock,
Denis Gobo,
Jason Massie
I’ve been tagged by Denis Gobo for a New Years Resolution post. I’ve only got a couple of things to put, since I’m not a big fan of New Years resolutions.
Upgrade our production systems to SQL Server 2008
I’ve been speaking about SQL Server 2008 since before it was released. It would probably be nice if I actually upgraded our production systems at the office. It’s just a matter of time to actually get it done.
Get started writing a SQL book of my own
In 2008 I wrote a few chapters for a couple of books for other people. In 2009 I’ll attempt to write my own.
I’ll tag Jason Massie and Tom Larock.
Denny
Dec 29 2008 11:00AM GMT
Posted by: mrdenny
Backup & recovery,
RESTORE LOG,
Restore Database
I’m often asked (both online and offline) once you have all your database backups, in what order to they need to be restored in?
I’ve actually asked this very question to senior level DBAs as an interview question before, and gotten some very interesting answers.
When restoring your database you start with your full backup, then restore your diffential backup (if you have taken one) then restore all the transaction log backups begining with the backup taken after the full (or differential) and going until the last transaction log backup available (or until you reach the point in time you want to stop the restore at).
Denny
Dec 25 2008 11:00AM GMT
Posted by: mrdenny
SQL,
Anti-Virus
My answer to that one is pretty easy. Let him / her. I’m a firm believer that every machine on the network should have anti-virus software installed. Most anti-virus software is pretty lightweight (especially compared to the amount of hardware that your SQL Server has), and if a virus did get onto the SQL Server the results could be awful.
Continued »
Dec 24 2008 3:07AM GMT
Posted by: mrdenny
Patching,
VMware,
Virtual Center,
Licensing Server
So tonight I finely got around to patching the fourth VMware ESX 3.0.2 server to 3.5 Update 3.
The other 3 servers went just fine, quick reboot when done and back up and running in no time.
So experience said that the fourth one would be no problem…
Continued »
Dec 23 2008 11:30PM GMT
Posted by: mrdenny
Exploit,
Denis Gobo
For those living under a rock there is a new SQL exploit in the wild.
Dennis did an excellent write up of it already so I’ll refer you do <. for his entry and save myself the time of writing what has already been written.
Denny