Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating deployed database
Message
From
18/02/2004 12:25:51
 
 
To
17/02/2004 13:51:03
General information
Forum:
Microsoft SQL Server
Category:
Database design
Miscellaneous
Thread ID:
00878038
Message ID:
00878388
Views:
13
>Can anyone suggest what is the best way to update a deployed database. I beleieved in VFP one can use a tool like Xcase and have the program sent to those deployed, run it and update whatever changes is made in the database. Thanks.

SQL updates are normally done via scripts. If you have a copy of the database as it exists at the other site, xCase can create a script (by comparing the data model to the database) that you can use to update with. Someone at the remote site would need to trigger the script. I imagine most other tools work the same way.

As far as a program that would handle the change, you could write one yourself, but I would be leary of running change script automatically. There is no substitute for a pair of eyeballs watching for problems when the script runs.
Dan LeClair
www.cyberwombat.com
SET RANT ON - The Wombat Blog

Life isn’t a morality contest and purity makes a poor shield. - J. Peter Mulhern
Disclaimer: The comments made here are only my OPINIONS on various aspects of VFP, SQL Server, VS.NET, systems development, or life in general, and my OPINIONS should not be construed to be the authoritative word on any subject. No warranties or degrees of veracity are expressed or implied. Void where prohibited. Side effects may included dizziness, spontaneous combustion, or unexplainable cravings for dark beer. Wash with like colors only, serve immediately for best flavor.
Previous
Reply
Map
View

Click here to load this message in the networking platform