Click here to Skip to main content
15,901,921 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using a vb.Net 2010 and sql server 2005.
I want to run a solution that with a windows form to another computer.
There is No centralized server.

I want simple help that is as below.
I simply want a answer yes or no.
If yes then why it is needed and if no then why it is not needed.
Posted
Updated 26-Nov-10 6:41am
v2
Comments
JF2015 26-Nov-10 12:41pm    
Edited to improve readability.

1 solution

Yes, if you want to use SQL Server 2005, you will need SQL Server running somewhere.

No, if you want to use an MDF, you can get away with the local DB and some extra deployment config you won't need a full SQL Server Deployment.

Cheers.
 
Share this answer
 
Comments
Neeil 26-Nov-10 11:06am    
which types of extra deployment....??
TheyCallMeMrJames 26-Nov-10 16:56pm    
For example, make sure you're using a user instance and not tied to an instance of SQL Express. You'll want to take steps (perhaps) to protect/encrypt your connection string. Verify your dependencies to make sure the appropriate DLLs are referenced in your install package and, of course, do a test deployment. Make sure that your MDF is included in the install, and make sure that you have a strategy to update the MDF and/or migrate data to new versions down the road, otherwise you risk overwriting their data.
Member 3425873 9-Mar-11 1:52am    
You must atleast have "SQL NATIVE CLIENT" to run sql queries

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