I have a MS SQL 2008 database backup maintenance plan that does a Full backup and then two differential backups throughout the day. If a new database has been created the differential chokes because there is no full to base it off of (at least, this is my guess).
I see that I can manually create a database backup by going to the database and choosing it as a task, but this doesn't auto name it like the plan does and I don't want to mess up the flow of this. Manually kicking of the Full plan again seems like it is a lot of overhead for a couple of small databases.
What is the typical way to handle this situation?