dbTalk Databases Forums  

NT authentication logins vs. SQL server authentication

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


Discuss NT authentication logins vs. SQL server authentication in the microsoft.public.sqlserver.dts forum.



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

Default NT authentication logins vs. SQL server authentication - 07-01-2003 , 11:37 AM






I use login authentication for all my DTS and job. But
recently my jobs have failed because the domain that
authenticates these logins are having trouble and that is
out of my control. So, I'm thinking about changing the
loging for the packages and jobs to a sql server login.
Here is the questions: What is the down side, if any, of
using the sql loging vs. windows authentication login when
executing DTS jobs?

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: NT authentication logins vs. SQL server authentication - 07-01-2003 , 01:25 PM






In article <07f701c33fef$18bb2f40$a001280a (AT) phx (DOT) gbl>, Helena Silva
<silvah (AT) wellsfargo (DOT) com> writes
Quote:
I use login authentication for all my DTS and job. But
recently my jobs have failed because the domain that
authenticates these logins are having trouble and that is
out of my control. So, I'm thinking about changing the
loging for the packages and jobs to a sql server login.
Here is the questions: What is the down side, if any, of
using the sql loging vs. windows authentication login when
executing DTS jobs?
Good security practices dictate that you change your passwords. This
means you have to change all the connections in you packages, unless you
use some kind or parameterisation or abstraction to store the username
and password elsewhere.

If you have the opportunity to use NT auth I would recommend it. It
seems to be the MS preferred method, and it generally a lot less hassle.
Try and fix the domain issues if I where you.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com




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.