Quantcast
Channel: SQL Server High Availability and Disaster Recovery forum
Viewing all articles
Browse latest Browse all 4689

SQL Server 2016 Seeding

$
0
0

Hi,

I have enabled Automatic Seeding in existing AG. (This is only Test enronmnet)

I followed below procedure after creating database and took full backup:

1. On Primary Server

ALTER AVAILABILITY GROUP [AGG1] ADD DATABASE [teatdb];
GO

ALTER AVAILABILITY GROUP [AGG1] GRANT CREATE ANY DATABASE;
GO

2.On Secondary Server:

ALTER AVAILABILITY GROUP [AGG1] GRANT CREATE ANY DATABASE;
GO

In primary server the database successfuly added to AG but in sedondary server i didn't see that database and even i didn't find any errors or any kind of information in Error Log.

Am i missing anything, Please help me.



Viewing all articles
Browse latest Browse all 4689

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>