Forum Replies Created

Viewing 15 posts - 9,136 through 9,150 (of 13,876 total)

  • RE: Synonyms versus Partitioning for daily load?

    There is another possibility.

    Have two tables, t1 and t2, with identical structures.

    t1 is your 'main' table. Assume that it is up to date with data.

    On the next day, load table...

  • RE: Distributed query - variable performance

    Is there any pattern as to when the query runs slowly? Could one of the servers be overloaded? Could some of the source tables be locked?

  • RE: Compare two Table data and insert changed field to the third table

    F/-\R//-\Z (8/12/2014)


    hi

    I want Compare two Table data and insert changed field to the third table

    who can help me

    thanks a lot:-):hehe:

    So all three tables have the same structure?

    And...

  • RE: InvestmentType == "Forward Cash"

    ronan.healy (8/11/2014)


    hi

    i have a tbale and after the table i want to put in a derived column that then pick just the data from the InvestmentType == "Forward Cash"

    now i...

  • RE: Werid error in SSIS package executing proc

    SQLTougherGuy (8/11/2014)


    Thanks Phil - So what is the standard? Craigs code seemed to work.

    Mine should execute slightly faster because there's no need for SSIS to go meta-data sniffing through the...

  • RE: date issue

    ronan.healy (8/11/2014)


    a right ya sorry was getting mixed up.

    but the date has to be in the mmddyyyy for the system it goes into when the package runs

    You mentioned...

  • RE: Parse out the first 3 characters

    Koen Verbeeck (8/11/2014)


    Phil Parkin (8/11/2014)


    ronan.healy (8/11/2014)


    ok thanks

    and if the string is not all the same length I will probably hit problems ?

    As long as the string is three or...

  • RE: Parse out the first 3 characters

    ronan.healy (8/11/2014)


    ok thanks

    and if the string is not all the same length I will probably hit problems ?

    As long as the string is three or more characters, you should...

  • RE: date issue

    ronan.healy (8/11/2014)


    ok would you know any quick fix for this even a script or something to fix it

    Create another derived column in 'YYYYMMDD' format and INSERT that instead.

  • RE: Help - Pivot table

    m.mukesh.mca2009 (8/7/2014)


    Hi, eID have only unique values but ID may have duplicate values

    By being lazy and not providing what people are asking for, you are making this thread more painful...

  • RE: View not displaying all results

    Agree with previous comment. Try changing INNER JOIN to LEFT JOIN and see whether that helps you.

  • RE: Werid error in SSIS package executing proc

    This behaviour (selecting from temp tables) changed in SSIS 2012. Rather than declaring dummy metadata in your proc, you should use the WITH RESULT SETS option when you run the...

  • RE: Help - Pivot table

    m.mukesh.mca2009 (8/7/2014)


    Hi

    I have a table like below.

    ID eIDinCountoutCount

    417720NULL NULL

    1000010331 7

    1000010346 ...

  • RE: Error : Description: There is no project to reference.

    Have a read here and see whether it makes sense, then come back with any follow-up questions.

  • RE: Error : Description: There is no project to reference.

    As you're using project deployment, you must be on SSIS 2012.

    So your config info should be coming straight out of an SSISDB environment - no XML required.

Viewing 15 posts - 9,136 through 9,150 (of 13,876 total)