Showing posts with label databases. Show all posts
Showing posts with label databases. Show all posts

Thursday, March 13, 2008

A Thursday Night Post...

The following pisses me off:

  1. DTS is NOT automatically included with SQL Server Express 2005
  2. My unhealthy addiction to alcohol, nicotine, caffeine and oxytocin.

Actually, I don't mind item 2, so much.  I just needed something else to put on my list.  Really, there's not too many things that pisses me off.

I'm mentioning Microsoft SQL Server Express 2005 only because I'm still at the office knee deep in databases that have no user documentation to it and, frankly, are designed in such away that I thinkknow the original developer just wanted to make life a living hell for his/her replacement.

It's now 11:30pm, which is about the time, I finish up my diet pepsi, crack open a beer, light up a cigarette and throw the laptop out the window.

For those of you looking for a DTS alternative...  there really is nothing out there.  You could use SQL Servers 2000 DTS Wizard via the 2005 ToolKit and tie it in as an external tool to the manager or use Microsoft Database Publishing Wizard with is compatible with MS Visual Studio 2005 and Visual Web Developer 2005.

Neither option is ideal, but definitely better than BCP.  Sigh...

Thursday, December 13, 2007

a blast from the past...

So, I googled myself today and found a posting I did over eight years ago. Yes, I googled myself... just wanted to make sure you guys can't find my super secret double life site. Sorry, let me get back on track. So what did I find? Apparently, back in 1999, I was researching mysql performance and it's ability to handle large data sets... it's funny to see it now. Why? Around the time of the posting, almost all of my clients were using Microsoft SQL server or Oracle... mysql was still a big "I dunno". Today, the majority of database clients are on MySQL and only a handful are using Microsoft SQL Server and only one of our clients uses Oracle. We develop for smaller, price conscious clients, so it's to be expected. Here's the post? http://www.listsearch.com/MySQL/Message/index.lasso?169625 2 million rows? puh-lease... I just got done bulk inserting closer to 5 times that amount for one of our bigger clients. My how times have changed.