blogs.conchango.com

welcome to the conchango blogging site
Welcome to blogs.conchango.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » SQL Server Inte... » Scripting
Showing page 1 of 3 (28 total posts)
  • SSIS: How to use .Net assembly configuration files in the script task

    A couple of work colleagues had a problem when using SSIS yesterday which took a bit of working out so I thought I'd share it here, it'll be useful for anyone else that has the same problem. It was all to do with calling .Net assemblies (i.e. DLLs) from the SSIS Script Task. The assembly in question was basically a proxy to a web service however ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on January 25, 2008
  • SSIS Nugget: Output the number of processed rows

    Here's a handy little tip for when you are building custom destination components or script destination components that enables you to log the number of processed rows. Have you ever seen that handy little message that appears in your logs that tells you how many rows arrived at a destination component? It looks a little like ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on July 3, 2007
  • Katmai\SSIS: C# comes to the script task/component

    ''Why the <insert your favourite expletive here> doesn't SSIS support C# for the script task and script component?''   I've heard the above complaint, in various different ways, many many times over the past 18 months since SQL Server 2005 was released. Its a valid complaint to which there is a valid answer (which I'm not going ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on June 9, 2007
  • SSIS: Deprecated features in SQL Server Integration Services 2005

    Here's a useful page to keep an eye on: http://msdn2.microsoft.com/en-us/library/ms403408.aspx. It lists the current features within SSIS that will be disappearing in future versions and the strongest message I take from it is that you should upgrade your existing DTS packages from SSIS sooner rather than later. Currently it also makes ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on March 9, 2007
  • SSIS: Output a file as a csv or an XML file

    Have you ever had the requirement to output data from a data-flow as a CSV file or an XML file where the choice is dependant on the file extension of your destination file? Well, David Bulog (also known by the pseudonymn ''Mr Pro Tools'') has and he has posted his code to do this here. I think David went through a bit of trauma to get this ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on July 11, 2006
  • SSIS: Sending SMTP mail from the Script Task

    I've noticed that alot of people have a need to send SMTP email from a script task rather than the SMTP Mail Task. A couple of the reasons for this are: HTML emails None-Windows authenticated SMTP servers neither of which are supported by the SMTP Mail Task. Well, its possible to use the script task as a route into using . Here's ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on July 3, 2006
  • SSIS: Set Variable Task

    UPDATE: Only 2 hours after posting this and Josh has already told me about another one - a Compress File Task. He's a one-man SSIS custom task machine :)   Josh Twist it seems has been bitten by the SSIS bug and is beginning to churn out some really useful SSIS add-ins. Witness his Custom Logging Task that I ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on June 16, 2006
  • SSIS: Suggested Best Practices and naming conventions

    I thought it would be worth publishing a list of guidelines that I see as SSIS development best practices. These are my own opinions and are based upon my experience of using SSIS over the past 18 months. I am not saying you should take them as gospel but these are generally tried and tested methods and if nothing else should serve as a basis ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on January 5, 2006
  • SSIS: Throwing errors from script task/component

    I'm working on a project at the moment that entails making calls to external DLLs from within a script task or script component. In our case the DLL in question is a web service proxy and we've been having numerous problems getting it to work. Being able to grab the errors returned from the WS has been a godsend and to do that I've come ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on November 3, 2005
  • SSIS Nugget: Verify a data source before using it

    As some of you may know I've been writing about SSIS on this blog for a lon-n-n-n-n-g time now. Too long it seems sometimes. In all that time though I've only had one short client engagement using the product which means that my real-world experience is somewhat limited. Studying something is all well and good but there's nothing quite like ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on October 10, 2005
1 2 3 Next >
Powered by Community Server (Personal Edition), by Telligent Systems