Hi,
i need a query to list every stored procedure that can be executed by a specific user and This for each user of my mssql server 2005.
output example:
sa:
sp_MSrepl_startup
sp_MScleanupmergepublisher
administrator:
xp_foo
sp_bar
Any help will be appreciated
phillipe