Can we query TFS database by mentioning server name, user name and password in WIQL string ?
i see that it is possible to first authenticate server from c# code and then use that info to query against the server but would like to know if we can even pass the credentials in wiql string.
we want to maintain wiql strings as text files on disk and dynamically query as needed.