Re: Create user.....
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Wed, 7 Mar 2007 22:34:49 +0000 (UTC)
Muhammad Bilal (MuhammadBilal@xxxxxxxxxxxxxxxxxxxxxxxxx) writes:
i want to create a user which can communicate with the sql server 2000
through any third party application e.g VB, JAVA etc, but the user cannot
login dirctly on EM or query Analyzer.
That is not possible. But if the applicaiton relies on stored procedures,
all the user needs is EXEC permission on the procedures. If the application
uses embedded statements, the user will have to have full permissions,
unless the application uses application roles.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Prev by Date: Re: Authentication
- Next by Date: Re: Tranfering Logons with SQL Server 2005 Fails - No sysxlogins table
- Previous by thread: Re: Authentication
- Next by thread: Re: Create user.....
- Index(es):
Relevant Pages
|