from BOL
int
Integer (whole number) data from -2^31 (-2,147,483,648) through 2^31 - 1 (2,147,483,647). Storage size is 4 bytes. The SQL-92 synonym for int is integer.
My conversion gives: 2181072384 which cannot be stored as a 4 byte field in SQL Server
Additionally, my largest value(at...