Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
hi
i have a c# applicaion with sql server database

i have a server with below informaion :

windows server 2008 r2 -> user:adminisraor pass :123
this system have a DHCP ip 192.168.1.59


sql server 2012 r2 - > mix mode login enabled

windows authentication -> win7-user105
sql server authentication - > user : sa pass :1

NOW : ihave some question
1- How i can set connection string for my c# application in another system
2- can i run multi instance of my c# application on multi system and work with this database
3- Is SQL Server can manage the activities of concurrent users or should they be managed C # code?
Posted
Comments
[no name] 25-Oct-14 10:54am    
1. You edit the file where your connection string is located in.
2. Normally, yes. Why you think we would know anything at all about your program to say for sure is a mystery.
3. Yes, that is what is was made for.
Maciej Los 25-Oct-14 14:28pm    
First of all, you need to tell us few things:
1) Does MS SQL server enables IP/named pipes routing?
2) Do you want to use it in LAN or WAN?

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