Forum Replies Created

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

  • RE: Slowly Changing dimension inside a ForEach Loop container

    96,000 times round a Foreach loop sounds like a performance-killer to me.

    It would be useful background to understand why you have decided to do things this way rather than...

  • RE: Query SSIS packages

    I can't see a way of querying SSISDB directly to get this data. Which makes me wonder where SQL Server has put it!

    But for those people who have adopted the...

  • RE: joining 2 selects where a value not in Values

    Aha, OK - perhaps I should have considered that, thanks Chris. Sorry Alan.

    I have reason to be picky - I'm building a WiX installer, so I'm in XML hell 🙂

  • RE: Dynamic SQL in sp_MSforeachdb

    I did part of this - I'm certain that you can work out the rest.

    exec sp_MSforeachdb @command1 = 'use ?; select ''ALTER DATABASE ? MODIFY FILE ( NAME = N''+...

  • RE: joining 2 selects where a value not in Values

    Alan.B (8/12/2014)


    If I understand your question correctly you need to do what is referred to as a Left Anti Join Semi Join.

    Not by me! Or anyone else, it seems....

  • 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...

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