I was careless not to detach the collection from TFS admin. Now I reinstall Windows, how can I restore the collection back ?
I get the old db restored back on the sql server, but cannot attach it on TFS admin. "No attachable databases were found on the following instance of sql server..."
The current sql server and the old server have different instance name. I try the following command to register the old db(restored already on sql server) back to the tfs collection but it fails for no reason.
TFSConfig RegisterDB /SQLInstance:currentserver /databaseName:Tfs_MyoldDB
show error: The following exception was caught while trying to validate the database: TF30040: The database is not correctly configured. Contact your Team Foundation Server administrator.
Thanks.