Forum Replies Created

Viewing 15 posts - 31 through 45 (of 3,232 total)

  • RE: SQL in SSIS

    If you are having an issue connecting to one specific server, you need to simplify your scope. Get rid of the looping and variables and run your task against...

    John Rowan

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

  • RE: Tables, Primary Keys and Clustered Indexes

    I'm with RonKyle on this one. I've built out many datamarts, some small, some large. All of them have included RI constraints from the fact tables to the...

    John Rowan

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

  • RE: How to Eliminate or flag duplicate records

    I'm a little confused on your requirements. Can you post some sample data and the desired results based off of that sample data? That would help tremendously!

    John Rowan

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

  • RE: Update a column in one table based on a not null value in a joined table

    I would agree that you don't need to update a flag column in your left table. You are working with relational tables here, so the left join itself tells...

    John Rowan

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

  • RE: Embedded Text Qualifier Error

    What are you using for the import? How did you set it up? Is the file delimited, and by what?

    John Rowan

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

  • RE: Parsing XML from one DB into columns of another

    You could use the XML source for this, but you would not need to save each row to it's own file. Dump all rows into one XML file and...

    John Rowan

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

  • RE: SSIS Refuses to capture a single row result set as a variable.

    Here's a walk through on how to set it up. Hope this helps....

    http://www.sqlis.com/sqlis/post/The-Execute-SQL-Task.aspx

    John Rowan

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

  • RE: Multiple xlsx Files to Multiple Tables - File name Varies

    Yes, Jez, that would work just fine. Eliminates the need to check for file existence. Plus, you can use the for each setup to include the file mask...

    John Rowan

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

  • RE: Multiple xlsx Files to Multiple Tables - File name Varies

    If the files were all the same format, then the for each loop method would be my choice as well. But I'm guessing since you said they are different...

    John Rowan

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

  • RE: Multiple xlsx Files to Multiple Tables - File name Varies

    Can you give us examples of how the file names vary? Is it just a datestamp added to a base file name? Examples will help drive the solution.

    John Rowan

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

  • RE: help with the query

    This seems like a pretty straight forward query. Can you show us what you've tried and where you are stuck?

    John Rowan

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

  • RE: How to load xls & xlsx files in SSIS in one Data Flow Task

    Is there something specific that you are struggling with on this? For starters, you'll need two sources in your data flow (one per file) and then you can merge...

    John Rowan

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

  • RE: truncate based on condition

    Is it the same table that gets truncated regardless of the account?

    John Rowan

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

  • RE: truncate based on condition

    Just to be clear, your not truncating this mater table? Are you saying that each account has it's own table and that you want to truncate that table based...

    John Rowan

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

  • RE: SSIS : how to use variable in update statement

    At this point, I'd consider taking out the looping, variables, and expressions and just set up a task to hit that server. Remove the dynamic SSIS stuff and just...

    John Rowan

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

Viewing 15 posts - 31 through 45 (of 3,232 total)