Viewing 15 posts - 331 through 345 (of 497 total)
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...
January 3, 2014 at 9:36 am
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...
January 3, 2014 at 9:34 am
Ryan Keast (1/3/2014)
The field I have created...
January 3, 2014 at 9:18 am
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...
January 3, 2014 at 7:14 am
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...
January 3, 2014 at 6:45 am
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...
December 31, 2013 at 4:36 am
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...
December 18, 2013 at 9:49 am
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...
December 18, 2013 at 9:05 am
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...
December 18, 2013 at 8:58 am
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...
December 18, 2013 at 8:52 am
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...
December 18, 2013 at 8:41 am
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...
December 18, 2013 at 8:31 am
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...
December 10, 2013 at 2:17 pm
Can you please state clearly what the problem is?
Thanks
Lempster
December 10, 2013 at 5:04 am
Thought I should update this post! I decided to go with a Bridge or 'Factless Fact' table to meet my requirement.
December 10, 2013 at 4:58 am
Viewing 15 posts - 331 through 345 (of 497 total)