Group: microsoft.public.sqlserver.setup · Group Profile · Search for Gunawan in microsoft.public.sqlserver.setup
Author: Ekrem Önsoy
Date: Apr 18, 2008 02:09
Did you give your user the right "Execute" on that SP? GRANT EXECUTE ON [dbo].[sp_xxx] TO [some_user] -- Ekrem Önsoy "Gunawan" <jgun98.milis@gmail.com> wrote in message news:uHy8IRSoIHA.4912@TK2MSFTNGP03.phx.gbl... Hi There, What is the minimal right so user can execute stored procedure. db_write, db_read can't make user execute stored procedure TIA, Gun
|