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

    Problems with Convert-ing VarChar to Numeric

    Thanks guys. The conversion to Money type worked fine - my inexperience of the myriad data types i guess ! thanks again. dan
  2. danhare

    Problems with Convert-ing VarChar to Numeric

    Thanks Robert - i am a bit new still to sp's therefore dont know all the functions that i can use. however, am i wrong in thinking that the CONVERT syntax that i used SHOULD have worked ? Thanks again for you amazingly prompt reply. dan
  3. danhare

    Problems with Convert-ing VarChar to Numeric

    Hi I am trying to get a text string that i am parsing using SubString into a numeric type field. The number is in the form ; 3,145,554.00 After reading Books Online, I have tried the following syntax in Query Analyzer ; select convert(numeric , '3,145', 2) This returns the error ...

Part and Inventory Search

Back
Top