How to delete a VEEAM database
First go to Microsoft SQL Server Management Studio ( Express or normal ) select the VEEAM Instance (ServernameVEEAM)
Go to Databases and delete the veeam database.
Go to the command prompt
type cd
type “sc delete MSSQL$VEEAM”
After this the database is deleted and you can create a new one.