Gunawan
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 5 articles for 0.000 sec
Re: Execute Stored Procedure     

Group: microsoft.public.sqlserver.setup · Group Profile · Search for Gunawan in microsoft.public.sqlserver.setup
Author: Ekrem Önsoy
Date: Apr 21, 2008 05:42

...www.mssqltips.com/tip.asp?tip=1203 -- Ekrem Önsoy "Gunawan" <jgun98.milis@gmail.com> wrote in message news:u9H6X51oIHA.... sp that we wrote, shouldn't we? TIA., Gunawan "Ekrem Önsoy" <ekrem@compecta.com> wrote in message ... EXECUTE ON [dbo].[sp_xxx] TO [some_user] -- Ekrem Önsoy "Gunawan" <jgun98.milis@gmail.com> wrote in message news...
Show full article (0.90Kb) · Show article thread
Re: Execute Stored Procedure     

Group: microsoft.public.sqlserver.setup · Group Profile · Search for Gunawan in microsoft.public.sqlserver.setup
Author: Gunawan
Date: Apr 20, 2008 20:18

I have not give that right. If we use this script, we should run this script to every sp that we wrote, shouldn't we? TIA., Gunawan "Ekrem
Show full article (0.15Kb) · Show article thread
Re: Execute Stored Procedure     

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
Show full article (0.39Kb) · Show article thread
Re: Stored Procedure     

Group: microsoft.public.sqlserver.setup · Group Profile · Search for Gunawan in microsoft.public.sqlserver.setup
Author: Aaron Bertrand [SQL Server MVP]
Date: Apr 2, 2008 05:33

http://databases.aspfaq.com/general/why-do-some-sql-strings-have-an-n-prefix.html "Gunawan" <jgun98.milis@gmail.com> wrote in message news:eWNnIjKlIHA.464@TK2MSFTNGP02.phx.gbl... Hi, This is a newbie question EXEC [dbo].[lhCustDC] @CustomerName = N'PT%%' What does N mean onN'PT%%' Regards, Gun
Show full article (0.33Kb) · Show article thread
Re: Before Insert Validation     

Group: microsoft.public.sqlserver.setup · Group Profile · Search for Gunawan in microsoft.public.sqlserver.setup
Author: Ekrem Önsoy
Date: Mar 14, 2008 01:40

...True. You better validate your strings in your web\windows application before commiting sql statement. Alternatively, you can add a constraint to your tables to block empty strings. -- Ekrem Önsoy "Gunawan" <jgun98.milis@gmail.com> wrote in message news:ORnd3qahIHA.3940@TK2MSFTNGP05.phx.gbl... Hi There, I have a little problem. I would like field CustomerName not null...
Show full article (0.68Kb) · Show article thread