Viewing 15 posts - 11,956 through 11,970 (of 13,876 total)
William Gary Wright (8/4/2010)
I should have proof read that last post before I sent it. EACKKKKKKK
Also 'beleive' and 'varibble' 🙂
August 5, 2010 at 3:14 am
Surely, when you start getting to the realms of datasets with more than 65k rows, a spreadsheet is not the right repository. You need a database solution (Access maybe) or...
August 3, 2010 at 8:03 am
Please respond to Pradeep Adiga's posts - why is that not what you want?
August 3, 2010 at 2:06 am
coalesce (8/1/2010)
Phil Parkin (7/30/2010)
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.
I'm not...
August 2, 2010 at 9:21 am
Of course you can.
Create a new Integration Services project, then right-click SSIS Packages in Solution Explorer and 'Add Existing Package.'
Then you're good to go.
August 2, 2010 at 8:43 am
You should be able to set the TransactionOption property of your DF to 'Required' to get the behaviour you require.
August 2, 2010 at 7:33 am
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
Viewing 15 posts - 11,956 through 11,970 (of 13,876 total)