we have a DB with lots of tables related to our application (not all ), views, triggers, functions, procedures etc.
Is there any way to generate script to create those objects in another DB + insert statements.
We don't want to take DB backup as it has lot other things.
please suggest.