Forum Replies Created

Viewing 15 posts - 46 through 60 (of 68 total)

  • RE: Log shipped database security

    Create the logins in the primary and grant them access to the log shipped db. On the secondary, you have to add the logins using the same SID.

    _____________
    Donn Policarpio

  • RE: Database file sizes over 400GB

    Right, filegroup backups are not as straightforward. 🙂

    _____________
    Donn Policarpio

  • RE: Database file sizes over 400GB

    With db size that big, you may also want to consider offloading checkdb execution on your online production database, by restoring your backups on a separate machine and running checkdb...

    _____________
    Donn Policarpio

  • RE: SQL 2000 server - Process exit codes

    If you think all the necessary tasks have been executed properly for both 0 and 1 process exit codes, then consider them both successful.

    You may want to script it...

    _____________
    Donn Policarpio

  • RE: Potential issue of updating master..sysservers?

    I never tried it tho. But if I would, I'll try it out first on a dev somewhere, or look what sp_addserver/sp_dropserver really does, see if there's any dependent tables...

    _____________
    Donn Policarpio

  • RE: sending mail using sqlserver200 automatically i.e. schedule

    Have you tried sql jobs?

    _____________
    Donn Policarpio

  • RE: Log shipping question

    Full backups shouldn't break your log shipping.

    _____________
    Donn Policarpio

  • RE: Potential issue of updating master..sysservers?

    Why would you want to update it? What are you trying?

    _____________
    Donn Policarpio

  • RE: Urgent Help

    I meant you ditch log restore, and go with dts, otherwise, you'll get the same changes as with your source database.

    _____________
    Donn Policarpio

  • RE: Urgent Help

    DTS

    _____________
    Donn Policarpio

  • RE: Is this possible?

    Then you'll have to script it out. Load the result of restore headeronly to a temp table, then query the position column.

    Log shipping is the way to go if...

    _____________
    Donn Policarpio

  • RE: Restore Database missing LOG from FileGroup

    Man, can't believe I said to recover without tlog, that completely won't happen! I stand to be corrected..

    Tho it's true that filegroup/file backup on occassion gets implemented on vldbs, it...

    _____________
    Donn Policarpio

  • RE: Is this possible?

    Use RESTORE LOG...WITH FILE =

    If you look at the header information of your backup file (using RESTORE HEADERONLY), you take the file number from the POSITION column..the latest...

    _____________
    Donn Policarpio

  • RE: Is this possible?

    Not that I know. How about backing up to individual files to one location, then copy the latest to the other location deleting the old one?

    Or, backup with noinit,...

    _____________
    Donn Policarpio

  • RE: model database

    I assume you already came accross an ugly solution that updates the system table...otherwise, you may need to call MS support.

    _____________
    Donn Policarpio

Viewing 15 posts - 46 through 60 (of 68 total)