Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deployment Strategies

Status
Not open for further replies.

faust13

Programmer
Aug 7, 2001
176
US
I am currently developing on a workstation. My ASP.Net app resides on a separate server. I can copy over my application and have it work easy enough. However I'm concerned about overwriting data in the ASPNETDB.MDF. I have live data on the production server, but I'm constantly updating and adding to the DB.

What is a good strategy to keep the production and development database in synch without overwriting the live data on the production server?


Thanks,

faust13
Because Han Shoots First
 
You could use a replication tool. A good third part one is:


Alternatively, ask in the SQL Server forum for other replication methods.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top