
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2011 10:01 AM
To fix this problem open the database scripts page in the configuration tool and execute the following script:
delete from dbo.tsysreports where isnull(reportquery,'') = ''
GO
alter table dbo.tsysreports ALTER COLUMN [reportquery] nvarchar(200) NOT NULL
GO
ALTER TABLE dbo.tsysreports ADD CONSTRAINT
PK_tsysreports PRIMARY KEY CLUSTERED
(
[Reportquery] ASC
) WITH FILLFACTOR = 90 ON [PRIMARY]
GO
Labels:
- Labels:
-
Archive
0 REPLIES 0
