Viewing 15 posts - 11,971 through 11,985 (of 13,838 total)
Yes. If there are hundreds of thousands of records to be deleted, I would recommend that you do the delete in batches to avoid huge transactions grinding your system to...
July 8, 2010 at 10:50 am
Where is your source data coming from? A DELETE query (or series of queries, if lots of rows are to be deleted) would be faster.
July 8, 2010 at 10:28 am
Then you should forget the Transfer SQL Server Objects task. Look instead at the Data Flow task where (at its simplest) you define a source, a destination and a mapping...
July 7, 2010 at 10:56 am
Really - OK, use a Script Task.
Here's some code:
Public Sub Main()
'
' Add your code here
'
...
July 7, 2010 at 10:50 am
Is your requirement to move data or to move schema info (or both)?
July 7, 2010 at 10:24 am
Why not just use a straight UNC path?
July 7, 2010 at 10:22 am
Ed Zann (7/7/2010)
July 7, 2010 at 8:47 am
Raunak Jhawar (7/7/2010)
What excaltly you mean by the word 'corrupted'?
What exactly do you mean by the word 'excaltly'?
:hehe: just kidding - couldn't resist it.
July 7, 2010 at 7:01 am
Presumably you tried setting the UseInLineSchema property to false?
July 7, 2010 at 3:42 am
PaVeRa22 (7/6/2010)
you can do....1. take distinct records into temptable.
2. truncate original table
3. store temptable data into original table.
RB
If you take the time to read through the entire thread, you'll...
July 6, 2010 at 11:54 am
If the data might 'come again' after a 'break', why would you want to retain it if it is identical to what has gone before?
July 6, 2010 at 8:26 am
vibin.das (7/6/2010)
I'm totally new to SSIS 2005 and i have been assigned to do the following tasks.
Following is the scenario
1)There will be a root folder say A1 and inside that...
July 6, 2010 at 8:07 am
How do you define the word 'duplicate' for your data?
July 6, 2010 at 8:02 am
Excel is such a pain to import from that a lot of this validation will probably be done for you, though not in the way you want. Invalid data will...
July 6, 2010 at 1:39 am
Viewing 15 posts - 11,971 through 11,985 (of 13,838 total)