Hi
You probably want to convert to decimal (see CAST in Books online) and
specify the precision and scale.
If that does not work them post your code.
John
[quoted text, click to view] "Catherine" <clequieu@nuvell.com> wrote in message
news:a0edee50.0403261128.5c3cd93@posting.google.com...
> I am currently working on a SQL table in which I am calculating a
> percentage of several fields and then converting that number to a
> percentage. The formula is working, but it is giving me a number with
> 6 decimal places. What is the best way to truncate this number to 2
> digits?
>
> Thanks.