Viewing 15 posts - 11,956 through 11,970 (of 13,870 total)
Raunak Jhawar (8/2/2010)
Even better...make table partitions of your dataset.then send each partition to a respective sheet
I still think your first answer was better (Excel 2007). Even better than that, however,...
August 2, 2010 at 6:57 am
Instead of using a File System task, use a script task containing appropriate code. It works much better, in my experience and requires just three or four lines of code.
July 30, 2010 at 8:53 am
OK ... may I ask what 'Transfer SQL Server Objects' gives you that a dataflow task does not? Just wondering why you went down this road.
July 30, 2010 at 8:31 am
Sure - do a multicast to all of the tables you need to update ...
July 30, 2010 at 7:26 am
Why not just copy the data you require? Deleting & recreating table objects repeatedly seems a little inefficient.
July 30, 2010 at 7:02 am
Is this because you have the same data in multiple tables (ie, redundant data)?
July 30, 2010 at 6:52 am
If there is no delimiter, it is, by definition, not a CSV file.
It's a fixed-width file and you can use SSIS to import it and break it into its constituent...
July 28, 2010 at 1:38 am
ameda16 (7/27/2010)
No caching, in which the reference dataset is accessed by each row in the rowset. To...
July 28, 2010 at 1:34 am
So your DF contains duplicates? Why not get rid of them early in the DF and save yourself the trouble? If not, what happens when the lookup is successful? How...
July 27, 2010 at 2:44 pm
Looks like you are running that code for every row in your pipeline and then assigning a single result - presumably based on the values in the last row in...
July 27, 2010 at 10:36 am
Define your flat file source to be fixed width (not CSV). Then define your fields based on start pos / length etc - haven't done it for ages, so can't...
July 27, 2010 at 7:22 am
So you want the same value in every row?
That's fairly easy - here's how.
Create a package scope integer variable to hold the count.
Create an Execute SQL task to run the...
July 27, 2010 at 4:00 am
Please provide more detail - your requirement is difficult to understand. An example would help.
July 27, 2010 at 2:18 am
Have a look at the MERGE JOIN transformation - maybe that can do what you need. Difficult to know for sure without seeing examples of your data.
July 27, 2010 at 2:17 am
This thread looks very similar to this one:
http://www.sqlservercentral.com/Forums/Topic955373-148-1.aspx#bm955545
Why are you asking the same, or nearly the same, question again? What was wrong with the solutions proposed?
July 26, 2010 at 3:36 am
Viewing 15 posts - 11,956 through 11,970 (of 13,870 total)