Viewing 7 posts - 1 through 7 (of 7 total)
Gary Varga,
In my experience I use the following as a best practice:
•Validate all input parameters and throw the appropriate exception when the parameter is not correct
•Use error handling and re-throw...
February 21, 2014 at 9:53 am
My experience will echo a lot of the comments already mentioned. I use T-SQL whenever possible because, in most cases, T-SQL performs faster, it's easier to maintain and our...
February 21, 2014 at 9:16 am
While developing the project in Visual Studio, reference the DLL as you would normally. The issue is when you try to install the assembly. If the .Net DLL...
January 10, 2014 at 3:49 pm
I’m assuming that the DLL is not part of the .Net framework. If my assumption is correct then the DLL needs to be added to SQL Server as an...
January 10, 2014 at 3:21 pm
Great Article. I have been writing SQL Server external objects since 2007 and I have developed some best practices that work for me. You talked on most of...
January 9, 2014 at 11:33 am
The custom component needs to be installed on the development PC, which I’m assuming is your machine, and the production machine that SSIS is running on.
March 2, 2011 at 5:35 am
First off, I want to say that I’m quite impressed by the power and flexibility of SSIS, I just wished there was a better way to track data errors and...
February 21, 2008 at 10:49 am
Viewing 7 posts - 1 through 7 (of 7 total)