dbTalk Databases Forums  

what does "dtsrun /servername/packet /e" mean?

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


Discuss what does "dtsrun /servername/packet /e" mean? in the microsoft.public.sqlserver.dts forum.



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

Default what does "dtsrun /servername/packet /e" mean? - 07-12-2006 , 09:14 PM






i only want to know /e.
can anyone tell me ?
thanx


Reply With Quote
  #2  
Old   
Frans van Bree
 
Posts: n/a

Default RE: what does "dtsrun /servername/packet /e" mean? - 07-13-2006 , 05:37 AM






Try "dtsrun /?" at the command prompt. It shows what all possible options are
and mean.

In this case, it uses the NT authorisation of the account under which the
program is executed to access the database.

Alternatively, you can use /U (=user) and /P (=pwd) to specificy a SQL
Server Authentication account to log on to the database server.

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

Default Re: what does "dtsrun /servername/packet /e" mean? - 07-15-2006 , 05:13 AM



Hello Mint,

the /E switch is for a trusted connection to SQL Server

http://msdn.microsoft.com/library/de...tsrun_95kp.asp


Also

Getting Syntax Help for DTSRun
(http://www.sqldts.com/default.aspx?301)

Allan



Quote:
i only want to know /e.
can anyone tell me ?
thanx



Reply With Quote
  #4  
Old   
Mint
 
Posts: n/a

Default Re: what does "dtsrun /servername/packet /e" mean? - 07-16-2006 , 07:34 PM



Thank you very much!

Allan Mitchell 写道:

Quote:
Hello Mint,

the /E switch is for a trusted connection to SQL Server

http://msdn.microsoft.com/library/de...tsrun_95kp.asp


Also

Getting Syntax Help for DTSRun
(http://www.sqldts.com/default.aspx?301)

Allan



i only want to know /e.
can anyone tell me ?
thanx


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.