Forum Replies Created

Viewing 15 posts - 136 through 150 (of 195 total)

  • RE: Mirroring disconnected.

    If the link problem is resolved the database will came back online...synchronized.

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: Ranaming Mirror Database

    Always remember no changes to the database properties in a mirroring session.

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: DB Mirroring question?

    You have to do a manual fail-over

    On the mirror

    ALTER DATABASE <database name> SET PARTNER OFF

    RESTORE DATABASE <database name> WITH RECOVERY

    when the principal is back online you have to re-establish...

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: List of Database Users with Database Roles

    Just on spot...but it failed on dabase with spaces in between like [my fun database]

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: Database Mirroring State

    I did know that transactional replication depends on the state of the mirror.

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: INSERT INTO

    My answer was correct, think this is another typo,but i would think T-SQL are quite easy to verify.

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: Mirroring and Back-up strategy

    Size of log is 5 745 664 KB.

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: Mirroring

    I got valuable information about mirroring metrics from the sites thank you so much.

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: dbcc to recover corrupt pages

    Thank you for the link it was so valuable.

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: Mirroring mystery - can't quite figure it out

    Are you saying is the principal has been changed to mirror,it will be still accessible?

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: Mirroring and Back-up strategy

    So you mean on top of the daily back-ups i am taking, i need to take Daily transaction logs as well?

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: Mirroring - 2 Instances same Server

    You raised another issue of ports.On two separate physical servers you need to specify the same port number.On the same server you different port numbers.This is what i have once...

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: Mirroring disconnected.

    If the principals lose connection that is the state of the cause.If the connection is established the databases will revert to their normal states.Causes of that could be:

    1.DNS server is...

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: SSRS REPORTS

    @crazy4sql,dont get you.Follow this link for a tutorial http://msdn.microsoft.com/en-us/library/ms170246%28v=sql.90%29.aspx

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: A Look at Database Mirroring

    Can i fail-over databases because of power failure?

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

Viewing 15 posts - 136 through 150 (of 195 total)