Viewing 12 posts - 1 through 12 (of 12 total)
A couple of questions:
* Is the package running on the same machine as where the database is located?
* Are you moving this data using a data flow task or...
July 22, 2010 at 11:20 am
#11 I would disagree with your answer. I don't know at all how Checkpoints can considered expensive. All they are is a simple XML file that the package uses...
March 9, 2010 at 1:37 pm
For one, take a look here: http://support.microsoft.com/kb/969845/EN-US
Secondly, you may want to look more into handling errors in your package. You can use the error path to...
January 18, 2010 at 12:17 pm
The dummy statement is only for the dataset you are returning. Unless I misunderstand your situation, you want to use a stored proc as a source in your data...
November 26, 2009 at 5:44 pm
If I understand what you are asking, I think you have tableA, tableB, tableC, etc in your MySql database, and you want to move that data into tableA, tableB, tableC,...
November 23, 2009 at 4:06 pm
As John said, the key is to trick SSIS. Sometime you want use temp tables in your stored proc and because of the size of the dataset you...
November 16, 2009 at 8:00 am
There are dozens of new features available in SQL Server 2005 vs 2000. It is really too broad of a question to answer adequately on here with out a...
September 14, 2009 at 3:27 pm
If you are using a Data Conversion transformation in SSIS, a new column is created. So if you have a "col1" which is a non-unicode string (DT__STR), and...
September 11, 2009 at 8:31 am
If you are seeing an initial 45 second delay when you perform a search, it may be caused by by SQL Server attempting a file signature verification, but is unable...
September 1, 2009 at 7:50 am
Jason Crider (3/19/2009)
Have you considered backup and restore?
I agree. I always prefer using backup and restore. You can go back and drop the database from the original location once...
March 23, 2009 at 10:08 am
One of the good things about SSIS is that you do not need to use script tasks for everything that you did in DTS. When I first was rewriting...
December 26, 2008 at 5:59 am
Viewing 12 posts - 1 through 12 (of 12 total)