Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Restrict DB Access - Permit Query Execution

$
0
0
Hi to all. I am looking for some advice. I have been asked to create account to support execution of a SQL query.Initially I created a stored procedure but have been advise the remote end is unable to pass a parameter to a stored proc but can to a SQL query (not sure why).So I have a query that spans multiple tables. I do not want to give read access to all tables in the DB. Question(s):1) Do I have to give the account read access to Master?2) Must I specify read permissions to all tables referenced in the query?I am looking to apply best pratice.Thansk to all.Phil.

Viewing all articles
Browse latest Browse all 6525

Trending Articles