You've already forked ssms-addin
mirror of
https://github.com/alex-bochkov/ssms-addin.git
synced 2025-11-23 22:04:53 +02:00
Update Database mirroring.sql
This commit is contained in:
@@ -5,10 +5,13 @@ DROP ENDPOINT [Mirroring]
|
||||
GO
|
||||
|
||||
CREATE ENDPOINT [Mirroring]
|
||||
STATE=STARTED
|
||||
STATE = STARTED
|
||||
AS TCP (LISTENER_PORT = 5022, LISTENER_IP = ALL)
|
||||
FOR DATA_MIRRORING (ROLE = PARTNER, AUTHENTICATION = CERTIFICATE DatabaseMirroring
|
||||
, ENCRYPTION = DISABLED)
|
||||
FOR DATA_MIRRORING (
|
||||
ROLE = PARTNER,
|
||||
AUTHENTICATION = CERTIFICATE DatabaseMirroring,
|
||||
ENCRYPTION = REQUIRED ALGORITHM AES
|
||||
)
|
||||
GO
|
||||
|
||||
CREATE MASTER KEY ENCRYPTION BY PASSWORD = '<password>';
|
||||
|
||||
Reference in New Issue
Block a user