Viewing 15 posts - 6,091 through 6,105 (of 18,926 total)
SKYBVI (5/16/2011)
Ninja's_RGR'us (5/16/2011)
#1 culprit is reindex jobI had the impression that reindex jobs increase the size of log file (ldf) not the data file(mdf)
Regards,
Sushant
Both actually. During the reindex a...
May 16, 2011 at 7:40 am
SKYBVI (5/16/2011)
Ninja's_RGR'us (5/16/2011)
#1 culprit is reindex jobI had the impression that reindex jobs increase the size of log file (ldf) not the data file(mdf)
Regards,
Sushant
I was the reindex job that was...
May 16, 2011 at 7:38 am
Phil Parkin (5/16/2011)
Ninja's_RGR'us (5/16/2011)
Ho ya I remember reading something about that 4 years ago. Does the W stand for wide?
An excellent question and one which has just diverted me...
May 16, 2011 at 7:33 am
Jeff Moden (5/16/2011)
May 16, 2011 at 7:31 am
Ho ya I remember reading something about that 4 years ago. Does the W stand for wide?
May 16, 2011 at 7:04 am
HEY, RTFM.
If you don't want our help stop asking for it.
May 16, 2011 at 6:33 am
naresh.talla (5/16/2011)
But i want to re index all tables in database...all tables are heavily fragmented
That script WILL work all the indexes that need to be reworked.
If you want to control...
May 16, 2011 at 6:11 am
P.S. It's also a good time to check for mismatch in datatypes. Sometimes you really need a relation but you need to edit 1 of the datatypes. That...
May 16, 2011 at 5:59 am
GilaMonster (5/16/2011)
naresh.talla (5/16/2011)
It is because full backup occur..Nope. Backups grow the DB. They write a couple history rows to MSDB, but that's all.
Might want to re-edit that one!
Backups DON'T grow...
May 16, 2011 at 5:58 am
naresh.talla (5/16/2011)
i have find one job re indexing running on sunday...that might be the issues...
But how to maintain that data file not to grow
Don't reindex the whole DB, only what...
May 16, 2011 at 5:57 am
I once built a script to make those but I don't have access to it anymore.
The idea is to scan sys.columns and sys.tables (linking with object_id).
Then search for patterns like...
May 16, 2011 at 5:55 am
Thanks for posting the feedback... will help someone else someday.
May 16, 2011 at 5:32 am
Anjan Wahwar (5/15/2011)
Convert to "Unicode String [DT_WSTR]" instead of [DT_STR]
What's the difference between the 2? >>> never used ssis b4.
May 16, 2011 at 5:31 am
naresh.talla (5/16/2011)
It is because full backup occur..
No way... full backup doesn,t write anything to the data files... it makes a copy in another file completely.
I'd check your maintenance plan for...
May 16, 2011 at 5:29 am
Viewing 15 posts - 6,091 through 6,105 (of 18,926 total)