C#: SQL Server data types equivalents in .NET Framework
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 than the datetime type in SQL Server 2005.
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 than the datetime type in SQL Server 2005.