Click here to Skip to main content
15,913,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
If we make a project using C# and SQL Server on a system, and then if we want to use the same project on a different system, .NET framework needs to be installed on the new system, but do we have to insatll the database as well?
Posted
Updated 12-Mar-10 5:23am
v2

1 solution

You need to have SQLServer installed on the host of the database only.

If your project is a client application, you do not need SQL Server installed on the client machine.

If your project utilises a local database, i.e. a single user type database solution, then you need sql installed locally.

[It is a bit worrying that you are developing database applications and are asking questions like this :sigh: ]
 
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