Viewing 15 posts - 1 through 15 (of 233 total)
If you are able to connect after restart, then mismatching SID's could be only thing which I can think of. We had same issue in our environment and after SID's...
July 22, 2014 at 7:13 am
Have you tried specifying the port # explicitly in the connection string?
"Server=xx.xx.xx.xx,port #"
July 22, 2014 at 6:57 am
Are the SID'd for the application user on primary & mirror server are same and also default DB for that user is set?
I would suggest to test this via failing...
July 22, 2014 at 5:20 am
I will try to explain.
Lets assume you have given write permission on subscriber and somebody deletes a row which is in publisher and later somebody updates that row in publisher...
July 11, 2014 at 9:33 am
You can take a backup and restore it manually on DR site and choose option "Secondary database is already initialized."
Keep in mind that that you have to restore DB with...
July 2, 2014 at 12:47 pm
Thank you very much for your response. I do agree with you that if we use Integrated security everything can be managed via AD but my SYS and Network admin...
July 1, 2014 at 1:13 pm
Thank you very much for taking time to look into it and answer.
Yes I have looked into it and as I have told it doesn't give any explicit reason...
July 1, 2014 at 12:00 pm
I would also suggest to check the power setting on new server.
June 30, 2014 at 6:02 am
As asked by Grant Could you please post the actual execution plan. That will help.
Meanwhile you can try removing the OR from Query and use Union All and see if...
June 27, 2014 at 10:42 am
It depends.
But the answer to other question is:-
Logical Read: Number of pages read from data cache.
Physical Read: Number of pages read from the disk.
CPU time refers to...
June 27, 2014 at 10:37 am
So that is a good news.
Follow the steps as suggested earlier ..
you can fail over to Mirror --> Configure Security and set the Witness Server and -->Fail back to...
June 27, 2014 at 4:43 am
Like this?
set lock_timeout 1000
declare @sql nvarchar(100)
set @sql = 'alter index PK_Users on users rebuild '
exec sp_executesql @sql
It is still working for me.
June 26, 2014 at 12:42 pm
How you are trying to do it? I believe you are doing in the script where you have your index rebuild specified. In that case it should work.
I just...
June 26, 2014 at 11:18 am
Viewing 15 posts - 1 through 15 (of 233 total)