Forum Replies Created

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

  • 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 ?

  • RE: Is our log file too big?

    Maybe you didn't have any free space in your log file, so there was nothing to shrink. What value was in "Available Free Space" ??

    When I find I need to...

  • RE: How to Tune Data Inserts

    We've got a few instances of large inserts occuring during production hours that cause blocking. I'm looking at breaking them up into smaller insert batches and/or dropping & recreating the...

  • RE: GETDATE Value During Long Running Job

    Thanks for the reply. I should clarify that I'm not using a loop. It's just the 1 statement above. The 25,000 batch size is specified in the properties tab in...

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