Viewing 15 posts - 61 through 75 (of 101 total)
Try to clear all cells from this worksheet before writing to it. May be it has any older external data source in this area.
November 27, 2007 at 12:50 am
Verify that this database is accessed used connection attached to this task. May this database uses another database schema than dbo or is accessed as linked via linked server.
November 26, 2007 at 3:59 am
Right click on SSIS Packages and enter MIgrate DTS 2000 Package option.
November 25, 2007 at 5:58 am
For SSIS use parameters but the answer is different for different types of connection (OLE DB, ADO, ADO.NET and ODBC).
Look at this:
November 22, 2007 at 5:55 am
Yes, indexes should be clear after truncation and never be rebuilded during all lifecycle of your DW (till next truncation). So there is no need to reindex indexes in your...
November 22, 2007 at 5:36 am
Try to do reindexing as separate task, not as ETL task.
November 22, 2007 at 4:42 am
vebjornwa (11/22/2007)
All indexes are fully operational after truncation and during inserts/data transfer, which is what makes me suspect the index rebuild is not needed.
Yes, I think the same. But reindexing...
November 22, 2007 at 4:41 am
Are you asking about SSIS 2005 or DTS?
November 22, 2007 at 3:57 am
Second question: after truncation all indexes in destination tables are fully operational (during insertion) or are removed?
November 22, 2007 at 3:51 am
Please give me one more chance to understand how your SSIS package works.
Your package do the following tasks:
1. Truncate,
2. Transfer data
3. Reindex.
Is your package works this way?
November 22, 2007 at 3:31 am
Inserting records is handled by OLE DB Destination, updating is handled by OLE DB Command. So it must be separated by conditional split or any other component which has splitting...
November 22, 2007 at 3:25 am
Is it this variable added to ReadWriteVariables list (Script option of Script Task)?
November 22, 2007 at 2:09 am
Please read this thread:
http://www.sqlservercentral.com/Forums/Topic423399-148-1.aspx
November 22, 2007 at 2:06 am
Hans Brouwer (11/22/2007)
November 22, 2007 at 2:02 am
Viewing 15 posts - 61 through 75 (of 101 total)