Tagged Questions
The database-cloning tag has no wiki summary.
1
vote
7answers
141 views
How to have a “master-structure” database with “children-data” databases in SQL SERVER 2005?
I have been googling a lot and I couldn't find if this even exists or I'm asking for some magic =P
Ok, so here's the deal.
I need to have a way to create a "master-structured" database which will ...
0
votes
3answers
148 views
How to copy everything except data from one database to another?
In T-SQL (Microsoft SQL 2008), how can I make a new database which will have the same schemas, tables, table columns, indexes, constraints, and foreign keys, but will not contain any data from the ...
0
votes
1answer
62 views
what is database cloning?
had been looking towards this "Database Cloning" quite many times.. is it anything different from simply creating a copy of the database... please tell me keeping MySQL in mind...