Forum Discussion
lee1313
Apr 24, 2025Copper Contributor
How to communicate with Linked Server encryption
I'm using SQL SERVER's Linked Server to link between databases.
But there is a security problem with this method.
So is there a way to encrypt the communication section when accessing other databases through Linked Server and importing data?
Please let me know if you have any good method or experience applying it
Thank you.
1 Reply
- olafhelperBronze Contributor
A linked server is a SQL Server connection like any other client connection, there is no magic behind.
And so you can setup any connection property as you can do it for other clients.