Article ID: 247312 - Last Review: March 14, 2006 - Revision: 2.1 FIX: SQLDMO: Changing Length of a Column Within a DoAlter Does Not WorkThis article was previously published under Q247312
BUG #: 54796 (SQLBUG_70)
SYMPTOMS
If you try to change the length of a column inside BeginAlter and DoAlter like this:
-2147201020 (80045004): [SQL-DMO]Modifying existing table columns, or inserting new ones prior to the end of the table, is not supported. RESOLUTION
Use ExecuteImmediate to execute the ALTER TABLE ALTER COLUMN. For example:
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 254561
(http://support.microsoft.com/kb/254561/
)
INF: How to Obtain Service Pack 2 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0 For more information, contact your primary support provider.
| Article Translations
|
Back to the top
