Cleaning Database after development and tests [message #663771] |
Sat, 17 June 2017 03:24 |
|
fabi88
Messages: 112 Registered: November 2011
|
Senior Member |
|
|
Hi,
There is a Database which have more than 4 TB data in development and test phases, Now, Database should be cleaned for using in production environment.
Is sufficient that only truncate tables?
What should be done in this situation?
Many thanks in advance.
Regards.
|
|
|
|
|
|
|
|
|
|
|
Re: Cleaning Database after development and tests [message #663913 is a reply to message #663875] |
Sun, 25 June 2017 05:52 |
|
fabi88
Messages: 112 Registered: November 2011
|
Senior Member |
|
|
Quote:You can create a new database with the same name, structure, and data, but it will have a different dbid, and it will be a different database.
Yes, that is true.
I mean that just same structure. Some change will be applied on test database (for example add/modify a procedure), after that it will be applied on production database.
|
|
|