vs2010 Setup and deployment with database
-
i have finished my project,now i wan to implement into my client place,my backend is sqlser2008,when installing sqlserver2008 its taking so long time to install,how to deploy the database with my application itself ,i have tried the local DB (srvice-oriented database.sdf)but its not working,i knoe i am missing some steps can you guide me for this one.,
-
i have finished my project,now i wan to implement into my client place,my backend is sqlser2008,when installing sqlserver2008 its taking so long time to install,how to deploy the database with my application itself ,i have tried the local DB (srvice-oriented database.sdf)but its not working,i knoe i am missing some steps can you guide me for this one.,
If you need SQL server, then you have to install it - regardless of how long that takes: and it can be a while as it is a complex program, and needs some good google skills just to install... The other option is (as you say) to use a local database, and SQLCE (.sdf files) is one option (there is also SqLite or even :ack!spit: Access which are fine for single user apps). So what "isn't working" about the .SDF file solution? What is it doing that you didn't expect, or not doing that you did?
-
If you need SQL server, then you have to install it - regardless of how long that takes: and it can be a while as it is a complex program, and needs some good google skills just to install... The other option is (as you say) to use a local database, and SQLCE (.sdf files) is one option (there is also SqLite or even :ack!spit: Access which are fine for single user apps). So what "isn't working" about the .SDF file solution? What is it doing that you didn't expect, or not doing that you did?
OriginalGriff wrote:
even :ack!spit: Access which
Could almost be reported as abuse!
Never underestimate the power of human stupidity RAH
-
OriginalGriff wrote:
even :ack!spit: Access which
Could almost be reported as abuse!
Never underestimate the power of human stupidity RAH
There are those who swear by it. There are those that swear at it. There are those that start off doing the first, and end up doing the second. :laugh: And there are those poor, deluded fools who think it can be used in multiuser... X|
-
i have finished my project,now i wan to implement into my client place,my backend is sqlser2008,when installing sqlserver2008 its taking so long time to install,how to deploy the database with my application itself ,i have tried the local DB (srvice-oriented database.sdf)but its not working,i knoe i am missing some steps can you guide me for this one.,
Try Deploy SQL Server databases easily with an Installer class[^].
Apps - Color Analyzer | Arctic | XKCD | Sound Meter | Speed Dial
-
There are those who swear by it. There are those that swear at it. There are those that start off doing the first, and end up doing the second. :laugh: And there are those poor, deluded fools who think it can be used in multiuser... X|
OriginalGriff wrote:
And there are those poor, deluded fools who think it can be used in multiuser
That was me... in the early 90s
Never underestimate the power of human stupidity RAH
-
OriginalGriff wrote:
And there are those poor, deluded fools who think it can be used in multiuser
That was me... in the early 90s
Never underestimate the power of human stupidity RAH
Me too, same period. :-O That was when I started swearing at it, rather than by it.