Viewing 15 posts - 181 through 195 (of 296 total)
Also, you cannot leverage most feature of AlwaysOn such as Read Load Balancing, Synchronous Commit, Automatic Failover etc.
I am not sure which version you are referring to but I...
December 10, 2019 at 2:42 pm
An update in case it helps anyone else. I created a third host and I was able to create a cluster between server 2 and 3. I'm not sure what...
December 8, 2019 at 2:47 pm
If you have access to the connection strings then, if you haven't already, it might be worth having a look at the multisubnetfailover parameter. It's supposed to improve the reconnection...
December 5, 2019 at 8:50 pm
Thanks for your help.
I've just re-run the validation and it warns of:
The fact that there is only one network card in each host. I doubt that's the cause of the...
December 5, 2019 at 8:26 pm
I can't answer your question about new connections but any existing connections, and therefore any queries using them, will be dropped during a manual or automatic failover.
December 5, 2019 at 8:09 pm
Just a small addition. With availability groups, on Standard Edition, you can only have one database per availability group (You can have more than one availability group though). You also...
November 27, 2019 at 12:34 pm
'Always on' is a term Microsoft use for a few different availability solutions. Have you decided which one you will use? There are some details on the differences here https://docs.microsoft.com/en-us/sql/database-engine/sql-server-business-continuity-dr?view=sql-server-ver15
The...
November 27, 2019 at 11:56 am
Is anything showing in the cluster or SQL server logs?
Does your cluster only consist of the two servers or do you have a third item such as a File Share...
November 20, 2019 at 8:03 pm
Sorry I can't answer the question you asked but I can suggest something that might help avoid it in the future.
Does the Windows Cluster only have the two nodes in...
November 12, 2019 at 11:08 am
I think this might work:
select #dummy.Policy,#dummy.batchmonth, #dummy.Amount,isnull(#dummy2.Amount,0) as previousbatchmonth from #dummy left outer join #dummy #dummy2
on #dummy.Policy=#dummy2.Policy
and ((cast(#dummy.BatchMonth as int)-cast (#dummy2.BatchMonth as int )=1)
or (#dummy.BatchMonth=12 and #dummy2.BatchMonth=1))
Others...
November 9, 2019 at 5:22 pm
Thanks for the correction. Sorry I was reading through active topics and didn't notice that it was only the junk advertising post that was recent. I'll avoid making that mistake...
November 3, 2019 at 4:52 pm
Could it be something in the firewall between the zones? Maybe a max connection time? Or perhaps, for some reason, it's seeing the connection as idle and dropping it?
Sorry if...
November 2, 2019 at 10:02 pm
(is there a free SQL Server I can use on the web by any chance?) (I'll Google for it)
I don't know of any online servers that you can use...
October 24, 2019 at 3:22 pm
I am not an expert at reading the logs but it does look like a failover occurred. I think the following happened:
The Windows cluster failed over
The users would have lost...
September 30, 2019 at 10:40 am
Viewing 15 posts - 181 through 195 (of 296 total)