Forum Replies Created

Viewing 15 posts - 91 through 105 (of 243 total)

  • RE: Transaction log grows fast

    iqtedar (1/4/2009)


    ok ..i will ask him to do...so then what would be the default size of the log file...thanks..

    It depend on the recovery mode, in simple recovery size is less...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: need a simple query

    shiwani2002sg (1/5/2009)


    hay

    There exist 2 tables

    table1

    A B C

    1 554 dd

    1 ...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: How do you reindex a very large database?

    DBADave (1/4/2009)


    We have a 100+GB database that eventually with grow to 500GB+. Reindexing takes a long time and the database is on a SAN. What things can be...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Deleting temp tables in the system "tempdb".

    DonaldW (1/2/2009)


    Mad-Dog (1/2/2009)


    SQL 2005.

    yes i'm seeing that my tempdb database sometimes grow for 40-50GB.

    even if i wait few hours and try to shrink the tempdb data file i can't.

    There's a...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Deleting temp tables in the system "tempdb".

    Mad-Dog (1/2/2009)


    SQL 2005.

    yes i'm seeing that my tempdb database sometimes grow for 40-50GB.

    even if i wait few hours and try to shrink the tempdb data file i can't.

    I advice to...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Deleting temp tables in the system "tempdb".

    GilaMonster (1/2/2009)


    Mad-Dog (1/2/2009)


    so if i can't delete temp tables from my session (query analyzer) what are my options to delete those tables that i know eat up my free space...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Transaction log growth with no db activity

    PaulB (1/2/2009)


    WayneS (1/1/2009)The differential backups are taking about 1-2 seconds, even at the end of the day. This way, I would only need to restore, at most, from 2 backup...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: check DB statistics status

    sandhyarao49 (1/1/2009)


    Hi All.

    Can any one tell me where and how to check DB statistics status on a particular server.

    And is there any way to see that it was last updated...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: FTP command to upload all folderers and subfolders with files

    Nicholas Cain (1/1/2009)


    Download and use putty util psftp.

    The -r option will allow you to put files and folders recursively.

    Or create a batch file using activex with all your ftp commands...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Transaction log growth with no db activity

    Keep in mind :

    1. Take ragular backup

    2. Daily check database file sizes.

    3. Monitor File growth

    4. If u use reindex/rebuilding , Import/Export, Bulk insert, Restore full database

    ...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: migration suggestion

    iqtedar (1/1/2009)


    i am migrating dbs from 2000 - 2005. Initially we did backup and restore and are now testing the migrated DTS packages. Now it is in testing phase....

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Transaction log growth with no db activity

    WayneS (1/1/2009)


    I have a 700mb database. It is set to full recovery model. Backups are:

    7am / 7pm - full database backup

    7:15am - 6:45pm - differential backup every 15 minutes.

    Just prior...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Upgradation from SQL server 2000 to 2005

    raj acharya (1/1/2009)


    HI,

    paresh i got that problem solution we can get procedure name through error_procedure()

    now i want to make database trigger if you have any idea than please pm me...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: Will snapshot of a DB be still working if its source DB is being restored?

    sunny Brook (12/31/2008)


    IN SQL 2005 Enterprise Edition.

    U can not restore database bec database is an use by snapshot.

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

  • RE: FTP command to upload all folderers and subfolders with files

    Nicholas Cain (12/31/2008)


    ftp

    user:

    pwd:

    lcd

    put

    bye

    Check out http://www.nsftools.com/tips/MSFTP.htm for all the commands.

    By put or mput command i can transfer only files not folders...

    _____________________________________________________________________________________________________________
    Paresh Prajapati
    ➡ +919924626601
    http://paresh-sqldba.blogspot.com/[/url]
    LinkedIn | Tweet Me | FaceBook | Brijj

Viewing 15 posts - 91 through 105 (of 243 total)