Microsoft
Software
Hardware
Network
Question : Type DATE rejected in CREATE TABLE
create table test
(DD DATE NULL,
STNO SMALLINT PRIMARY KEY NOT NULL);
The error refers to the line with CREATE TABLE statement
"Column, parameter, or variable #1: Cannot find data type DATE."
Answer : Type DATE rejected in CREATE TABLE
DATE datatype is available on sql server 2008 , if you are using sql 2008 make sure that the compataility of the database is 100
Random Solutions
Passing Paremeters to AddHandler Method in VB.NET
Internal Cert Issue
Strip CRLF from txt file using existing query
What would be the ideal budget server configuration for 25 exchange users in one office?
SQL 2008 Database
Unable to Install Microsoft Hotfix KB970895
Open Sharepoint server's pdf file in asp.net...
Color handling of a CEdit !
linq query handling null datetime
sql: issue checking if character is in number range