Execute UDF/extended stored procedure only through view?
From: Neil W (neilw_at_REMOVEnetlib.com)
Date: 11/27/04
- Next message: John Bell: "Re: How to FTP via VPN to sites with real adresses on different IP's ?"
- Previous message: John Bell: "Re: restrict acces to server from lan"
- Next in thread: Dan Guzman: "Re: Execute UDF/extended stored procedure only through view?"
- Reply: Dan Guzman: "Re: Execute UDF/extended stored procedure only through view?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 27 Nov 2004 11:17:29 -0500
Lets say I have a view, MyView, that calls MyUDF and/or MyExtendedProcedure.
Is there a way I can allow a user to access MyView, but stop them from
directly executing MyUDF or MyExtendedProcedure?
E.g., I'd like them to be able to do this:
select * from MyView
but stop them from doing this:
Exec MyExtendedStoredProcedure
Is this possible? Thanks for any tips.
- Next message: John Bell: "Re: How to FTP via VPN to sites with real adresses on different IP's ?"
- Previous message: John Bell: "Re: restrict acces to server from lan"
- Next in thread: Dan Guzman: "Re: Execute UDF/extended stored procedure only through view?"
- Reply: Dan Guzman: "Re: Execute UDF/extended stored procedure only through view?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]