How do I get back TFS(2010) data after I uninstalled it by mistake?
I have SQL Server backups for TFS_Configuration, TFS_Warehouse, TFS_ProjectName1 and TFS_Analysis databases.
I installed a new TFS and now I have new TFS_Configuration, TFS_Warehouse, TFS_NewProjectName and TFS_Analysis databases but I want back the old data from previous TFS.
I try to follow the steps from http://msdn.microsoft.com/en-us/library/ms404869%28v=vs.100%29.aspx but now I'm stuck trying to restore the databases from backups (I get verification errors before restore start, that said the databases are different). What should I do?
The main goal is to recover the content files of the old TFS. What options do I have? Is it possible to programmatically read (to a local folder) the old TFS data?(Which table should I read? In this way I recovered the documents stored in WSS_Content)
Please help! We don't have any data to work with.