Forum Replies Created

Viewing 15 posts - 12,496 through 12,510 (of 13,849 total)

  • RE: export data from sql tables to other sql tables

    As this is all happening within the domain of SQL Server, I would be considering other means of achieving the same result if I were you. I'm thinking that all...

  • RE: breaking on null dates?

    RBarryYoung (9/30/2009)


    krypto69 (9/30/2009)


    Thanks for answering..

    I think the issue is I'm trying to insert 'empty' into a datetime column...

    Should I have the vender change the empty's to 'NULL'?

    No, you should get...

  • RE: nested query in msaccess

    If you are asking for help writing SQL in Access, why are you posting in a forum for SSIS?

  • RE: External table is not in the expected format

    Does your spreadsheet have a header row? If so, but you have defined the connection to the spreadsheet without specifying a header row, I think that this error can appear.

  • RE: How to remove null COLUMNS

    Yes, that should work. If you decide to do that, I would suggest putting a uniqueness constraint on that combination in SQL Server, to avoid any possibility that duplicates can...

  • RE: Issue with loading data into table created in previous task

    The problem you are having is that the table needs to exist before you can create the required mapping meta data.

    But there is a way round this:

    Allow the build task...

  • RE: How to remove null COLUMNS

    OK, now we're really getting somewhere 🙂

    I will tell you what I would do - others would certainly have their own ideas.

    1) Build the destination table now, including all of...

  • RE: How to remove null COLUMNS

    You have not answered all of my questions, so it's difficult for me to answer.

    Does your destination table already exist? If so, what's the problem? Just go ahead and import....

  • RE: Copy multiple tables from one SQL server to another SQL server

    Yeah, the meta data issue is going to make this a tough job for you, because you need a dynamic data flow and SSIS isn't good at that.

    Cozyroc has an...

  • RE: How to remove null COLUMNS

    This is an unusual requirement - let's make sure I understand.

    Say your input file has 10 columns and, out of those, 8 columns contain only nulls.

    You want to load...

  • RE: How to remove null COLUMNS

    ar-727381 (9/23/2009)


    i cannot untick them because there are around 40 columns with 100's of rows in the csv file. so checking if a column is null or not is not...

  • RE: multithreading and subpackages

    I am interested to hear what the business need is behind this requirement - can you provide an overview? There may be other ways of addressing it.

  • RE: What is set base code ?

    After reading this thread, I suspect his head will be quite big enough!

    Here is an example, in pseudo-code.

    1) Traditional Loop/Cursor

    Foreach Executive in Person

    Set Salary = Salary * 1.1

    Next...

  • RE: Data in derived column needs to be seperated by TAB delimator.

    Elliott W (9/22/2009)


    Phil Parkin (9/22/2009)


    An example of your input data would paint the picture much more completely than just words, no matter how detailed your verbal explanation ... So far...

  • RE: Asynchronous processing in SSIS

    Elliott W (9/22/2009)


    Phil Parkin (9/22/2009)


    Or possibly (thinking a level up) a parent package that concurrently runs multiple occurrences of the same child package, with appropriate parameters.

    I haven't tried that -...

Viewing 15 posts - 12,496 through 12,510 (of 13,849 total)