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 bkrike 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: *

  • Users: Cecass
  • Content: Threads
  • Order by date
  1. Cecass

    Trouble with DATE

    My MSQL query returns the number of days between two dates How can I convert this into Years,Months,Days format? Help please.
  2. Cecass

    How do I find Today

    I want to put a age query in an MSSQL database I know the birthday but can not find a way to enter today's date for a DATEDIFF statement. Can anyone help?
  3. Cecass

    Update Trigger

    Can anyone help? I want to create a trigger to replace the following update: UPDATE SERVICES.dbo.SICKNESS SET HOURS = ((CONTRACTUALHOURS/5)*DAYS), COST = (((CONTRACTUALHOURS/5)*DAYS) * HOURLYRATE), TOTALCOST = (((((CONTRACTUALHOURS/5)*DAYS) * HOURLYRATE)+ ONCOST)+ ADDITIONALCOST) FROM...

Part and Inventory Search

Back
Top