Forum Replies Created

Viewing 15 posts - 91 through 105 (of 3,232 total)

  • RE: Searching in Parameters

    Duplicate post, continue here: http://www.sqlservercentral.com/Forums/Topic1777814-2799-1.aspx

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Actually need to use ? in Where clause

    Why don't you handle this in SSIS before you load the data? An expression on your pipeline column would fix this. The real question is, why do you...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SSIS Question - multiple threading

    I said difficult, not impossible. This is as far as we're going to get w/o some more info from you on your process.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: REPLACE CHARACTERS

    Sean Lange (4/13/2016)


    The next question is why are you storing dollar amounts as formatted text instead of decimals?

    Agreed. Your original question asked for a simple way to convert you...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SSIS Question - multiple threading

    If it's not a finite list, trying to run the load in parallel is going to be very difficult. Since you have to dynamically set the destination connection via...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SSIS Question - multiple threading

    Where are the dynamic database names coming from? A table? Is it a finite list of destinations or will they need to be changed, added to?

    Running the package...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SSIS Question - multiple threading

    So then the Destination database is changing? What part of the connection string is changing?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Export Access DB Table

    For the record, you would not install SQL Server on the Access machine. You'd run the package from the same SQL Server that you are trying to move the...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Export Access DB Table

    I didn't read all the way through this, but it's on a reliable site. A google search provides several examples....

    https://www.mssqltips.com/sqlservertip/2656/simple-step-by-step-process-to-import-ms-access-data-into-sql-server-using-ssis/

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Export Access DB Table

    You can easily sync your Access table w/ a SQL Server table via SSIS.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SSIS Question - multiple threading

    How are you determining the Destination servers? Are they a set group of servers, or will the destinations be changing?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Fact table with surrogate keys on SCD2 dimensions

    I do lookups/merge joins against 1MM+ datasets all day long. With a SCD2, you're not going to be looking up against the whole table anyways. Your are always...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Query Execution Plan, differs between environments

    We have similar issues from time to time in our dev environment. If rebuilding statistics/indexes does not help, it may be a major difference in the data that is...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Update Rolling Date Flags In a Table

    Jeff Moden (4/8/2016)


    John Rowan (4/7/2016)


    With this problem in mind, I'd recommend creating views for your end users. You can re-model this solution on the back end in the database, but...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Update Rolling Date Flags In a Table

    Glad to help. I'd definitely get your sales hat on. It's hard when analysts and business folks try to dictate data structures and how we store and serve...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

Viewing 15 posts - 91 through 105 (of 3,232 total)