I actually figured out that I could change [dbo] to another value in the PersistenceInfoProvider file but now the problem is that my shared hosting sql is setup to be accessed using only the dbname.dbtable instead of dbname.dbowner.dbtable. Is there any way to change this so the query can be created to appear like:
[dbo176397624].[User]
when dbo176397624 is my database name and User is a table name?
Any help is greatly appreciated. thanks.
BTW: I am using self-servicing
-Kas