June 12, 2006 at 8:19 am
June 12, 2006 at 8:44 am
Your application uses a connection string specifying the server and database name. Since that can be set dynamically (through a config file for example), I don't think you have a problem.
The table names, column names and stored procedures won't change.
I was developing a web-site with a database backend on my local machine. When it came time to deploy to a web site, the host gave me a database with a completely different name than on my development machine. However, all I had to do was set my config file to this new server and database names and no other changes were needed.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply