Forum Replies Created

Viewing 15 posts - 211 through 225 (of 806 total)

  • RE: Datareader Sources Only outputting Unicode Columns?

    Does "'cause they couldn't be bothered to do t any other way" work for you?:w00t:

    It's a by design feature. You'll have to do conversions on it to get it back...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: How do i find LogFileName from DTS in SSIS?

    SEAH SZE YIN (1/30/2008)


    In DTS, we have a dynamic properties to assign the LogFileName property with a variable. In SSIS, how should i call out the LogFileName?

    Use an expression on...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Can this messed up text file be loaded into a table w/o using a Parser.

    ahh that's ok. The government looses CD's with our data on anyway. The details you posted are probably already floating around anyway... 😀

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Error on Debugging the Script Task in SSIS

    Good luck getting that to work well / reliably. Best bet is to ensure all updates are installed and, not what you wanted to hear, write code you don't need...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Lookup Help

    Have you tried using: Data flow, flat file source and the lookup component in SSIS?

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Can this messed up text file be loaded into a table w/o using a Parser.

    Where's the screen shot?

    ravirobin (1/29/2008)


    Hi,

    At my work, other people write file parser in C# to parse this file. I am wondering if this file can be loaded into a...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Need a quickest way to find the ETL Job that loads a specific table

    All SSIS packages are purely XML. Do a text search in the folder or each file for your source table name.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: import xml data file from the secured website(need id,password to log in)using SSIS

    The XML source allows for HTTP requests. Get the XML directly from the source.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: modification of SSIS package

    There really are no real advantages to using MSDB as a store. Just the steps you laid out above say so.

    The best way I find, and many others, is this:

    D:

     

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Logging Progress and Errors

    Some reading: A remove duplicates custom component and source code.

    http://msdn2.microsoft.com/en-us/library/ms160916.aspx

     

     

    Might be worth looking into.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: uploading excel document data to a table in sql server 2005.

    Gone are the days of DTS. SSIS is here.

     

    It is very easy to create a package to load Excel. See the Excel source adapter in your tool box. Create the...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Logging Progress and Errors

    I've actually found a much nicer way of doing it: Fuzzy Grouping.

    You specify the columns you want checked. Downstream, you have a conditional split when _key_out = _Key_in, it is...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Logging Progress and Errors

    Another way would be to use a script comp. Have two outputs, one for insert rows and one for dups.

    In the code, keep a list of rows sent for insert...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Logging Progress and Errors

    Doh. it's simple(ish)

    Have two sources, both from the same table.

    Under them, add a sort comp. For the left hand side, sort by your key, select Ignore Case and remove duplicates.

    On...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: modification of SSIS package

    Unfortunately not. Like most files created in a windows environment, they are locked once closed and can never be opened again. People have been complaining about this since windows...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

Viewing 15 posts - 211 through 225 (of 806 total)