Quantcast
Channel: SQL Server Manageability forum
Viewing all articles
Browse latest Browse all 1519

How to Backup Database on Database Creation Date?

$
0
0

I have a scenario, On every start of the month new database is dynamically created and we have to take backup of newly created database. Full database backup is not required only backup is required for newly created databases,Database name changed upon creation,Database prefix remain same but its suffix changes as date of creation. i.e EXAMPLE_11608 (1 is silent, 16 year, 08 month), next month when database will create its name will be EXAMPLE_11609 (1 is silent, 16 year, 09 month) so how how can I take backup of these newly created databases?

Regards,

Taoqir


Viewing all articles
Browse latest Browse all 1519

Trending Articles