I get this error, no matter what I check on the installation wizard "Upgrade Database" page:
File: [databasename]/indexes.sql
Error: Invalid object name 'sys.indexes'.
STATEMENT:
IF NOT EXISTS (SELECT 1 FROM sys.indexes WHERE object_id = OBJECT_ID(N'[dbo].[yaf_Message]') AND name = N'IX_yaf_Message_Posted_Desc')
CREATE NONCLUSTERED INDEX [IX_yaf_Message_Posted_Desc] ON [dbo].[yaf_Message]
(
[Posted] DESC
) ON [PRIMARY]
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
I'm really stuck here. Thanks for your help.
EDIT: IIS7. SQL Server 2008.
Edited by user
10 years ago
|
Reason: Not specified