Viewing 15 posts - 16 through 30 (of 307 total)
D'oh, should have thought about that.
I've just had a look at the query and it doesn't look like it ran in parallel but that would explain it. I'll go...
January 19, 2016 at 7:23 am
I'd guess that you have a query still executing which is preventing the log from being cleared
August 14, 2015 at 9:39 am
SQLHeisenberg (8/4/2015)
If you put your databases on Ephemeral storage on EC2 instance, then you will lose all your data on that storage after instance restarting. One solution will be to...
August 5, 2015 at 10:00 am
SQLRNNR (7/24/2015)
Vimal Lohani (7/24/2015)
where is express edition mentioned in question.In the question title.
Darn, didn't read the title!
How many times have you sat an exam and the examiner has stressed that...
July 24, 2015 at 1:54 am
Sean Lange (7/16/2015)
July 16, 2015 at 10:23 am
Jeff Moden (7/16/2015)
DBA From The Cold (7/16/2015)
The underground tour looks amazing (as you said Steve), booking a ticket on that
It's a lot of fun. I had a great time...
July 16, 2015 at 10:22 am
The underground tour looks amazing (as you said Steve), booking a ticket on that
July 16, 2015 at 8:40 am
Sean Lange (7/16/2015)
Greg Edwards-268690 (7/16/2015)
Sean Lange (7/16/2015)
DBA From The Cold (7/16/2015)
Brandie Tarvin (7/16/2015)
DBA From The Cold (7/16/2015)
BrainDonor (7/16/2015)
Brandie Tarvin (7/16/2015)
BrainDonor (7/16/2015)
Lynn Pettis (7/15/2015)
July 16, 2015 at 8:29 am
Brandie Tarvin (7/16/2015)
DBA From The Cold (7/16/2015)
BrainDonor (7/16/2015)
Brandie Tarvin (7/16/2015)
BrainDonor (7/16/2015)
Lynn Pettis (7/15/2015)
July 16, 2015 at 7:00 am
BrainDonor (7/16/2015)
Brandie Tarvin (7/16/2015)
BrainDonor (7/16/2015)
Lynn Pettis (7/15/2015)
July 16, 2015 at 6:31 am
I'd use powershell to do this:-
$date = get-date -format ddMMyyyy_hhmmss
$filename = "DBCCResults_" + $date + ".txt"
sqlcmd -U backup -P Password -S Server -Q"DBCC CHECKDB('DatabaseName') WITH ALL_ERRORMSGS" -o"G:\LOGS\$filename"
July 8, 2015 at 9:23 am
Grant Fritchey (6/30/2015)
DBA From The Cold (6/30/2015)
Grant Fritchey (6/30/2015)
DBA From The Cold (6/30/2015)
June 30, 2015 at 6:36 am
Grant Fritchey (6/30/2015)
DBA From The Cold (6/30/2015)
I've...
June 30, 2015 at 6:02 am
GilaMonster (6/30/2015)
DBA From The Cold (6/30/2015)
GilaMonster (6/30/2015)
Koen Verbeeck (6/30/2015)
DBA From The Cold (6/30/2015)
June 30, 2015 at 3:27 am
GilaMonster (6/30/2015)
Koen Verbeeck (6/30/2015)
DBA From The Cold (6/30/2015)
June 30, 2015 at 2:57 am
Viewing 15 posts - 16 through 30 (of 307 total)