dbTalk Databases Forums  

Re: Creating User for DTS operations

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Re: Creating User for DTS operations in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Denny
 
Posts: n/a

Default Re: Creating User for DTS operations - 09-02-2003 , 04:20 PM






He has read only access to the tables or to the packages?

--
Denny Cherry
DBA
GameSpy Industries
"Naser" <nrashed (AT) stc (DOT) com.sa> wrote

Quote:
Hi every one,,
I have 8 dts's which read from many sources ( linux text
files , oracle DB , access) and write it into one DB in
our MSSQL Server after some proccessing .
I need to create a user ,that he can login from his PC (he
has sql server client)to the SQL Server and run those
DTS's if needed , at the same time he has read only
privelegs . Is there any way to creat such user?

Thanx in advanc for ur help
Regards
Naser




Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Creating User for DTS operations - 09-03-2003 , 01:21 AM






DTS packages are in the main stored in MSDB.
Guest is a user in MSDB (unless your DBA has changed this)
This means that anybody can grab a package (So long as they are not PWD
protected)
You should then be able to execute the packages so long as the person's NT
account is on the server.

R/O permissions to what? If the User has RO permissions on the table you
are going to INSERT into then it will fail.(If the package connections are
using NT authentication.

Try

Create a SQL user with INSERT and SELECT perms on the destination, SELECT on
the Source
Use this in the connections for the packages

Now create a user who has nothing other than server access.
Log in as that user

Try fire the package.



--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Naser" <nrashed (AT) stc (DOT) com.sa> wrote

Quote:
Hi every one,,
I have 8 dts's which read from many sources ( linux text
files , oracle DB , access) and write it into one DB in
our MSSQL Server after some proccessing .
I need to create a user ,that he can login from his PC (he
has sql server client)to the SQL Server and run those
DTS's if needed , at the same time he has read only
privelegs . Is there any way to creat such user?

Thanx in advanc for ur help
Regards
Naser




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.