Forum Replies Created

Viewing 15 posts - 1,291 through 1,305 (of 2,900 total)

  • RE: Logfile growth

    As mentioned already, log backups are critical. I do them every 15-30 minutes on production databases. That helps control the log size, and give you good point-in-time recovery options.

  • RE: Shrink Log

    Raghavender (9/7/2010)


    homebrew01 (9/6/2010)

    its not containing any old transactions and it's not a publisher, it's a subscriber.

    Perhaps it was initially set as a publisher, and the publication was not completely removed...

  • RE: DBCC SHRINKFILE not working for datafile

    There have been several questions asked, that you have not answered, that might provide useful information.

  • RE: DBCC SHRINKFILE not working for datafile

    Vivek29 (9/7/2010)


    Actually its a dev db that needs to be refreshed from prod but space issue is there in dev. I wnat to shrink some other db's datafile in dev...

  • RE: DBCC SHRINKFILE not working for datafile

    How much free space is in the database files ?

    What command did you run ?

    How long did it run ? Did you cancel it ? I had...

  • RE: how to replace data from another database?

    SSIS packages in 2005 are more confusing than 2000 DTS packages.

    I'm working off memory here, but basically:

    With SSIS (not SSMS) You first export the package from "MSDB" to file system...

  • RE: Backup File Size

    ashish.kuriyal (9/6/2010)


    if its not sql compressed backup or litespeed compressed backup, then for estimate, it should be nearly equaly to mdf file size of database.

    Unless you have a lot of...

  • RE: Shrink Log

    Based on the error message, your database is configured as a publisher for replication. It won't let you truncate the log because replication keeps track of log entries and "knows"...

  • RE: L1 Support SQL SERVER

    Is this some kind of homework question ?

    Each organization has their own requirements.

  • RE: maintainence plan not saving

    Do the SQL error logs give any more detail ?

  • RE: Replication issues

    As I recall, when replicating across domains, I had to create identical accounts on each server with the same password.

  • RE: Any Tips for New DBA Job ?

    Day 1 - Verify that all databases are backed up. If not, back them up.

  • RE: Is our log file too big?

    Matt-1034261 (8/31/2010)


    Do you have it so that each backup overwrites the last? There doesn't seem to be an option in the maintenance plan setup to assign them different names

    Don't overwrite...

  • RE: Is our log file too big?

    Matt-1034261 (8/31/2010)


    So if I had a maintenance plan that backed up the log files every so often, would that maintenance plan also need to do a shrink on the log...

  • RE: Is our log file too big?

    CirquedeSQLeil (8/31/2010)


    Once you have re-grown the log - then defrag your indexes.

    Does defragmenting indexes apply to shrinking log files as well as data files ?

Viewing 15 posts - 1,291 through 1,305 (of 2,900 total)