column,parameter,or variable #1:cannot find data type dateCPChathurika Palliyaguruge11yAsked Nov 19, 2014, 9:38 AM6.6kVisual Basic .NET
Vulpes11y agoPosted Nov 19, 2014, 10:44 AMI think I'm right in saying that the DATE type was introduced in SQL Server 2008.So are you using a version of SQL Server earlier than that such as 2005?If you are, then I'd try using the DATETIME type instead.
VulpesPosted Nov 19, 2014, 10:44 AM
So are you using a version of SQL Server earlier than that such as 2005?
If you are, then I'd try using the DATETIME type instead.