Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I create the simple windows app and installed in a pc(server),then i want to find it by the clients in the local network how its possible.
Posted
Updated 15-Feb-13 0:30am
v3

If your client and server is on the same machine then you can connect to the localhost. If the MSSQL server up and runnig then you should be able to find it.

You would propably need a connection string:


1,
Create a file in the desktop like test.txt. Rename in to test.udl open it an try to connect to the sql server. If it works then open the udl again with Notepad and grab the connection string.

2,
Check if the sql server instance is up and running:

Star -> Programs -> Microsoft SQL Server -> Configuration Tools -> SQL Server Configuration Manager. You can check if the SQL
 
Share this answer
 
You might be able to get a solution from: How to enum SQL Server instances in network[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900