Viewing 15 posts - 1 through 15 (of 79 total)
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...
August 13, 2010 at 9:03 am
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...
August 13, 2010 at 9:01 am
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... 🙂
August 13, 2010 at 5:47 am
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...
August 13, 2010 at 5:37 am
Yes
August 12, 2010 at 1:40 am
Here is a link for the step-by-step guide on How to Configure Database Mirroring?
Hope, this may help.
August 12, 2010 at 1:25 am
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...
August 12, 2010 at 1:17 am
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...
August 10, 2010 at 2:18 am
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.
August 9, 2010 at 2:08 am
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...
August 6, 2010 at 8:43 am
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...
August 6, 2010 at 8:21 am
It is correct.
August 5, 2010 at 7:47 am
TRUNCATE is a logged operation, can be rolled back. Check the following article[/url] from MVP Pinal Dave.
August 5, 2010 at 5:41 am
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...
August 5, 2010 at 5:32 am
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...
August 5, 2010 at 5:01 am
Viewing 15 posts - 1 through 15 (of 79 total)