Viewing 15 posts - 3,961 through 3,975 (of 14,953 total)
opc.three (6/16/2011)
newbie.with.sql (6/16/2011)
June 17, 2011 at 6:31 am
You'll need to download and install SQL Server Management Studio. (Well, honestly, there are other ways to do this, but that's by far the easiest.)
That will give you an...
June 17, 2011 at 6:26 am
Craig Farrell (6/17/2011)
GSquared (6/16/2011)
Craig Farrell (6/15/2011)
Wait... then... who the heck is responding to me on the 1k+ posters board?Probably "The Thread" is.
Baaaah, I posted there at 200 points. I'm...
June 17, 2011 at 6:24 am
You really can't. SQL table rows don't have an "order" unless you can use data to assign one.
June 16, 2011 at 3:45 pm
Ninja's_RGR'us (6/16/2011)
It could MAYBE be somewhat easy.Read all the backups filelist into temp table
Restore with filelist
restore
Someone might knock this out in a couple hours at most.
Not to merge data from...
June 16, 2011 at 1:36 pm
jcrawf02 (6/16/2011)
SQLRNNR (6/16/2011)
Mexican Catapult RestaurantI think I've eaten there...
Yeah, I had the same thought.
Could easily be an actual video game though. Same sort of "calculate the angle" as Angry Birds...
June 16, 2011 at 1:34 pm
The Dixie Flatline (6/16/2011)
jcrawf02 (6/16/2011)
"You HAVE to click this link …. It is a video name generator and gives you...
June 16, 2011 at 1:00 pm
jcrawf02 (6/16/2011)
GSquared (6/16/2011)
My dog chased a squirrel up my pants-leg one time.I'll take wild rodents over arachnids any day of the week.
A spider minding its own business would be no...
June 16, 2011 at 12:58 pm
mtillman-921105 (6/16/2011)
Steve Jones - SSC Editor (6/16/2011)
Fal (6/16/2011)
...
So I start undressing. As luck would have it the...
June 16, 2011 at 12:35 pm
Ninja's_RGR'us (6/16/2011)
Assuming 2K8...
Wouldn't it be possible to create a unique filtered index to avoid...
June 16, 2011 at 12:33 pm
Peter Maloof (6/16/2011)
Andy Warren (6/15/2011)
Got a phrase that you use to share a difficult concept?
Non-technical person: "It's working! What was the problem?"
Me: "You don't really want to know."
Non-technical person: "Oh....
June 16, 2011 at 12:20 pm
You can only restore one Full backup for a database at a time. It will overwrite the database, if you tell it to, or will fail.
You can restore multiple...
June 16, 2011 at 12:17 pm
It's the kind of thing you can either do through partitioning, or through moderately complex triggers, or through indirect means in the data design.
In your case, a vertically partitioned table...
June 16, 2011 at 12:14 pm
It looks to me like Customer and Person data need to be separated in this, to make it work well.
I'd be willing to be that "name" and "age" really belong...
June 16, 2011 at 11:21 am
Can you add a second expression and use the first value again, or a null value, for the first rules, and the second value in the ones that need it?
June 16, 2011 at 11:19 am
Viewing 15 posts - 3,961 through 3,975 (of 14,953 total)