Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,
As i am new for TFs, i have a query...I have database project in my Tfs, where i can run db scripts directly from Tfs. Actually this is good feature where we can track each n every thing.But problem is,every time it is asking for Login authentication.Like for example first i ran one User define function through Tfs n tfs asking for credential to connect db.i gave details and script got executed succesfully.Next time i ran again procedure,but tfs asking to provide credential to connect server. Is there any option that we can set login credential,as we are doing currently from SqlServer studio.
Posted

1 solution

Make sure to add the domain part to the user as well as Visual Studio can be quite strict when it comes to these user names. If the domain is not there, you may see these issues.

Check this link for further details:
http://coolsubhash-tech.blogspot.com/2010/02/how-to-avoid-recurring-tfs-login-from.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900