012-12-04 10:16:11.54 spid5s Starting u_Tables.SQL at 04 Dec 2012 10:16:11:543
2012-12-04 10:16:11.54 spid5s This file creates all the system tables in master.
2012-12-04 10:16:11.55 spid5s drop view spt_values ....
2012-12-04 10:16:11.58 spid5s Creating view 'spt_values'.
2012-12-04 10:16:11.69 spid5s drop table spt_monitor ....
2012-12-04 10:16:11.70 spid5s Creating 'spt_monitor'.
2012-12-04 10:16:11.72 spid5s Grant Select on spt_monitor
2012-12-04 10:16:11.73 spid5s Insert into spt_monitor ....
2012-12-04 10:16:11.75 spid5s Error: 25641, Severity: 16, State: 0.
2012-12-04 10:16:11.75 spid5s For target, "package0.event_file", the parameter "filename" passed is invalid. Target parameter at index 0 is invalid
2012-12-04 10:16:11.75 spid5s Error: 912, Severity: 21, State: 2.
2012-12-04 10:16:11.75 spid5s Script level upgrade for database 'master' failed because upgrade step 'u_tables.sql' encountered error 25641, state 0, severity 16. This is a serious error condition which might interfere with regular
operation and the database will be taken offline. If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective
actions and re-start the database so that the script upgrade steps run to completion.
2012-12-04 10:16:11.76 spid5s Error: 3417, Severity: 21, State: 3.
2012-12-04 10:16:11.76 spid5s Cannot recover the master database. SQL Server is unable to run. Restore master from a full backup, repair it, or rebuild it. For more information about how to rebuild the master database, see SQL
Server Books Online.
Any suggestions what can be done? - Im am able to start the service with net start mssql$sql2012 /t902 and when starting it without /t902, i get 3547 Error.