Hello,
We upgraded from TFS 2008 SP1 to TFS 2010 Beta 2. Since then, I'm noticing failure log messages in SQL Server:
[298] SQLServer Error: 4060, Cannot open database "TfsVersionControl" requested by the login. The login failed. [SQLSTATE 42000]
Apparently, SQL Server Agent is configured to run an hourly job "TfsVersionControl Hourly Job" that runs "EXEC prc_UpdateStatistics @modificationThreshold = 1000000". It is apparently pointing to the TfsVersionControl database, which no longer exists after the 2010 Beta 2 upgrade (since everything's now in TFS_DefaultCollection).
How can I resolve this? Is this just an artifact of something not going perfectly with the TFS upgrade? Should I disable the job, or should I point it to another database?
Best regards,
Joe