Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vmchase

    Team Foundation Error

    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...
  2. vmchase

    Help Converting TSQL query to jet sql

    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...

Part and Inventory Search

Back
Top