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 Chriss Miller 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. GaryInUK

    error is 296: "The conversion of char data type to smalldatetime datat

    I figured it out. Cunningly the SQL Logins had been incorrectly set up by the DBA. One was "British English" the other was "English". Consequently the day and month needed to be one way for one person and the other way for the other person
  2. GaryInUK

    error is 296: "The conversion of char data type to smalldatetime datat

    Hi, Select ActiveCharges.ID, ChargeTypes.Name, ActiveCharges.Start, ActiveCharges.[End], ActiveCharges.Amount from ActiveCharges INNER JOIN ChargeTypes ON ActiveCharges.ItemID = ChargeTypes.ID Where ActiveCharges.ProviderNo = 1 AND [End] = CAST('2078/12/31 00:00:00' as smalldatetime)...

Part and Inventory Search

Back
Top