October 15, 2016 at 6:47 am
Please let me know how many database can be configured in the always on for SQL standard edition 2016.. Also please share the related msdn site link
October 15, 2016 at 10:04 am
Two nodes: https://msdn.microsoft.com/library/cc645993.aspx
MS seems to recommend no more than 10 dbs/AG, though this is based on testing of 10 Ags on an instance. More can result in memory issues and thread starvation.
October 15, 2016 at 8:08 pm
Sql server standard edition 2016 - alwayson
This is common for the enterprise edition..but do we have any specific links for the SQL standard edition 2016..I know that it can support always on I.e. 1 AG'S...but in that how many databases can we configure?
October 16, 2016 at 11:44 pm
Thanks for all your replies..finally i got in the msdn..here is the link
October 17, 2016 at 7:05 am
I got this from someone late last night. 1 database per AG, limited restrictions on how the secondary works.
You can have more than one AG, but each has a single db.
October 18, 2016 at 12:22 am
Multiple AG's on the Same SQL Instance?
or Single AG's on Multiple Instances ?
October 18, 2016 at 3:48 am
Standard Edition AG has a single DB per AG, and two servers only. (same as database mirroring was)
If you have multiple DBs that you need to make highly available, you may set up multiple AGs, each with only one database in and two servers)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 18, 2016 at 6:36 am
Thanks for the info
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply