Viewing 15 posts - 76 through 90 (of 193 total)
if you can't reduce the size of .mdf file, I think you should STOP auto growth on the drive which is almost full and add a .ndf file on different...
March 10, 2015 at 1:23 pm
if you are using Maintenance plan, one point you will have 2 backup files around 800 GB. you need more than 800 GB to take backup thru MP.
Right now,...
March 9, 2015 at 6:34 am
Hi Jeff,
Since BLOBs live in different table, if I want to know 'what's the size of each row?' does the 'Data' contains (from sp_spacesued 'tablename') BLOBs too? And what about...
March 9, 2015 at 5:48 am
I only run 'rebuild' job> 30 percent with 'Limited' option. will you share Ola Hallengren script here? it's kinda hard for me to put together.
March 6, 2015 at 12:49 pm
Thanks David Moutray for your reply. I ran this script:
-- When were Statistics last updated on all indexes? (Query 51) (Statistics Update)
SELECT o.name, i.name AS [Index Name],
...
March 6, 2015 at 7:23 am
Thanks you so much guys!!!!!
March 2, 2015 at 8:09 am
Hi Jeff,
After i divided size (KB) with Rows it came out 30 KB (around) size for each row. So each page contains 8 KB. So a row on my table...
March 1, 2015 at 4:46 am
Hi Scott,
I got the following results, but didn't get it. Would you mind explaining please?
total_max_row_length
1461
data_length
1415
var_lengths
32
bit_map
3
general_row_overhead
11
February 28, 2015 at 8:17 am
I created a table using all same column and datatype and ran as you said but it came out 0s !!!!
February 27, 2015 at 2:06 pm
Grant, that's what I thought. I just googled it says 1 Kilobyte = 1000 byte. Backup_set is in bytes according to BOL. I am trying to figure out backups size...
February 26, 2015 at 9:15 am
I use Maintenance plan (Maintenance Cleanup Task) and point to the folders where backup files stores.
February 22, 2015 at 4:50 am
Grant Fritchey, Can you please put your inputs about what exactly I have and what's the 'MaxDop' no. should be?
February 18, 2015 at 12:41 pm
Viewing 15 posts - 76 through 90 (of 193 total)