Hi,
First need to find out what the error is, see http://www.mojoportal.com/basic-troubleshooting.aspx for information to help find out the error.
There was no need to do find and replace on the scripts so its probablly best to restore them as they were.
You can edit this setting in Web.config or ideally put it in user.config
<add key="MSSQLOwnerPrefix" value="[dbo]." />
you should change it to
<add key="MSSQLOwnerPrefix" value="[MSSqlmiki]." />
and we have a built in thing that will replace the [dbo]. in the scripts before executing them. As long as I've been consistent in the use of [dbo]. then it should hopefully work.
Hope it helps,
Joe