Viewing 15 posts - 18,286 through 18,300 (of 39,834 total)
Brandie Tarvin (9/9/2010)
OUCH!Jack, Dude, he's talkin' smack 'bout chu. You'd best smack back. :w00t:
Jack has to behave. He's bringing his wife to the dkRanch in a few weeks and...
September 9, 2010 at 10:21 am
Kevin's book: SQL in a Nutshell (recommended).
It does sound like a varchar and a complex constraint from a DDL perspective. A nightmare from a DML perspective.
September 9, 2010 at 10:11 am
Click the forum title at the top (Administering), then click "New Topic"
September 9, 2010 at 10:02 am
Just got this from a friend: http://dev.mysql.com/tech-resources/articles/mysql-set-datatype.html
He says SET is generally considered a bad idea. It only allow SET datatypes to be stored. Not sure what this would be in...
September 9, 2010 at 9:49 am
Please start a new thread with your message and include the results of FILELISTONLY.
September 9, 2010 at 9:43 am
From what I see in the MYSQL reference.
ALTER TABLE X CHANGE col1 col2
Does a name change of the column. So col1 is renamed col2.
http://php.about.com/od/learnmysql/p/alter_table.htm
The SET is something I don't see...
September 9, 2010 at 9:41 am
I would invite you to ask your backup person to restore your database to a point in time on another server using the latest "log" backup. That will let you...
September 9, 2010 at 9:37 am
I have corrected the question to say that it is for SQL Server 2008 R2 (using the latest reference), noted that it can be moved in 2005, and then awarded...
September 9, 2010 at 9:19 am
Jack Corbett (9/9/2010)
And that would be The White Shadow, right?
The White Shadow? That's you isn't it? I can still (almost) dunk a basketball.
September 9, 2010 at 9:10 am
Twitter is a lot like The Thread, only moving at a slightly faster pace.
You can sign up and just follow people, not posting yourself.
September 9, 2010 at 8:38 am
SQLSaturday is still transitioning from Andy and I to the PASS group and they're learning. Getting a new email setup for each event is a logistical issue for them right...
September 9, 2010 at 8:37 am
WayneS (9/8/2010)
Hey Steve - what's the new avatar?
My wife got me a new hat this past weekend. I was wearing it when I went to take water out to a...
September 9, 2010 at 8:26 am
CGSJohnson (9/9/2010)
...What do YOU (I know it differs for everyone) now use as measures of a job that you would find enjoyable? Just wondering.Thanks...Chris
Chris,
The last few jobs I've had...
September 9, 2010 at 8:22 am
Another vote for Jefferey and Simon. Use Cluster Manager, leave the services alone.
September 9, 2010 at 8:15 am
I'd agree with Jeffrey here that SSIS is a better solution. While you can access the csv in real time, you'll essentially be pulling the entire file into SQL each...
September 9, 2010 at 7:44 am
Viewing 15 posts - 18,286 through 18,300 (of 39,834 total)