Hi all,
I have an application written in C#, it connects to a SQL database using SQL Server 2005 Express.
What I need to do is install my application on multiple computers on a network, but they must run from a single database on one of the machines, so I need to know how to setup the instances?
Do I only install the instance on the one machine running the database and then point the other apps to that machine\instance or do I need to install the instance on every machine and point that instance to the hosting computer and if so how do I do that?
Thanks in advance