I created a "Test" project that I want to delete, using the following command: TfsDeleteProject /server:xyz\sqlserver2008 “Test“ Getting this error: TF30076: The server name or Uniform Resource Identifier (URI) you typed, xyz\sqlserver2008, cannot be resolved to a Team Foundation server. If you type a server name, it must match the name you typed in the Add Team Foundation Server dialog. If you type a URI, it must use the following syntax: http[s]://: The server instance is valid. (The installation of TFS is app tier and db are on seperate boxes) What might be going on ?
xyz is eht server name, sqlserver2008 is the db instance. For eg. I access the db using sql server management studio client app using xyz\sqlserver2008 as dbname.