Money Datatype Data that represent salary or currency, you can use money data type to hold these values in sql server. Money can represent in the range from “-922337203685477.5808” up to “922337203685477.5807” and takes 8 bytes of space in memory. SmallMoney Datatype If you think value will not exceed more than 2,14,748, you can use ...