Click here to Skip to main content
15,920,217 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I design windows application with C# and my database is sqlserver 2008
I want use this in another pc.
but when I execute setup file in another pc it is not working and it is true because it need to sqlserver for dataBase.
is it any way to any pc don't need to sqlserver and run my program true??
or is it the another program that need a little space to use against sql server and make my need???
Posted

If your applciations requires SQL Server then it requires SQL Server - you can install SQL Server on one machine and access it over a LAN (rather than installing it on every machine) but it needs to be installed somewhere that the machine(s) running your program can see it.
 
Share this answer
 
Comments
Maciej Los 16-Apr-13 2:25am    
You're quick ;)
+5
Quote:
I design windows application with C# and my database is sqlserver 2008
I want use this in another pc.
but when I execute setup file in another pc it is not working and it is true because it need to sqlserver for dataBase.
is it any way to any pc don't need to sqlserver and run my program true??


No, you need SQL server to run your program!

Quote:

or is it the another program that need a little space to use against sql server and make my need???

Yes, it is. Setup your SQL server to use in LAN.
Planning a SQL Server Installation[^]
 
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