Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Executing an ssis package from asp.net

    Call a stored procedure from ASp.net .Stored proc can call dtexec using xp_cmdshell.

    This(dtexec) will run your SSIS package.

    Cheers

    Sid

  • RE: Group By and Maximum of a String

    Can U write a sql query in Destination using SQL Command.Something like

    Select xyz from mn where xyz in(Select Top() from opp) order by desc.This will give you the smallest or...

Viewing 2 posts - 1 through 2 (of 2 total)