I was having difficulty with making the TFS build and tests run. Since my tests access the database on the build machine it is giving the following error:
Login failed for user 'DOMAIN\MACHINENAME$'.
I was googling around and found this post: Login failed for user 'DOMAIN\MACHINENAME$'
I added the domain\machine$ to the SQL Login list with highest privileges, but still no luck. I still get the same error when my tests tries to access the DB. Is there something else that I should be aware of?