Hi,
I am new to TFS. I am trying to setup reporting in tfs and I get all the way through until I get this error.
Failed to add BUILTIN\Administrators account to the TfsWarehouseDataReader role on the tfswarehouse relational database. When I go into sql the builtin\administrators do have this...
How do I convert this query to a MS access SQL query, it is from MS SQL?
UPDATE OrderDetails
SET ShipID = LatestShipping
from OrderDetails
INNER JOIN Orders on Orders.OrderID = OrderDetails.OrderID
INNER JOIN (Select shipping.EEID ,MAX(Shipping.ShipID) AS LatestShipping...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.