I have views that are built in Database A by referencing tables in Database B. Our security policy is set to only allow read access to Database A.
How can I build views that don't need read access to Database B?
1.Build Indexed Views?
2.Move the data into Database A?