Forum Replies Created

Viewing 15 posts - 16 through 30 (of 46 total)

  • RE: SSIS Newbie

    ningaraju.n (12/17/2012)


    Hi All,

    I am new to SSIS,I have given task of implementing the following task

    create SSIS packages which takes input parameters and call stored procedure and the result set of...

  • RE: Update doesn't update if the condition of Instead of update is unfulfilled

    xmozart.ryan (12/17/2012)


    i knew it, those triggers is works until i added the Instead Of Update trigger on that table,,,

    but b'coz i dont understand too much about instead of update...

  • RE: Complicated Query Requirement

    Subbu S (12/16/2012)


    Finally i found the solution, here u go,

    Select 1 [Id],1000[value] into TempA

    Select 2[Id], 10 value, 1 parent into TempB

    Insert into TempB

    Select 3,9,1

    union all

    select 4,5,1

    Select * From TempA;

    Select *...

  • RE: identifying records in the same table

    ByronOne (12/11/2012)


    Hi everyone

    I have a table in SQL server that contains the following : ID, Date, Description, Type, Manager and Site. There can be more than one record per...

  • RE: STUFF - 2

    Nice question.However it will fetch error in SQL 2005 not sure about upper version as we can not assign value while declaration.

  • RE: send email of all defaulters

    abhas (12/5/2012)


    Hi rhythm,

    I am doing below steps.

    1) Execute sql task - here I am fetching studid,studname,deptname,HodName,HodMail.

    2) I am using foreach loop

    3) In foreach loop I am using script task and...

  • RE: how to create ssis package to copy table from one server to another server

    Koen Verbeeck (12/6/2012)


    Put a dataflow on the control flow. Add an OLE DB source and an OLE DB Destination. Done.

    (you can find stuff like this in even the most basic...

  • RE: Interview Questions

    komal145 (12/4/2012)


    Hi..I had an interview and had few questions:

    Can anyone please help me finding out answers for the below questions?

    1) Design table to track phone?

    It totally deppends on the business...

  • RE: send email of all defaulters

    abhas (12/5/2012)


    Hi rhythm

    I am doing the same but emails are going repeatedly.

    Example if there are 5 students then 5 different mails are going.

    Thanks

    Abhas.

    Probably you have include your mail task in...

  • RE: send email of all defaulters

    abhas (12/4/2012)


    Hi Jeet,

    I want to use this by using SSIS.

    Thanks

    Abaso jadhav

    Store the names of student in string variable using Execute Sql Task and then use send mail task to send...

  • RE: SSIS LOOKUP QUESTION

    SSIS.COM (8/24/2010)


    Thanks to Elliott and everyone who reponded.

    Here is a brief description of my problem

    Initially my destination(reference) table is empty... I am trying to load data from my staging table...

  • RE: Data Import from CSV file

    Phil Parkin (11/27/2012)


    rhythm.varshney (11/27/2012)


    Phil Parkin (11/27/2012)


    There is no good way of doing this in SSIS - I'm with Jeff on this one.

    If you want to put an SSIS 'wrapper' round...

  • RE: how to i find out the user when stored procedure last modified

    cooljagadeesh (12/3/2012)


    Hi All,

    how to i find out the user when stored procedure last modified

    i am able to get the list of sp's modified date

    using below Queries

    select...

  • RE: Data Import from CSV file

    I got it by following way.Please let me know if there is any better way of doing it via SSIS transformations.

    1.Truncating and filling records from CSV to staging table.

    2.Putting look...

Viewing 15 posts - 16 through 30 (of 46 total)