I have a view on sql server and i want that the user only has access to this view, how can i do this?
Printable View
I have a view on sql server and i want that the user only has access to this view, how can i do this?
I don't know for sure, but you could try to add a new database with only this view, and give the user only rights to this database. The view should get the data from the original database.
Eh? The User? All users, one user? Eh?Quote:
Originally posted by Luis Moises Rojas
I have a view on sql server and i want that the user only has access to this view, how can i do this?
Wokafish