Viewing 15 posts - 2,566 through 2,580 (of 2,729 total)
Stefan Krzywicki (11/12/2012)
A...
November 12, 2012 at 10:53 am
anthony.green (11/12/2012)
jasona.work (11/12/2012)
The Dixie Flatline (11/10/2012)
capnhector (11/9/2012)
Revenant (11/9/2012)
crookj (11/9/2012)
JAZZ Master (11/9/2012)
anthony.green (11/9/2012)
capnhector (11/8/2012)
Cliff Jones (11/8/2012)
crookj (11/8/2012)
capnhector (11/8/2012)
JAZZ Master (11/8/2012)
bcsims 90437 (11/8/2012)
crookj (11/8/2012)
Ray K (11/8/2012)
opc.three (11/7/2012)
Ground Gameaerial assault
Space Combat
Space Invaders
BMEs
BMI
MIBs
Tommy Lee...
November 12, 2012 at 9:53 am
The Dixie Flatline (11/10/2012)
capnhector (11/9/2012)
Revenant (11/9/2012)
crookj (11/9/2012)
JAZZ Master (11/9/2012)
anthony.green (11/9/2012)
capnhector (11/8/2012)
Cliff Jones (11/8/2012)
crookj (11/8/2012)
capnhector (11/8/2012)
JAZZ Master (11/8/2012)
bcsims 90437 (11/8/2012)
crookj (11/8/2012)
Ray K (11/8/2012)
opc.three (11/7/2012)
Ground Gameaerial assault
Space Combat
Space Invaders
BMEs
BMI
MIBs
Tommy Lee Jones and...
November 12, 2012 at 8:20 am
I was at the Chicago event, and I don't feel it was a "commercial" in the sessions. I also like that the Red Gate reps in the hall weren't...
November 9, 2012 at 12:59 pm
Koen Verbeeck (11/9/2012)
The Dixie Flatline (11/9/2012)
Hey, does anyone realize that in 8-9 days, The Thread will have been running strong for 4 consecutive years now?Will there be cake?
The cake is...
November 9, 2012 at 8:00 am
Have you tried running DBCC SHRINKDATABASE on it?
Reading the MSDN article on it, it sounds like it will move all the allocated pages to the beginning of the file, thus...
November 8, 2012 at 7:16 am
Daniel Bowlin (10/29/2012)
Franken - storm
/best Gene Wilder voice
The name is FronkUnSturm!
October 30, 2012 at 3:34 pm
SQLRNNR (10/29/2012)
Brandie Tarvin (10/29/2012)
Are you thinking what I'm thinking?I know what we're going to do today.
TRY TO TAKE OVER THE WORLD!
October 30, 2012 at 3:33 pm
Thanks, I missed those!
Jason
October 30, 2012 at 2:52 pm
Or I could have searched on Google for "sql server create corrupt database" in which case the top two results would be an article by Perry Whittle (How To Create...
October 30, 2012 at 2:22 pm
Well, despite the lack of production from the Tigers' bats, it was a fun series.
Congrats to the SF Giants, World Series Champs 2012!
(maybe I should've specified the Tigers as the...
October 29, 2012 at 8:52 am
I'm reminded of a quote from the movie "Red Heat:[/url]"
"Ivan Danko: I do not understand this sport.
Art Ridzik: You're not supposed to, it's completely American.
Ivan Danko: We play...
October 24, 2012 at 8:01 am
While you can install both (I've got SQL2012 Enterprise and SQL2008R2 Express on my work PC,) one of them will have to be a named instance.
IE if you install SQL2008R2...
October 22, 2012 at 2:55 pm
Lowell,
I actually just stole your code, pretty much word for word. Below is the Agent Job step 1 I'm using:
use msdb
go
declare @DeleteToDate datetime()
set @DeleteToDate = DATEADD(d, -30, getdate())
DELETE FROM...
October 22, 2012 at 10:06 am
Steve Jones - SSC Editor (10/22/2012)
October 22, 2012 at 9:46 am
Viewing 15 posts - 2,566 through 2,580 (of 2,729 total)