Click here to Skip to main content
16,017,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am developing windows application in VS 2008 and SQL 2005 . I want deploy the project with database in it and also change the connection string with client SQL database ...
Posted

See this Step-by-step process to create a setup and deploy your projects
http://aspalliance.com/622_StepbyStep_Process_of_Creating_a_Setup_and_Deployment_Project.all[^]

and this article for easy deployment of sqlserver databases
Deploy SQL Server databases easily with an Installer class[^]
 
Share this answer
 
v2
Comments
walterhevedeich 27-Jul-11 10:48am    
Nice links.
Hope this[^] might help you.
 
Share this answer
 
You need to include an app that installs your DB, or once the user has given you a connection string, restores the backup you ship with your app. Unless you're using an installer that supports it, I don't think your installer can install the DB to SQL Server for you.
 
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