Forum Replies Created

Viewing 15 posts - 6,091 through 6,105 (of 18,926 total)

  • RE: Database Growing Suddenly

    SKYBVI (5/16/2011)


    Ninja's_RGR'us (5/16/2011)


    #1 culprit is reindex job

    I 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...

  • RE: Database Growing Suddenly

    SKYBVI (5/16/2011)


    Ninja's_RGR'us (5/16/2011)


    #1 culprit is reindex job

    I 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...

  • RE: Phone Numbers in Excel being loaded as NULL to SQL Server

    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...

  • RE: TImeStamp

    Jeff Moden (5/16/2011)


    And, just to say it out loud... Like Remi said, the TIMESTAMP datatype is for row versioning. It has absolutely nothing to do with a date or...

  • RE: Phone Numbers in Excel being loaded as NULL to SQL Server

    Ho ya I remember reading something about that 4 years ago. Does the W stand for wide?

  • RE: Fake SQL Server Statistics

    Wow, so cool :w00t:.

  • RE: Database Growing Suddenly

    HEY, RTFM.

    If you don't want our help stop asking for it.

  • RE: Database Growing Suddenly

    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...

  • RE: Upgrading a FoxPro db to SQL Server

    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...

  • RE: Database Growing Suddenly

    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...

  • RE: Database Growing Suddenly

    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...

  • RE: Upgrading a FoxPro db to SQL Server

    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...

  • RE: Next half an hour time

    Thanks for posting the feedback... will help someone else someday.

  • RE: Phone Numbers in Excel being loaded as NULL to SQL Server

    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.

  • RE: Database Growing Suddenly

    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...

Viewing 15 posts - 6,091 through 6,105 (of 18,926 total)