I was wondering if the performance gains from using the smaller size data types is worth the effort of worrying about sizes. I've always declared everything an int. Now I have a manager who spends time figuring out if a number can fit in a smallInt or tinyInt instead. My personal opinion is that it's not worth the hassle. Now what are the profoessional viewpoints on this matter?