Forum Replies Created

Viewing 15 posts - 1 through 15 (of 79 total)

  • RE: Database Mirroring Config Problem

    The other thing you may need to re-check before configuring Database Mirroring is the DNS lookup. Make sure your instances get resolved from the DNS server, and both the instances...

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

  • RE: Database Mirroring Config Problem

    Are you using domain user account for SQL Server Services? If yes, its better you configured Mirroring with Windows Authentication. The only thing you need to do is to add...

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

  • RE: Database Mirroring Config Problem

    Then you can go with certificate based configuration. check my previous post for the link. Am never deployed with certificate but yes, planning to learn it... 🙂

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

  • RE: Database Mirroring Config Problem

    You need to use certificates if you are using SQL Authentication, however, since you are in a domain environment, I suggest you to use Windows Authentication for database mirroring. I...

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

  • RE: can we configure database miroring for two databases on same server

    Yes

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

  • RE: Database Mirroring Config Problem

    Here is a link for the step-by-step guide on How to Configure Database Mirroring?

    Hope, this may help.

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

  • RE: can we configure database miroring for two databases on same server

    what about endpoints?

    we need to create new endpoint are we can configure with same endpoint

    Hello Anjali,

    You can have only one database mirroring endpoint per instance. So you should use the...

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

  • RE: How to do the failover in the asynchronous mode of the mirroring

    how to do the fail over if we configured the mirroring in asynchronous mode

    You need to execute the following code for the failover; however, as the database mirroring...

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

  • RE: transaction log backup

    A Differential backup contains all the changes made to the database since the last full backup.

    A Transaction log backup contains all the changes made since last full/diff/t-log backup.

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

  • RE: error 1418 in database mirroring

    Hello Rishitha,

    First of all, add the database engine account of the Primary server on the mirror server. To do that, connect to the mirror instance using SSMS, then expand Security...

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

  • RE: mirroring

    reddy.rasimpalli (8/6/2010)


    how to access mirror database any one can explain

    As Steve mentioned, you can not directly access a mirror database, it will not allow any connections. However, you can create...

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

  • RE: How to add user to sql server 2005 express programatically

    It is correct.

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

  • RE: Curiosity

    TRUNCATE is a logged operation, can be rolled back. Check the following article[/url] from MVP Pinal Dave.

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

  • RE: How to add user to sql server 2005 express programatically

    Is there anyway to get the account info of the user logged into windows in sql server?

    You can not logged in to SQL Server, until you have a vaild login...

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

  • RE: error 1418 in database mirroring

    server network address ''TCP://servername.damain:5022"can not reached or does not exist.check the network address name and ports for local and remote end points are operational.

    Hello Rishitha,

    1. Check whether the database...

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

Viewing 15 posts - 1 through 15 (of 79 total)