COnnect to sql server on a different machine

i need to connect to sql server which is installed on a high-end machine.
i have a wpf c# app running on my local machine from which i need to connect to a DB on the sql server of tat high-end machine. what are the steps to follow(as simplified as possible pls). what sort of connection string shall i use?

0 answers