question

sand143eep avatar image
sand143eep asked

How to access functions in SSMS

Hi Team,

I was asked to give reader access to the database login. I have given db_datareader access.
now they asked that they are unable to see the functions in ssms. they asked for access to the functions.

please suggest which role can fulfill this requirement.

sql-server-2008-r2sql-server-2012
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
sand143eep avatar image
sand143eep answered

use Master
go
grant view any definition to username

the above has fulfilled the request.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.