I am having to interface some C# code with SQL Server and I want to have exactly as much precision when storing a value in the database as I do with my C# code. I use one of
This chart may help you.
Maximum precision for numerics and decimals in SQL Server is 38 (see here).