Viewing 15 posts - 121 through 135 (of 309 total)
Grant Fritchey (2/18/2015)
Then, you need to break down HA...
February 18, 2015 at 11:24 am
ScottPletcher (2/4/2015)
February 4, 2015 at 12:56 pm
ScottPletcher (2/4/2015)
New Born DBA (2/4/2015)
February 4, 2015 at 12:17 pm
FYI--When you run this SQL Statement, there are 207,716 records. 1 more thing I also have to mention is that column C1000020534 has only 1 value "Case" and C1000020523 has...
February 4, 2015 at 11:03 am
This particular SQL Statement runs around 200,000 times a day, goes through millions of logical reads and when I look at the execution plan, it shows that creating a non-clustered...
February 4, 2015 at 10:56 am
Lowell (2/4/2015)
CREATE...
February 4, 2015 at 10:34 am
MiguelSQL (1/28/2015)
I had to do something similar. it was a nightmare!
1- make sure it's on...
January 28, 2015 at 3:21 pm
January 28, 2015 at 1:00 pm
Please see the attachment for a little update on the blocking.
January 7, 2015 at 12:27 pm
GilaMonster (1/7/2015)
New Born DBA (1/7/2015)
Tuesday, it got executed around 6400 times and cumulative wait time was about 18:00 minutes (LCK_M_X).
So on average each update waited 15ms for a lock. Is...
January 7, 2015 at 8:52 am
I also ran this script to find waits. Please see the attachment, result from the script.
WITH [Waits] AS
(SELECT
[wait_type],
...
December 16, 2014 at 9:08 am
Grant Fritchey (12/10/2014)
December 16, 2014 at 8:58 am
Gazareth (12/12/2014)
New Born DBA (12/12/2014)
Gazareth (12/12/2014)
Which version & edition are you running?...
December 12, 2014 at 11:19 am
I got some information about the backup. It did compress some data, but not that much
Backup size = 17250.93
Compressed backup = 17206
December 12, 2014 at 11:07 am
david.alcock (12/12/2014)
Database isn't compressed already is it?
No. Same size. Regular backup 16GB, backup after compression 16GB.
December 12, 2014 at 10:39 am
Viewing 15 posts - 121 through 135 (of 309 total)