StormbringerX
Programmer
This may be the wrong forum for this question, if so I apologize.
I have a VB6 application, connecting to a SQL2000 server database. My app needs to be able to CREATE a database. This databse needs to be a duplicate of an existing database. All tables, permissions, etc... need to be recreated in its entirety. The reason for this is the users need to be able to perform statistical analysis on data WITHOUT damaging the original database.
As the users aren't database professionals, I need a front end VB program that can initiate the creation of the database AND copy the contents of an existing DB into the newly created one.
Is the easiest way for me to accomplish this to create a stored procedure(s) that will perform these tasks with just a simple VB initiation?
Any ideas would be SO appreciated.
THanks,
Dave
I have a VB6 application, connecting to a SQL2000 server database. My app needs to be able to CREATE a database. This databse needs to be a duplicate of an existing database. All tables, permissions, etc... need to be recreated in its entirety. The reason for this is the users need to be able to perform statistical analysis on data WITHOUT damaging the original database.
As the users aren't database professionals, I need a front end VB program that can initiate the creation of the database AND copy the contents of an existing DB into the newly created one.
Is the easiest way for me to accomplish this to create a stored procedure(s) that will perform these tasks with just a simple VB initiation?
Any ideas would be SO appreciated.
THanks,
Dave