Post moved to new location:
http://code.mareoblo.pl/2009/03/05/c-sql-server-data-types-equivalents-in-net-framework/
05-03-2009 by Marek Śliwiński
Post moved to new location:
http://code.mareoblo.pl/2009/03/05/c-sql-server-data-types-equivalents-in-net-framework/
You forgot the DATETIME type for sql server.
Thank you, Chris :)
Maybe the better will be just post by me MSDN link:
http://msdn.microsoft.com/en-us/library/ms131092.aspx
And we must remember that .NET DateTime can represent a larger scope of date time than the datetime type in SQL Server 2005.