The information in this article applies to:
BUG #: 55284 (SQLBUG_70) SYMPTOMSWhen you run the "Generate SQL Scripts" tool in SQL Enterprise Manager, SQL Server produces a table creation (DDL) script with a TEXTIMAGE_ON clause in the table definition even when the table does not contain any text, ntext, or image column. This causes the script execution to fail with the following error:
CAUSEA text, ntext, or image column was present in the table at one time. It was either removed through the SQL Enterprise Manager, or by using the ALTER TABLE command. WORKAROUNDThe workaround is to remove this clause from the table definition and run the script. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. MORE INFORMATIONHere is a simple script that illustrates the problem: TEXTIMAGE_ON [PRIMARY] should not be a part of the Table Definition. Remove it and then execute the script.
Additional query words:
Keywords : kbSQLServ700bug |
Last Reviewed: January 20, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |