Forum Replies Created

Viewing 15 posts - 1,291 through 1,305 (of 3,233 total)

  • RE: How do I change the structure of a table with data in it?

    FredS (7/22/2009)


    Thanks. I'm using MSSMS 2008. It doesn't give me an option to script an alter cscript. It does let me go to design.

    I have only a...

  • RE: Load Data from Flat FIle

    Ah, now that's another story! Depending on your protection level settings, the setup is different. I prefer to store the packages in SQL Server, use configuration files to...

  • RE: Flat file to Table

    OK, here's what I'd do:

    Create a Data Flow with the following contents:

    1. Flat File Source adapter to get your file info into the data flow.

    2. Lookup Transform. Use the...

  • RE: Load Data from Flat FIle

    Where are you storing the SA password? If you open the connection manager up, type in the sa password, and press the 'Test Connection' button, does it connect?

  • RE: Reading xml string

    I don't think you post showed up as you expected. You may want to use the 'Preview' option before posting.

  • RE: Load Data from Flat FIle

    Did you change something w/ the desintation properties? You didn't by chance change the destination properties expression instead of the source did you?

    Can you tell me what object, property,...

  • RE: Flat file to Table

    Are the range values in the other DB table derived from values in the data flow?

  • RE: Need some Cursor help...well I think it's a cursor I need

    Yep, I didn't catch that part. Jeff's solution will give you the top 10 for each ID.

    As a side note, any time my answers differ from Jeff's -----go with...

  • RE: Flat file to Table

    No problem. Using staging tables and procedures is not necessarily a bad thing, but it too often the first choice for SSIS developers. SSIS was designed so that...

  • RE: Load Data from Flat FIle

    First of all, you don't need a for each loop if you only want to load one file for each package exectution. I would create a data flow with...

  • RE: How do I change the structure of a table with data in it?

    Much of this depends on what you are trying to change with the structure. Droping/recreating the table may be overkill and unnecessary. A simple ALTER TABLE statement works...

  • RE: Flat file to Table

    bhanukbm (7/22/2009)


    Thanks for quick reply. I am working on one SSIS package right now and have the situation where the insert is very simpele , that is if it...

  • RE: Flat file to Table

    allen davidson (7/22/2009)


    I would probably load the file to a staging table and then perform the insert/update in a stored proc.

    The stored proc would have 2 statements. In the stored...

  • RE: Reading xml string

    I'm sure there's more to the story. Why not just pass the Condition value in as a varchar parameter? Are there other attributes in your XML that you...

  • RE: Flat file to Table

    So do you have a specific question on a problem or challenge that you are facing in your data flow? Or do you just want general guidence on how...

Viewing 15 posts - 1,291 through 1,305 (of 3,233 total)