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 Wanet Telecoms Ltd 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: PeterHegRT
  • Content: Threads
  • Order by date
  1. PeterHegRT

    Length of Numeric Columns

    I'm puzzled about the space used to store numbers. If you create the table... create table testN ( cInt integer ,cNum10 numeric(10,0) ,cNum8_2 numeric(8,2) ) and then do sp_help testN, you find that the integer takes 4 bytes, yet the numeric(10,0) takes 9, and the 8 with 2 dec...

Part and Inventory Search

Back
Top