I created a login 'test_login'
I created a user 'test_user' for the login 'test_login'
I created a role named 'test' and added 'test_user' to that role.
I granted select and execute to the role 'test' on the view.
BUT still the following is not working
SELECT * FROM DB2.dbo.Test_view --Not working --This should work
SELECT * FROM DB1.dbo.Source --Should Not work --This is fine
Any help guys??