Forum Replies Created

Viewing 15 posts - 556 through 570 (of 4,745 total)

  • RE: Database Mirroring Or Log shipping??

    probably log shipping, but it depends For mirroring you will need to create snapshots and have enterprise edition.

    Neither are perfect though, with log shipping you will need to decide what...

    ---------------------------------------------------------------------

  • RE: Are the posted questions getting worse?

    Lynn, I would presume (and hope) the standard backup history related tables in msdb are still updated.

    ---------------------------------------------------------------------

  • RE: Best Index Rebuild/Reorganize and Update Statistics Strategy

    bulk logged is the best mode to control growth during index rebuilds, then a full backup afterwards. Note log backups will still be large though. You could also try backing...

    ---------------------------------------------------------------------

  • RE: SSIS in cluster

    the name of the SQL service in the cluster, i.e. the name you use to connect to the database engine.

    The packages are normally imported to msdb, thats better for security...

    ---------------------------------------------------------------------

  • RE: SSIS in cluster

    use the virtual sql server name

    ---------------------------------------------------------------------

  • RE: Read MS SQL 2000 backup file without restoring the database

    note: 6 year old thread

    ---------------------------------------------------------------------

  • RE: SQL Low performance only in afternoons

    is a spike of 30% actually causing you a problem?

    If you really want to know the SQL causing the issue run a server side profiler trace (google that) and a...

    ---------------------------------------------------------------------

  • RE: tail log backup

    you would use the norecovery option on a log backup when you want to swap primary and secondary roles in a logshipping set up without needing to reinitialise from...

    ---------------------------------------------------------------------

  • RE: SQL 2008 - Migrating job schedules

    highlight the jobs in object explorer (F7) you can script them all out in one go.

    ---------------------------------------------------------------------

  • RE: SQL 2008 - Migrating job schedules

    any reason you cannot script the jobs out via the gui?

    unless they are maintenance plan jobs in which case you are best off recreating the maintenance plans

    ---------------------------------------------------------------------

  • RE: How does SQL pronounce SQL?

    nice question

    ---------------------------------------------------------------------

  • RE: Trans Log Shipping Costs

    ideally the same version in DR as you have in Live.

    ---------------------------------------------------------------------

  • RE: Database Backup Restore

    Hugo Kornelis (6/26/2013)


    PRR.DB (6/25/2013)


    I have taken "TestPartition" Database backup (In that db , 5 table are partitioned with 10 file-groups(.ndf files)) then I executed below command

    RESTORE FILELISTONLY FROM disk='D:\DB\Backup\TestPartition.bak'

    It is...

    ---------------------------------------------------------------------

  • RE: The operating system returned error 5(Access is denied.) message in sql error log

    the error could be transient or sporadic. definitely get the disks checked and make sure all drivers up to date.

    Very odd dropping and recreating users should apparently resolve this, makes...

    ---------------------------------------------------------------------

  • RE: The operating system returned error 5(Access is denied.) message in sql error log

    either that .bak file you bought over had a corruption in it or you have an underlying system problem (disk or driver)

    Have you run the dbcc checkdb? thats the first...

    ---------------------------------------------------------------------

Viewing 15 posts - 556 through 570 (of 4,745 total)