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
IE7 ! Error On Page and/or ! Done
Certificate for WPF application
Windows cardspace has stoppped working
How to hyperlink a database of 1000's of Fedex tracking numbers to their own tracking Fedex webpage for beginner?
Custom DataGridView cell definition
Sql Server Field Types equivalent to Access Field Types
SQL Server Query based on String Format
Bypass memory test on bootup
MS Access Query to .CSV File Export
Assign XML to variable from FOR XML Path