5/15/2013 2:41:53 PM

Below is a simple list detailing data types in SQL Server and their corresponding data type in the .NET Framework.

bigint - long int - int smallint - Int16/short tinyint - byte