Forum Replies Created

Viewing 15 posts - 3,511 through 3,525 (of 4,745 total)

  • RE: Ulock read only database

    undoing it when you had it working might have been shooting yourself in the foot. run

    alter database dbname set partner off

    to remove all traves of mirroring and try...

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

  • RE: Ulock read only database

    have you tried setting up endpoints via the GUI?

    check ports are not in use by any other process

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

  • RE: Ulock read only database

    restore database dbname with recovery

    brings a database online again, but did you actually want to know how to failover a mirrored database?

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

  • RE: Virtual server for Monitoring Log shipping

    rambilla4 (7/1/2009)


    1.Is it legal to use developer edition of sql server 2005 for monitoring purpose in production environment?

    yes, because its not supporting a production application itself.

    2.Can we use the same...

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

  • RE: Virtual server for Monitoring Log shipping

    rambilla4 (6/30/2009)


    We have system database's mdf, ldf and user databases mdf files on one drive and user databases ldf files on other drive.

    We just building a Virtual machine with only...

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

  • RE: advice on reindexing and resulting logfile growth

    Ivanna thats what I would do. If it aint broke don't fix it..

    I think you only need to be concerned if database recovery time at server restart seems slow, or...

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

  • RE: Virtual server for Monitoring Log shipping

    p.s. logshipping monitoring locally has no performance hit. very small amount of activity in msdb but that's on a seperate drive right? 🙂

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

  • RE: Virtual server for Monitoring Log shipping

    Well I do survive without a monitor server myself and I don't think I would ever bother with one.

    Microsoft would say that as log-shipping is controlled via SQLAgent jobs all...

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

  • RE: Virtual server for Monitoring Log shipping

    rambilla4 (6/30/2009)


    Hi,

    We are ready to configure log shipping in SQL Server 2005.

    Couple of questions:

    1.Can we use a Virtual server for Monitoring Log shipping of Production databases?

    If you mean wmware...

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

  • RE: advice on reindexing and resulting logfile growth

    Also:

    ssismaddy: at this stage I am required to use the maintenance plans supplied by the vendor - so all tables will be reindexed whether fragmented or not.

    why? Vendors can...

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

  • RE: advice on reindexing and resulting logfile growth

    As the database is mirrored FULL recovery mode is the only allowed option.

    Ivanna, If you want to reduce your number of virtual logs wait for a quite time. shrink the...

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

  • RE: configuring log shiiping in sql server 2005:

    If they are not changing often I would do this manually, run sp_help_revlogin and edit the output to only include the logins you want, then load them in.

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

  • RE: Help, developer in transaction log hell

    tnk (6/29/2009)


    I'd like to make sure I understand what I am supposed to be shooting for here. My understanding is that you take backups every so often, and then you...

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

  • RE: Help, developer in trn log file hell

    replies to

    http://www.sqlservercentral.com/Forums/Topic744064-357-1.aspx

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

  • RE: configuring log shiiping in sql server 2005:

    IF you have updated the secondary whilst it was online you will have to back it up and then restore it from that same backup with norecovery.

    copy the same backup...

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

Viewing 15 posts - 3,511 through 3,525 (of 4,745 total)