Hi,
I have a test database running on the server. Now what I want to do is to create a dev db that has the exact same data model as the test one so that I can test out my application on the dev db and then migrate it to the test db. Can somebody tell me how I can achieve something like that.
Thanks...
Crazy:
The easiest way to do this is:
create a brandnew "dev" database with the name you wish to retain
No comments:
Post a Comment