Forum Replies Created

Viewing 15 posts - 331 through 345 (of 497 total)

  • RE: Importing CSV into a Database

    Right, you got it! Our posts crossed. I didn't know whether your detination table already existed or was being created as part of the Data Flow. Looks like you're on...

  • RE: Importing CSV into a Database

    Ryan Keast (1/3/2014)


    Sorry I don't follow - where do I set the IDENTITY(1,1)???

    Presumably you are importing the data for your text file into a database table, yes? If so, when...

  • RE: Importing CSV into a Database

    Ryan Keast (1/3/2014)


    Theses are the errors I receive after I run the SSIS after creating a second field in the database which is the primary key.

    The field I have created...

  • RE: Importing CSV into a Database

    Yep, good idea, you could use a Conditional Split transform with a condition like 'LEFT(columnname,1) != "T"

    If you've got hundreds of thousands of rows in your text files, it might...

  • RE: Importing CSV into a Database

    Off the top of my head, you could import all the rows including the Trailer row (but not the Header row) into a staging table that contains all the columns...

  • RE: SSAS INDEX

    The equivalent of indexes in an OLAP Cube are Aggregations. Far from degrading performance, correctly-designed Aggregations can improve performance tremendously (be careful not to have too many though).

    Chris Webb has...

  • RE: ERROR opening SSIS Packages

    Hmm. Ok, does the package have any Package Configurations active, e.g. stored in an XML file or database table? If so, have you checked that you have the necessary permissions...

  • RE: OLE_SRC doesn't bring back record

    Sounds very strange!

    Is your source query just a 'standard' SQL command or is it derived from a variable and/or expression? Is the SSIS package running as a SQL...

  • RE: SSIS Data validation

    Off the top of my head I think that one or more Conditional Split components might be able to help here; you can route data down different paths depending on...

  • RE: send notification error task level and package leve useing ssis script

    Is there a reason why you want to do this using a Script Task rather than creating an Event Handler and using the built-in Send Email Task?

    Robert Sheldon has written...

  • RE: ERROR opening SSIS Packages

    Hi,

    What is the ProtectionLevel of the SSIS package set to? If it is 'Protect All With User Key' then only the User who created the package will be able to...

  • RE: SSIS - Deactivate Records in Destination not Contained in Results from Source

    Hello Rob,

    I assume that you cannot use or don't want to use Transactional Replication or Change Data Capture against your Source System database(s)? (Note: CDC is only available from SQL...

  • RE: Merge - Pros and cons

    Which, or how many, of the 297000 returns that Google brings back would you suggest the OP read??

    How about number 1709? ;-). The point I am making Kevin, as you...

  • RE: What is mean of Take server out of rotation

    Can you please state clearly what the problem is?

    Thanks

    Lempster

  • RE: Dimensional modelling help: 'outriggers' or not?

    Thought I should update this post! I decided to go with a Bridge or 'Factless Fact' table to meet my requirement.

Viewing 15 posts - 331 through 345 (of 497 total)