![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have a SQL 2008 DB I'm try to Publish as a SQL 2005 DB with the Database Publishing Wizard Tool. It gets all the objects OK... but scripting Objects step fails. Error: [dbo].[Classify], column "DatePosted" is of type [None]. This type is not supported. I examine the table Classify and column "DatePosted" is of type date. How such I handle this? Or what type should I use? King |
#3
| |||
| |||
|
|
There is no Date type for SQL-Server 2005, only the DateTime (Date + Time) and the ShortDateTime. I would say that you will have to convert the Date type to either one of these two possibilities. -- Sylvain Lafontaine, ing. MVP - Windows Live Platform Blog/web site: http://coding-paparazzi.sylvainlafontaine.com Independent consultant and remote programming for Access and SQL-Server (French) "King Coffee" <kcoffee (AT) hotmail (DOT) com> wrote in message news:E4712ADA-FCF4-44CC-ABD0-A3FE1510F772 (AT) microsoft (DOT) com... Hi, I have a SQL 2008 DB I'm try to Publish as a SQL 2005 DB with the Database Publishing Wizard Tool. It gets all the objects OK... but scripting Objects step fails. Error: [dbo].[Classify], column "DatePosted" is of type [None]. This type is not supported. I examine the table Classify and column "DatePosted" is of type date. How such I handle this? Or what type should I use? King |
#4
| |||
| |||
|
|
I have a SQL 2008 DB I'm try to Publish as a SQL 2005 DB with the Database Publishing Wizard Tool. It gets all the objects OK... but scripting Objects step fails. Error: [dbo].[Classify], column "DatePosted" is of type [None]. This type is not supported. I examine the table Classify and column "DatePosted" is of type date. How such I handle this? Or what type should I use? |
![]() |
| Thread Tools | |
| Display Modes | |
| |