Re: permission problems running SQLExpress under terminal server
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Tue, 26 Jun 2007 22:09:21 +0000 (UTC)
(astroboyfusion@xxxxxxxxxxxx) writes:
I've installed SQLExpress under terminal server, and everything worked
great.
Except, when the terminal server users don't have admin access, my program
crashes.
And the error message is?
I noticed when I used Microsoft SQL Server Management Studio express on
the non admin accounts, I couldn't view the tables.
I went to the standard folder C:\Program Files\Microsoft SQL
Server\MSSQL.1\MSSQL\Data
and windows denied me acess to that folder.
My question is, How can I let the users with non admin access run my
program without having them access to the data folder.
It appears that you implemented your program without thinking or knowing
about security. Well, here are the bad news: you need to learn that now.
Exactly what you need to do, depends on what your application is up to.
If all you do is to access tables, it's only a matter of granting
table permissions. Of course, had you used stored procedure, all you
would need would be to grant rights to run the procedure. But if your
application also bulk-load files etc, you may need heftier stuff.
--
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
.
- Follow-Ups:
- Re: permission problems running SQLExpress under terminal server
- From: astroboyfusion
- Re: permission problems running SQLExpress under terminal server
- References:
- permission problems running SQLExpress under terminal server
- From: astroboyfusion
- permission problems running SQLExpress under terminal server
- Prev by Date: CLR Stored Procedure "Failed to get permission to execute"
- Next by Date: Re: Error: 18456, Severity: 14, State: 11
- Previous by thread: Re: permission problems running SQLExpress under terminal server
- Next by thread: Re: permission problems running SQLExpress under terminal server
- Index(es):
Relevant Pages
|