MySQL Forums
Forum List  »  Microsoft SQL Server

Error (dbo.UW_ZeroDefault)
Posted by: Torkil Svensgaard
Date: February 13, 2006 04:01AM

Hi all

I'm trying to migrate a dbo from MSSQL to MySQL 5.0 with Migration Toolkit 1.0.23 rc but am a bit puzzled by this error. I am by no means an SQL expert, just trying to get this thing to work.

CREATE TABLE `foo`.`bar` (
[snip]
`CoCodReminderFut1` TINYINT(1) NULL DEFAULT REATE DEFAULT dbo.UW_ZeroDefault AS ,
[snip rest]

Object creation fails here, on the line with CoCodReminderFut1.

Regards,

Torkil

Options: ReplyQuote


Subject
Written By
Posted
Error (dbo.UW_ZeroDefault)
February 13, 2006 04:01AM
February 13, 2006 06:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.