BUG: You cannot create an index on a computed column in a SQL Server 2000 database that was restored from SQL Server 7.0 (281310)
The information in this article applies to:
- Microsoft SQL Server 2000 (all editions)
This article was previously published under Q281310
BUG #: 351344 (SHILOH)
SYMPTOMS
When a SQL Server 7.0 database that contains a table with a computed column is backed up and restored into SQL Server 2000, an attempt in SQL Server 2000 to create an index on that computed column immediately after the restore fails with the following error message:
Server: Msg 1959, Level 16, State 1, Line 2
Cannot create index on view or computed column because this database is not SQL Server compatible.
WORKAROUND
To work around this problem:
STATUS
Microsoft has confirmed this to be a problem in SQL Server 2000.
Modification Type: | Major | Last Reviewed: | 11/17/2004 |
---|
Keywords: | kbBug kbpending KB281310 |
---|
|