We have many views that are in one database and the underlying tables are in
a different database. We had all of our data on one server and this worked
fine. We now moved our data to a new server with a fairly new installation
of SQL Server, and our users cannot access the views. We have a role that we
assign our users to and then we grant select to that role on our views. Is
there any setting that needs to be changed in order for this to work?
Thanks
Jens Süßmeyer - 27 Jun 2005 20:08 GMT
For accessing different database you have to configure crossdatabase
ownership chains:
http://support.microsoft.com/kb/810474/en-us
HTH, Jens SUessmeyer.
> We have many views that are in one database and the underlying tables are
> in
[quoted text clipped - 9 lines]
>
> Thanks