Hi everyone,
I have 2 servers running Windows Server 2016 on same VPC. Let's call them A and B.
I installed SQL server 2016 on B and enabled Server authentication as well as created some simple table and entered some records.
Then i tested the connection from A to SQL server on B by creating .udl file and everything worked perfectly.
Now i want to make sure that from A, i can make a query just as i do when i'm on B. How can i do that?