I'm getting this error when adding the objects using the Web installer.
Encountered an error during sql-script execution. Fix the error and press retry.
Invalid object name 'information_schema.columns'.
if (select dbo.fn_mydbr_column_exists('mydbr_folders', 'reportgroup'))=0 begin
alter table mydbr_folders add reportgroup int not null default 1 references mydbr_reportgroups(id)
end
Appreciate any advice.