Forum Replies Created

Viewing 15 posts - 1,276 through 1,290 (of 2,897 total)

  • RE: Restore database with transaction log backup

    You could ask your network administrators if they took any backups, or even took backups of the disk where the database (.MDF) was. Maybe you will get lucky.

  • RE: Restore with different name on same server

    CirquedeSQLeil (9/11/2010)


    Here's a shortcut to learn how to script those backups.

    Through the gui, make the selections you need. Reassign the name, file names, and file locations as necessary. ...

  • RE: Upgrade from sql 2000 to sql 2005

    Upgrading has been covered many times. You could search this site for "2000 2008 upgrade" and you will get a lot of information. Then maybe you can post more specific...

  • RE: Job running too long

    Does the package complete normally after 5 hours ? And if so, is the data as expected ?

    The error sounds as though the job does not have permission on...

  • RE: How can you see the Recovery Model?

    Edited my query to include recovery model.

  • RE: How can you see the Recovery Model?

    Maybe something like this would help you see the backup status of all your databases:

    -- Most Recent Backups and # of days since ANY type of backup

    SELECT B.name as...

  • RE: Restoring database from another server

    Instead of resurrecting a 2+ year old thread, I think it would be to everyone's benefit to start a new thread.

  • RE: Batch Size Setting ?

    OK ... I think I have it .... I was looking at the "DestinationConnectionOLEDB" tab by mistake Thanks

    I want to copy 40,000,000 records, so I'm setting the...

  • RE: Logfile growth

    jamessdba (9/8/2010)


    Thanks to all

    Daily we are taking full backup only, no Trn backup

    the original backup size is 30MB only suddenly it increased to >60GB

    Recovery model is FULL

    There's your...

  • RE: Overwriting Full Backup

    Also, are you sure you want to overwrite the previous day's backup ? I like to have several days backups available in case I discover a problem from a...

  • RE: Database blocking-please help

    When you see the blocking with SP_WHO2, look to see which process is at the root cause. So, if SPID 17 is blocked by SPID 23, look to SPID 23....

  • RE: Overwriting Full Backup

    This doesn't directly answer your question, but, you could use a Maintenance Plan to control your full and transaction log backups and then use the cleanup task to easily control...

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

Viewing 15 posts - 1,276 through 1,290 (of 2,897 total)