Click here to Skip to main content
15,909,939 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Please explain code Pin
Tirthadip11-Jun-07 18:10
Tirthadip11-Jun-07 18:10 
QuestionRequest.form Pin
seemamltn11-Jun-07 12:58
seemamltn11-Jun-07 12:58 
AnswerRe: Request.form Pin
Guffa11-Jun-07 19:13
Guffa11-Jun-07 19:13 
QuestionListbox multi-select Pin
certuser7611-Jun-07 12:47
certuser7611-Jun-07 12:47 
AnswerRe: Listbox multi-select Pin
Venkatesh Mookkan11-Jun-07 20:09
Venkatesh Mookkan11-Jun-07 20:09 
QuestionPass Data Pin
seemamltn11-Jun-07 12:02
seemamltn11-Jun-07 12:02 
AnswerRe: Pass Data Pin
Sathesh Sakthivel11-Jun-07 15:33
Sathesh Sakthivel11-Jun-07 15:33 
QuestionExecute SSIS package Pin
alexfromto11-Jun-07 11:08
alexfromto11-Jun-07 11:08 
Hi.

I have a SSIS package named TESTPACKAGE on the 2005 SQL Server.
How I can exeucte it from ASP.NET?

I found some articels that refer to Microsoft.SQLServer assembly but I use older .NET Framework version (1.1) and this assembly is not availabe for me in Visual Studio (2003).

I read something about DTEXEC command. Can I use it in the Stored Procedure to run SSIS. I used this code in the Stored Procedure to run DTS package on the previsous/older SQL Server version.

CREATE PROCEDURE dbo.exportData AS<br />
Exec master..xp_cmdshell <br />
'DTSRUN /SMYSERVER /NTESTDTS /Umyaccess /Pmypassword'<br />
GO


Thank you,
AnswerRe: Execute SSIS package Pin
Sathesh Sakthivel11-Jun-07 15:39
Sathesh Sakthivel11-Jun-07 15:39 
GeneralRe: Execute SSIS package Pin
alexfromto12-Jun-07 3:13
alexfromto12-Jun-07 3:13 
QuestionRead/Writing removable HDD? [modified] Pin
BlueChippy11-Jun-07 9:58
BlueChippy11-Jun-07 9:58 
Questionserver.tranfer Pin
seemamltn11-Jun-07 8:37
seemamltn11-Jun-07 8:37 
AnswerRe: server.tranfer Pin
Tom John11-Jun-07 8:40
Tom John11-Jun-07 8:40 
AnswerRe: server.tranfer Pin
Sylvester george11-Jun-07 21:11
Sylvester george11-Jun-07 21:11 
Questionasp:ChangePassword Failure Text Pin
Brendan Vogt11-Jun-07 6:07
Brendan Vogt11-Jun-07 6:07 
AnswerRe: asp:ChangePassword Failure Text Pin
Not Active11-Jun-07 6:12
mentorNot Active11-Jun-07 6:12 
Questionasp:LoginName Issue Pin
Brendan Vogt11-Jun-07 5:53
Brendan Vogt11-Jun-07 5:53 
Questionasp:LoginStatus Not Displaying Sign Out Page Pin
Brendan Vogt11-Jun-07 5:49
Brendan Vogt11-Jun-07 5:49 
Questionasp:Login Failure Text Colour Not Red Pin
Brendan Vogt11-Jun-07 5:41
Brendan Vogt11-Jun-07 5:41 
AnswerRe: asp:Login Failure Text Colour Not Red Pin
wEb GuRu...11-Jun-07 6:12
wEb GuRu...11-Jun-07 6:12 
QuestionHow to locate controls on a web form Pin
lune1211-Jun-07 4:22
lune1211-Jun-07 4:22 
AnswerRe: How to locate controls on a web form Pin
Tarik Guney11-Jun-07 4:47
Tarik Guney11-Jun-07 4:47 
GeneralRe: How to locate controls on a web form Pin
lune1211-Jun-07 5:05
lune1211-Jun-07 5:05 
AnswerRe: How to locate controls on a web form Pin
szukuro11-Jun-07 5:20
szukuro11-Jun-07 5:20 
QuestionHow to use the function "CallByName" in asp? Pin
Billypon11-Jun-07 4:08
Billypon11-Jun-07 4:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.