Viewing 9 posts - 1 through 9 (of 9 total)
Hi Steve,
I've set the SQL Server on the witness to run as the local sysadmin account just for testing purposes. The windows sysadmin is also the sysadmin for the database,...
December 8, 2011 at 9:21 am
Thanks for the hint. I tried this, but for some reason I can't seem to see any mirroring-related login / logout events in my profiler. I can see other login...
December 8, 2011 at 2:09 am
Steve Turner - SQL Managed (12/6/2011)
And do you...
December 7, 2011 at 3:49 am
Perry Whittle (12/6/2011)
adrian-844207 (12/3/2011)
None of the servers is in a domain.
so how come your script above references server1.ourdomain.com and server2.ourdomain.com
If setting up mirrroring in a workgroup please see the following...
December 6, 2011 at 4:39 pm
Here's a complete log of the t-sql commands I used for setting up mirroring:
-- PRINCIPAL
create master key encryption by password = 'mypassword';
GO
create certificate "server1.ourdomain.com_cert" with subject = 'server1.ourdomain.com certificate', start_date...
December 6, 2011 at 7:53 am
Perry Whittle (12/6/2011)
adrian-844207 (12/3/2011)
alter database citec_vc_prod set witness = 'TCP://witness_address:witness_port';
Where are you executing this command from?
Have you double checked the steps to create the certificate and the user?
What value are...
December 6, 2011 at 7:50 am
Steve Turner - SQL Managed (12/5/2011)
December 6, 2011 at 7:46 am
PaulB,
Worked like a charm and exactly what I was looking for. Thanks very much! 😀
Adrian
August 25, 2008 at 5:48 am
Bitbucket,
Thanks for your reply, but I am not quite so sure that this is the same problem. They seem to have problems attaching a database, whereas I can attach it...
August 23, 2008 at 4:47 pm
Viewing 9 posts - 1 through 9 (of 9 total)