deploy the updated database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suhad
    New Member
    • Jul 2010
    • 3

    deploy the updated database

    Hello every one,
    Thank you very much for your help,
    I program my websit in VWD 2008 and SQL Server2005 and I want to know how to deploy the database to the server if I change my database tables after the first deployment and to know if I lost the old data in it and how can I avoid that?

    thanks.
  • Jerry Winston
    Recognized Expert New Member
    • Jun 2008
    • 145

    #2
    Where is your database currently deployed? location, format, and size will play a key role in formulating my deployment suggestion.

    How does your application connect to the database currently? Windows or SQL authentication?

    How many logins are associated with the current database?


    To deploy a database from development into production is one thing. To improve that database and redeploy is another. This is the number one fear of customers in the post delivery maintenance phase of application development, whether or not their old data will be compatible with the new version. While it may be easier for you, the developer, to simply introduce a new 'clean' version unencombered by antiquated code or table design, I feel the developer has a responsibility to clients that entrusted their data to your data system to create an upgrade/import/conversion process to bring as much old data forward to the new version as possible. Beyond the personal ecconomic benefits of not alienating your clientbase with every new version, future developers will benefit from users with good technology experiences.

    Comment

    Working...