HI Frnds,
i
want to deploy and setup an application in C#.net where i have an
Database(only one table) as Sql server. so when i create an setup file
in the C#.net and install in the Client side i am getting problem . so
can anyone say me about deployment process in .NET where i am using Sql
Server as my Database
Loading
manohar vakkalaPosted Oct 5, 2009, 8:31 AM
Master BillaPosted Oct 3, 2009, 2:22 AM
You can refer this article to do this
http://www.codeproject.com/KB/database/Deploy_your_database.aspx
thank you
Kirtan PatelPosted Oct 2, 2009, 12:33 PM
Saravanakumar PonnuduraiPosted Oct 2, 2009, 9:55 AM
I hope this will work.
Saravanakumar
Roei BarPosted Oct 2, 2009, 9:38 AM
better idea is to split the setup into DB and Client
single DB and multiple Clients connecting to it.