Click here to Skip to main content
16,015,583 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I ask you that when I want to execute a software that develop with .net framwork and use sql server 2005, I must install sql 2005 in my PC or no?
thanx
Posted
Updated 17-Apr-10 2:41am
v2

1 solution

No you dont need to. You will be using a database server, where you database is stored - connect that using a connection string.

As long as the database server is not your webserver, you dont need it.
 
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