I have tried installing SQL Server version 7.5. I currently run 7.01 Access version. I upsized the current Access tables, then ran the SQL setup script. Everything seemed to install fine on SQL Server, except I had 2 of every table, so I deleted all the empty duplicate tables.
The objects created by WWF have an owner of dbo. My upsized tables have the owner as my username. When I try to run any forum pages I get the following error:
EXECUTE permission denied on object 'wwfSpSelectConfiguration', database 'myDBname', owner 'dbo'.
/forums/common.asp, line 264
I have no previous SQL Server experience. Do I need to change the owner of all the objects listed as dbo? If I do, I can't seem to find an option to do that with the Enterprise Manager.
Thanks for any assistance.