i have an adp that i finally got working right, but domain admins are the only ones that can run the adp and not have all the tables and queries have (dbo) at the end, regular domain users get tables and queries that look like this:
tablename (dbo)
viewname (dbo)
storedprocedurename (dbo)
i've tried renaming them and it doesn't help.
any suggestion on removing the (dbo) other than making everyone an admin?
tablename (dbo)
viewname (dbo)
storedprocedurename (dbo)
i've tried renaming them and it doesn't help.
any suggestion on removing the (dbo) other than making everyone an admin?