Viewing 15 posts - 136 through 150 (of 193 total)
TDE is enabled, do you think page compression will work?
August 5, 2014 at 11:18 am
thanks for your time. One more question, how can I track what causing GB growth? Is there any script I can run to track table size growth/index size?
August 5, 2014 at 9:06 am
that is so complicated. Just need little help to tweak in my script!!
July 26, 2014 at 3:25 pm
Thank you much for you time and inputs
July 26, 2014 at 3:07 pm
Hello Mr. Gila,
I have a huge database 600+ GB and it is TDE enabled. I want to make database little smaller. I found some tables are more than 1 million...
July 25, 2014 at 8:53 am
You're right Perry Whittle!!!! That is just for more VLFs.
July 24, 2014 at 6:23 am
salute to you sir!!!
July 23, 2014 at 12:06 pm
ONLY Full backup and Differential Backup, No T log backup!!!!!!!
July 23, 2014 at 11:48 am
Source: Glenn Berry
-- Switch to your database
USE ngmetadata;
GO
-- Check VLF Count for current database
DBCC LogInfo;
-- Check individual File Sizes and space available for current database
SELECT name AS [File Name] ,...
July 23, 2014 at 11:43 am
Yes it is single db. Only 3 log files. I think you can have as many as log file (not a good idea, i believe).
July 22, 2014 at 11:21 am
Check the free space (space available)and Initial size. you might have lot of free space that make DB size bigger.
July 22, 2014 at 8:47 am
Hi Erin,
I am not able to use your script. I am trying to capture 'AdventureWorks' data file and log file growth every week, using SQL agent job. Can you help...
July 22, 2014 at 6:22 am
Thank you Mr. Shawn!!!!
July 22, 2014 at 6:08 am
Viewing 15 posts - 136 through 150 (of 193 total)