Thursday, March 22, 2012

Create a database based on an existing one?

I want to create one databse with exactly the same tables as another, is that possible?Yes, you can use the Transfer object to create a script that recreates all objects in a target database. See the ScriptTransfer() method.

No comments:

Post a Comment