1. Info ServerName, Version, db_name
select @@SERVERNAME as ServerName,
@@SERVICENAME as ServiceName,
db_name() as DBName,
@@VERSION as VersionDB,
@@MICROSOFTVERSION as MICROSOFTVERSION,
@@LANGUAGE as Language
1. Check Database ID on Linked Server
select @@Servername as LocalServer,@@servername as ServerName_Link, name as dbname,database_id from sys.databases
1. Open Registry
2. Open Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters
3. Double-click the AllowEncryptionOracle DWORD to open its Edit DWORD window.
Enter the value ‘2‘ in the Value data text box, and press the OK button.
to monitor log shipping
http://teguhth.blogspot.com/2023/09/monitor-transaction-log-shipping-using.html
1. Enable Log Shipping on Database 1