Viewing 15 posts - 11,221 through 11,235 (of 11,678 total)
It seems that your keyboard is broken: all your text is accidentally printed in caps.
Google (or Bing) these simple keywords to find your answer:
* SSIS tutorial
* SSIS connection manager
* Execute...
August 12, 2010 at 3:01 am
I think it is best if packages do not have the same ID.
It could be related (or maybe not). Change the ID in one of the packages and see what...
August 11, 2010 at 7:56 am
Developer 2005 (8/11/2010)
What is the purpose of IDENTITY_INSERT ?
And answer
SET IDENTITY_INSERT allows explicit values to be inserted into the identity...
August 11, 2010 at 4:52 am
Phil Parkin (8/10/2010)
Excel is helpfully (:crazy:) doing the conversion for you. Try opening it in Notepad and you'll see that it's just the same as the .txt.
Excel always screws things...
August 11, 2010 at 2:00 am
Great question! It makes you think and it learns you something.
The explanation was very well done.
Good job!
August 10, 2010 at 12:23 am
The error indicates that there are some issues with the metadata in your package. Try to refresh it (by opening and closing the component that gives the error).
August 9, 2010 at 12:35 am
The book "Professional Microsoft SQL Server 2008 Integration Services" from Wrox has some chapters about creating your own .NET components:
* chapter 18: Programming and Extending SSIS
* chapter 19: Adding a...
August 6, 2010 at 6:46 am
In BIDS, you have a tab Event Handlers. In the Executables dropdown, you can choose to which task you want to add an event handler. In the Event Handler dropdown,...
August 6, 2010 at 6:42 am
Janie.Carlisle (8/6/2010)
August 6, 2010 at 6:35 am
That is a nice article you are using. But personally, I would create a temp table in the SSIS package and write the update rows to that table. Then perform...
August 6, 2010 at 4:35 am
I think we need more information.
What does the package do? Does the package run in BIDS? What errors do you get?
Usually, when a package runs in BIDS but doesn't in...
August 6, 2010 at 4:25 am
Adiga (8/5/2010)
Use TRY...CATCH to catch exceptions. Here is the documentation.
Not everything in SSIS is done with T-SQL. A better option - for standard components - is to use the error...
August 6, 2010 at 4:23 am
Data sources are to be avoided when working with multiple environments.
See the following resource (from MS):
August 5, 2010 at 5:58 am
Viewing 15 posts - 11,221 through 11,235 (of 11,678 total)