twilightsilhouette
Programmer
I reverse engineered an SQL 2000 database into VISIO (need to create some auto-update scripts) and am receiving the following error for 13 different data types (eg: char, int, bit, timestamp, nchar, varchar, etc.):
"The user defined type name is a reserved word in the target DBMS"
Removing/Renaming/Deleting these user defined types is an option to fix the error but results in loss of customized data types in each column (say a column in a table should have been char(25) - well visio changes it to a char(8000)).
I can't update/generate any scripts on my modeled database until I resolve the errors. Any suggestions from SQL Server side of things?
"The user defined type name is a reserved word in the target DBMS"
Removing/Renaming/Deleting these user defined types is an option to fix the error but results in loss of customized data types in each column (say a column in a table should have been char(25) - well visio changes it to a char(8000)).
I can't update/generate any scripts on my modeled database until I resolve the errors. Any suggestions from SQL Server side of things?