Search results for "availability+groups"

Your search for "availability+groups" returned 100 results:

Technical Article

Availability Group didn't get secondary DB added?

  • Topic

Yesterday I was working on some T-SQL code to create an AG and add databases to the AG. My scripts worked fine, or so I thought. Silly me forgot to check the secondary nodes. Apparently ALTER AVAILABILITY GROUP [MYAGName] ADD DATABASE MyDBName; only added the database to the primary node of the AG and it […]

You rated this post out of 5. Change rating

2023-10-13

409 reads

Technical Article

Create empty AlwaysOn Availability Group

  • Topic

Hello SSC, My ideal process for a new Availability Group install would be to:1) Create the Availability Group (without the user database)2) Create the Listener3) Install application directly to the Listener In the past I had posted a question regarding the "install order" for Availability Groups to see if the above was possible.  Someone linked […]

You rated this post out of 5. Change rating

2017-09-11

2,362 reads

Technical Article

How Does Preferred Owner Effect Availability Groups

  • Topic

Evening All, I know the rule of thumb is don't touch the Preferred Owner settings (apart from the Priority Order) but I am wondering how it effects an Availability Group I've 4 node Availability Group Cluster. 3 Automatic Failovers with Synchronous Commit and a Asynchronous with Manual failover. When the Group is owned by Replica […]

You rated this post out of 5. Change rating

2017-06-04

1,499 reads

Technical Article

Transaction log full error 9002 on Alwayon Availability groups

  • Topic

Hi All, I am looking for some inputs on how to avoid or prevent this particular scenario which happened yesterday. there was downtime of around 2 hours. Below is the scenario We have a Multi-subnet Alwayon AG configured with 10 databases. AG has 3 nodes. All are azure VMs. 2 nodes in one region and […]

You rated this post out of 5. Change rating

2022-08-09

476 reads

Technical Article

Alwayson on WSFC - is shared disk really not needed ?

  • Topic

Hi all, I have read the stairways to alwayson series. I have also understood alwayson does not need any shared storage resource. But Alwayson sit on WSFC (assume it is a 2 node WSFC) - surely WSFC would need a shared disk (voting/witness) for maintaining quorum ? So a shared disk is needed after all […]

You rated this post out of 5. Change rating

2016-08-22

3,085 reads

Technical Article

SSISDB and availability groups problem

  • Topic

I just got called in on an SSISDB / AG issue. We had a fail over event and suddenly a job that calls a package in SSISDB is not working because the package isn't decrypting properly. So we start digging into it and I found something interesting. For kicks and giggles, I opened the AG […]

You rated this post out of 5. Change rating

2023-05-18

427 reads

Technical Article

CDC and AlwaysOn Availability Groups - anyone using this?

  • Topic

I saw another post touching on this, and it sort of sounded like people just stayed away from the "mess" entirely 🙂 The MSDN doc makes it sound like after a failover of the primary, the CDC data won't "keep working" on the secondary unless you "To allow the logreader to proceed further and still […]

You rated this post out of 5. Change rating

2015-04-02

325 reads

Technical Article

Availability Group - Log Redo? What does that mean exactly?

  • Topic

I am trying to better understand this SQL Server 2016/2017: Availability group secondary replica redo model and performance – MSSQL Tiger Team SQL Server 2016/2017: Availability group secondary replica redo model and performance It talks about log redo, but what IS that exactly? I always though log redo was like rolling forwards so if your server […]

You rated this post out of 5. Change rating

2018-06-04

478 reads

Technical Article

AlwaysOn Availability for Standard Edition and multiple databases

  • Topic

We have 3 databases on a standard edition of SQL server 2019. Now we would like to set up it for HA and DR. Since we are running standard edition, I know there is some limitation of the basic availability group. I am wondering if it is worth to purchase Enterprise license considering cost. Or […]

You rated this post out of 5. Change rating

2022-11-10

3,000 reads

Blogs

Friday Basics: the CIA Triad

By

In information security (INFOSEC), there several foundational concepts and principles. One of the ones...

A New Word: the standard blues

By

the standard blues– n. the dispiriting awareness that the twists and turns of your...

How Redgate Flyway Can Boost Your DevOps Journey

By

A brief introduction to the tool and its advantages for database migrations DevOps is...

Read the latest Blogs

Forums

One more reason to use foreign key constraints

By Louis Davidson (@drsql)

Comments posted to this topic are about the item One more reason to use...

client_app_name is empty in Extended Events output but present in sp_who2

By Pete Bishop

I'm tracing activity on one database and would like to include the client_app_name in...

How to compare data in customer table with other customers to find related cust

By Zond Sita

select Custno, Addr1, City, Res_Phone, Bus_Phone, Fax_Phone, Marine_Phone, Pager_Phone, Other_Phone, email1, email2 from customer...

Visit the forum

Question of the Day

The Marked Transaction

I want to mark a transaction in the log as a recovery point. How do I do this in my code if I use the transaction, myTran?

See possible answers