<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dougbert.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Douglas Laudenschlager</title><subtitle type="html">SQL Server Integration Services news and tips from a member of the documentation team.</subtitle><id>http://dougbert.com/blogs/dougbert/atom.aspx</id><link rel="alternate" type="text/html" href="http://dougbert.com/blogs/dougbert/default.aspx" /><link rel="self" type="application/atom+xml" href="http://dougbert.com/blogs/dougbert/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.30929.2835">Community Server</generator><updated>2008-09-03T10:41:00Z</updated><entry><title>See all the new SSIS articles, videos, &amp; samples from Microsoft</title><link rel="alternate" type="text/html" href="/blogs/dougbert/archive/2008/11/18/see-all-the-ssis-new-articles-videos-amp-samples-from-microsoft.aspx" /><id>/blogs/dougbert/archive/2008/11/18/see-all-the-ssis-new-articles-videos-amp-samples-from-microsoft.aspx</id><published>2008-11-18T22:16:00Z</published><updated>2008-11-18T22:16:00Z</updated><content type="html">Have you seen all the recent articles, videos, &amp;amp; samples for Integration Services? In the future, we hope to offer you an RSS feed for this purpose, but we&amp;#39;re not there yet. For now, I hope that you find this list useful, especially since it was painfully tedious to create! (Note: When I look at this blog posting in Internet Explorer, I get an unexpected warning from the IE Phishing filter...probably because of all the hyperlinks set to open in a new window. I can reassure you that the only...(&lt;a href="http://dougbert.com/blogs/dougbert/archive/2008/11/18/see-all-the-ssis-new-articles-videos-amp-samples-from-microsoft.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dougbert.com/aggbug.aspx?PostID=565" width="1" height="1"&gt;</content><author><name>dougbert</name><uri>http://dougbert.com/members/dougbert/default.aspx</uri></author><category term="sample" scheme="http://dougbert.com/blogs/dougbert/archive/tags/sample/default.aspx" /><category term="videos" scheme="http://dougbert.com/blogs/dougbert/archive/tags/videos/default.aspx" /><category term="article" scheme="http://dougbert.com/blogs/dougbert/archive/tags/article/default.aspx" /></entry><entry><title>Your vote on Microsoft Connect influenced SQL Server 2008 Service Pack 1</title><link rel="alternate" type="text/html" href="/blogs/dougbert/archive/2008/11/14/your-vote-on-microsoft-connect-influenced-sql-server-2008-service-pack-1.aspx" /><id>/blogs/dougbert/archive/2008/11/14/your-vote-on-microsoft-connect-influenced-sql-server-2008-service-pack-1.aspx</id><published>2008-11-14T23:22:00Z</published><updated>2008-11-14T23:22:00Z</updated><content type="html">Your vote counts on Microsoft Connect! The SQL Server product team looked closely at Connect bugs from our customers to plan the fixes that will be included in SQL Server 2008 Service Pack 1. After setting aside feature requests (DCRs), they started at the top of bugs with the most votes, and worked their way down (in number of votes) until they reached the limit of what can realistically be fixed in time for SP1. It was time and resources that decided the number of bugs to fix, not a predetermined...(&lt;a href="http://dougbert.com/blogs/dougbert/archive/2008/11/14/your-vote-on-microsoft-connect-influenced-sql-server-2008-service-pack-1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dougbert.com/aggbug.aspx?PostID=553" width="1" height="1"&gt;</content><author><name>dougbert</name><uri>http://dougbert.com/members/dougbert/default.aspx</uri></author><category term="Connect" scheme="http://dougbert.com/blogs/dougbert/archive/tags/Connect/default.aspx" /></entry><entry><title>Add logging to the Data Profiling Task</title><link rel="alternate" type="text/html" href="/blogs/dougbert/archive/2008/11/11/add-logging-to-the-data-profiling-task.aspx" /><id>/blogs/dougbert/archive/2008/11/11/add-logging-to-the-data-profiling-task.aspx</id><published>2008-11-11T22:27:00Z</published><updated>2008-11-11T22:27:00Z</updated><content type="html">Yesterday I was on a call where we looked at a few usability requests for the Data Profiling Task that didn&amp;#39;t make it into RTM. One such request was task-specific logging. Surprise! The attentive developer at Microsoft Research had added it at the last moment, and few people had noticed. So this feature is not mentioned in BOL. Enabling task-specific logging for the Data Profiling task There&amp;#39;s a DataProfilingTaskTrace logging event that&amp;#39;s unique to this task that you want to enable, to...(&lt;a href="http://dougbert.com/blogs/dougbert/archive/2008/11/11/add-logging-to-the-data-profiling-task.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dougbert.com/aggbug.aspx?PostID=545" width="1" height="1"&gt;</content><author><name>dougbert</name><uri>http://dougbert.com/members/dougbert/default.aspx</uri></author><category term="data profiling task" scheme="http://dougbert.com/blogs/dougbert/archive/tags/data+profiling+task/default.aspx" /></entry><entry><title>Learn more about using Change Data Capture (CDC) in SSIS 2008</title><link rel="alternate" type="text/html" href="/blogs/dougbert/archive/2008/11/10/learn-more-about-using-change-data-capture-cdc-in-ssis-2008.aspx" /><id>/blogs/dougbert/archive/2008/11/10/learn-more-about-using-change-data-capture-cdc-in-ssis-2008.aspx</id><published>2008-11-11T00:11:00Z</published><updated>2008-11-11T00:11:00Z</updated><content type="html">SQL Server 2008 Enterprise includes the new Change Data Capture feature, or CDC, largely intended for use by ETL developers performing incremental loads of a data warehouse. With CDC, you can easily identify rows that have been inserted, updated, or deleted -- no more need for complex queries and other custom solutions! The other day I promised links to some resources, and now they&amp;#39;re finally all online. Try the 2 new end-to-end samples on Codeplex Sandra Ward, the developer of CDC, has done...(&lt;a href="http://dougbert.com/blogs/dougbert/archive/2008/11/10/learn-more-about-using-change-data-capture-cdc-in-ssis-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dougbert.com/aggbug.aspx?PostID=542" width="1" height="1"&gt;</content><author><name>dougbert</name><uri>http://dougbert.com/members/dougbert/default.aspx</uri></author><category term="cdc" scheme="http://dougbert.com/blogs/dougbert/archive/tags/cdc/default.aspx" /><category term="change data capture" scheme="http://dougbert.com/blogs/dougbert/archive/tags/change+data+capture/default.aspx" /></entry><entry><title>InfoWorld praises Lookup caching, CDC in SSIS 2008</title><link rel="alternate" type="text/html" href="/blogs/dougbert/archive/2008/11/05/infoworld-praises-lookup-caching-cdc-in-ssis-2008.aspx" /><id>/blogs/dougbert/archive/2008/11/05/infoworld-praises-lookup-caching-cdc-in-ssis-2008.aspx</id><published>2008-11-05T18:03:00Z</published><updated>2008-11-05T18:03:00Z</updated><content type="html">Read what Sean McCown of InfoWord says about the benefits of Lookup caching and Change Data Capture for the enterprise. &amp;quot;Microsoft has taken some big steps to ensure that SSIS (SQL Server Integration Services) can compete directly with competitors such as Informatica by offering lookup caching and CDC. ...both lookup caching and CDC can improve the speed of loads by orders of magnitude.&amp;quot; InfoWorld praises Lookup caching, CDC in SSIS 2008 How can you learn more about the new features in...(&lt;a href="http://dougbert.com/blogs/dougbert/archive/2008/11/05/infoworld-praises-lookup-caching-cdc-in-ssis-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dougbert.com/aggbug.aspx?PostID=538" width="1" height="1"&gt;</content><author><name>dougbert</name><uri>http://dougbert.com/members/dougbert/default.aspx</uri></author><category term="lookup" scheme="http://dougbert.com/blogs/dougbert/archive/tags/lookup/default.aspx" /><category term="cdc" scheme="http://dougbert.com/blogs/dougbert/archive/tags/cdc/default.aspx" /></entry><entry><title>Check out the new Integration Services portal page on MSDN</title><link rel="alternate" type="text/html" href="/blogs/dougbert/archive/2008/11/03/check-out-the-new-integration-services-portal-page-on-msdn.aspx" /><id>/blogs/dougbert/archive/2008/11/03/check-out-the-new-integration-services-portal-page-on-msdn.aspx</id><published>2008-11-04T00:31:00Z</published><updated>2008-11-04T00:31:00Z</updated><content type="html">When you visit the Integration Services page on MSDN or TechNet, you now get fresh and useful links that include community content, rather than a stale set of links to Books Online topics. Here on the Integration Services team, we&amp;#39;re happy to be the first SQL Server feature to showcase the new look. Please check it out! SQL Server 2008 &amp;ndash; Integration Services on MSDN This page is for you and fellow ETL developers. Use the Feedback link in the upper right to tell us what you like and don&amp;#39;t...(&lt;a href="http://dougbert.com/blogs/dougbert/archive/2008/11/03/check-out-the-new-integration-services-portal-page-on-msdn.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dougbert.com/aggbug.aspx?PostID=535" width="1" height="1"&gt;</content><author><name>dougbert</name><uri>http://dougbert.com/members/dougbert/default.aspx</uri></author><category term="portal" scheme="http://dougbert.com/blogs/dougbert/archive/tags/portal/default.aspx" /><category term="msdn" scheme="http://dougbert.com/blogs/dougbert/archive/tags/msdn/default.aspx" /></entry><entry><title>ETL in the cloud, or just for the cloud?</title><link rel="alternate" type="text/html" href="/blogs/dougbert/archive/2008/10/27/etl-in-the-cloud-or-just-for-the-cloud.aspx" /><id>/blogs/dougbert/archive/2008/10/27/etl-in-the-cloud-or-just-for-the-cloud.aspx</id><published>2008-10-27T21:48:00Z</published><updated>2008-10-27T21:48:00Z</updated><content type="html">Lots of comments today about PDC and the Microsoft executives discussing Windows Azure, the new platform for cloud computing. &amp;quot;Everyone&amp;quot; - that is, Matthew Roche and Jamie Thomson - noticed (without even being present!) the &amp;quot;ETL&amp;quot; on Bob Muglia&amp;#39;s slide, which it&amp;#39;s now my turn to borrow: Do folks really want ETL *in* the cloud? That will be interesting to see. If you&amp;#39;re interested in ETL *to or from* the cloud today, don&amp;#39;t miss the SQL Server Data Services Connectors...(&lt;a href="http://dougbert.com/blogs/dougbert/archive/2008/10/27/etl-in-the-cloud-or-just-for-the-cloud.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dougbert.com/aggbug.aspx?PostID=531" width="1" height="1"&gt;</content><author><name>dougbert</name><uri>http://dougbert.com/members/dougbert/default.aspx</uri></author><category term="sample" scheme="http://dougbert.com/blogs/dougbert/archive/tags/sample/default.aspx" /><category term="cloud" scheme="http://dougbert.com/blogs/dougbert/archive/tags/cloud/default.aspx" /></entry><entry><title>Didn't make it to the recent Microsoft BI Conference?</title><link rel="alternate" type="text/html" href="/blogs/dougbert/archive/2008/10/21/didn-t-make-it-to-the-recent-microsoft-bi-conference.aspx" /><id>/blogs/dougbert/archive/2008/10/21/didn-t-make-it-to-the-recent-microsoft-bi-conference.aspx</id><published>2008-10-21T23:33:00Z</published><updated>2008-10-21T23:33:00Z</updated><content type="html">Well, you saved a ton of money, but missed a lot of fascinating presentations. Each hour brought another panicked decision over which talk to choose, from the several available tracks. (Except when Donald Farmer&amp;#39;s title promised to make me &amp;quot;cool, smart, and sexy&amp;quot; by hearing about the Data Mining Add-ins for Excel.) But all is not lost! Content from many of the Integration Services presentations is, or will soon be, available... Official SSIS team blogger Matt Masson presented on &amp;quot;...(&lt;a href="http://dougbert.com/blogs/dougbert/archive/2008/10/21/didn-t-make-it-to-the-recent-microsoft-bi-conference.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dougbert.com/aggbug.aspx?PostID=527" width="1" height="1"&gt;</content><author><name>dougbert</name><uri>http://dougbert.com/members/dougbert/default.aspx</uri></author><category term="article" scheme="http://dougbert.com/blogs/dougbert/archive/tags/article/default.aspx" /></entry><entry><title>MSDN publishes first 2 articles by Integration Services product vendors</title><link rel="alternate" type="text/html" href="/blogs/dougbert/archive/2008/10/21/msdn-publishes-first-2-articles-by-integration-services-product-vendors.aspx" /><id>/blogs/dougbert/archive/2008/10/21/msdn-publishes-first-2-articles-by-integration-services-product-vendors.aspx</id><published>2008-10-21T23:14:00Z</published><updated>2008-10-21T23:14:00Z</updated><content type="html">MSDN/TechNet has just published 2 new articles by third-party vendors of commercial products that work with, or complement, SQL Server Integration Services. In Extending Integration Services with the Script Task and Script Task Plus , Ivan Peev of CozyRoc talks about the built-in Script task, then discusses the additional features provided by Script Task Plus, a component that&amp;#39;s included in the SSIS+ library from CozyRoc. For example, Script Task Plus lets you reuse the same script easily in...(&lt;a href="http://dougbert.com/blogs/dougbert/archive/2008/10/21/msdn-publishes-first-2-articles-by-integration-services-product-vendors.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dougbert.com/aggbug.aspx?PostID=526" width="1" height="1"&gt;</content><author><name>dougbert</name><uri>http://dougbert.com/members/dougbert/default.aspx</uri></author><category term="article" scheme="http://dougbert.com/blogs/dougbert/archive/tags/article/default.aspx" /><category term="vendor" scheme="http://dougbert.com/blogs/dougbert/archive/tags/vendor/default.aspx" /></entry><entry><title>Connectors now available for SAP BI, Oracle, and Teradata</title><link rel="alternate" type="text/html" href="/blogs/dougbert/archive/2008/10/21/connectors-now-available-for-sap-bi-oracle-and-teradata.aspx" /><id>/blogs/dougbert/archive/2008/10/21/connectors-now-available-for-sap-bi-oracle-and-teradata.aspx</id><published>2008-10-21T23:03:00Z</published><updated>2008-10-21T23:03:00Z</updated><content type="html">Both of the promised post-RTM packages of connectors for use with SQL Server 2008 Enterprise and Developer are now available for download, since last Friday&amp;#39;s release of the October Feature Pack that contains the SAP BI connector. Each set consists of a connection manager, source, and destination, and is available in both 32-bit and 64-bit versions. In both cases, Microsoft took advantage of the existing expertise of third-party companies to develop these high-performance connectivity components...(&lt;a href="http://dougbert.com/blogs/dougbert/archive/2008/10/21/connectors-now-available-for-sap-bi-oracle-and-teradata.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dougbert.com/aggbug.aspx?PostID=525" width="1" height="1"&gt;</content><author><name>dougbert</name><uri>http://dougbert.com/members/dougbert/default.aspx</uri></author><category term="SAP" scheme="http://dougbert.com/blogs/dougbert/archive/tags/SAP/default.aspx" /><category term="teradata" scheme="http://dougbert.com/blogs/dougbert/archive/tags/teradata/default.aspx" /><category term="connectivity" scheme="http://dougbert.com/blogs/dougbert/archive/tags/connectivity/default.aspx" /><category term="oracle" scheme="http://dougbert.com/blogs/dougbert/archive/tags/oracle/default.aspx" /><category term="download" scheme="http://dougbert.com/blogs/dougbert/archive/tags/download/default.aspx" /></entry><entry><title>New 10-minute how-to videos on Integration Services</title><link rel="alternate" type="text/html" href="/blogs/dougbert/archive/2008/10/16/new-10-minute-how-to-videos-on-integration-services.aspx" /><id>/blogs/dougbert/archive/2008/10/16/new-10-minute-how-to-videos-on-integration-services.aspx</id><published>2008-10-16T18:30:00Z</published><updated>2008-10-16T18:30:00Z</updated><content type="html">The Integration Services documentation team at Microsoft recently published its very first batch of 10-minute how-to videos. We hope that beginning to intermediate users will find these useful, and we&amp;#39;re pleased to be taking some first steps beyond the written word of BOL. You can find the entire list of 5 Integration Services and 3 Analysis Services videos at this MSDN page for SQL Server Videos . The Integration Services videos are: Creating a Basic Package (SQL Server Video) (This could have...(&lt;a href="http://dougbert.com/blogs/dougbert/archive/2008/10/16/new-10-minute-how-to-videos-on-integration-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dougbert.com/aggbug.aspx?PostID=520" width="1" height="1"&gt;</content><author><name>dougbert</name><uri>http://dougbert.com/members/dougbert/default.aspx</uri></author><category term="data mining" scheme="http://dougbert.com/blogs/dougbert/archive/tags/data+mining/default.aspx" /><category term="videos" scheme="http://dougbert.com/blogs/dougbert/archive/tags/videos/default.aspx" /><category term="Analysis Services" scheme="http://dougbert.com/blogs/dougbert/archive/tags/Analysis+Services/default.aspx" /></entry><entry><title>Setting an expression dynamically</title><link rel="alternate" type="text/html" href="/blogs/dougbert/archive/2008/10/11/setting-an-expression-dynamically.aspx" /><id>/blogs/dougbert/archive/2008/10/11/setting-an-expression-dynamically.aspx</id><published>2008-10-11T23:53:00Z</published><updated>2008-10-11T23:53:00Z</updated><content type="html">Former Integration Services developer Michael Entin recently responded to an interesting question on the internal SSIS discussion list at Microsoft. The user was asking: How can I assign the expression [in this case, for the Derived Column transformation] dynamically at run time? The intuitive but less-than-obvious answer is...use an expression to set the expression! This lets you put your expression in a string variable such as @User::DerivationRule , and assign that by using an expression to the...(&lt;a href="http://dougbert.com/blogs/dougbert/archive/2008/10/11/setting-an-expression-dynamically.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dougbert.com/aggbug.aspx?PostID=518" width="1" height="1"&gt;</content><author><name>dougbert</name><uri>http://dougbert.com/members/dougbert/default.aspx</uri></author></entry><entry><title>The first Integration Services 2008 book is now available</title><link rel="alternate" type="text/html" href="/blogs/dougbert/archive/2008/10/09/the-first-integration-services-2008-book-is-now-available.aspx" /><id>/blogs/dougbert/archive/2008/10/09/the-first-integration-services-2008-book-is-now-available.aspx</id><published>2008-10-09T22:53:00Z</published><updated>2008-10-09T22:53:00Z</updated><content type="html">http://www.amazon.com/gp/product/0470247959/ Professional Microsoft SQL Server 2008 Integration Services by SQL Server MVPs Brian Knight and Erik Veerman, our own broadly smiling Grant Dickinson, and industry experts Douglas Hinson and Darren Herbold At this writing, US $31.49 on Amazon.com and in stock. Although this is the 2008 update to the 2005 version of the book, it has been massively updated with new material. It has also been carefully tech reviewed by yours truly and several other members...(&lt;a href="http://dougbert.com/blogs/dougbert/archive/2008/10/09/the-first-integration-services-2008-book-is-now-available.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dougbert.com/aggbug.aspx?PostID=516" width="1" height="1"&gt;</content><author><name>dougbert</name><uri>http://dougbert.com/members/dougbert/default.aspx</uri></author><category term="2008" scheme="http://dougbert.com/blogs/dougbert/archive/tags/2008/default.aspx" /><category term="books" scheme="http://dougbert.com/blogs/dougbert/archive/tags/books/default.aspx" /></entry><entry><title>New "social bookmarking" features on MSDN &amp; TechNet</title><link rel="alternate" type="text/html" href="/blogs/dougbert/archive/2008/09/10/new-quot-social-bookmarking-quot-features-on-msdn-amp-technet.aspx" /><id>/blogs/dougbert/archive/2008/09/10/new-quot-social-bookmarking-quot-features-on-msdn-amp-technet.aspx</id><published>2008-09-10T17:47:00Z</published><updated>2008-09-10T17:47:00Z</updated><content type="html">I thought you might want to take a look at this blog posting - Launched: Social Bookmarking V1 on MSDN and TechNet - although I haven&amp;#39;t had the leisure to explore it yet myself. The stated goal is: &amp;quot; These new sites, which have been available in preview since May 2008, make it easy for Microsoft&amp;#39;s enormous technical community to help each other discover the best resources on any topic from across the web. &amp;quot; The documentation team is frequently and painfully reminded that discoverability...(&lt;a href="http://dougbert.com/blogs/dougbert/archive/2008/09/10/new-quot-social-bookmarking-quot-features-on-msdn-amp-technet.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dougbert.com/aggbug.aspx?PostID=504" width="1" height="1"&gt;</content><author><name>dougbert</name><uri>http://dougbert.com/members/dougbert/default.aspx</uri></author></entry><entry><title>New MSDN articles on Integration Services deployment and performance</title><link rel="alternate" type="text/html" href="/blogs/dougbert/archive/2008/09/03/new-msdn-articles-on-integration-service-deployment-and-performance.aspx" /><id>/blogs/dougbert/archive/2008/09/03/new-msdn-articles-on-integration-service-deployment-and-performance.aspx</id><published>2008-09-03T17:41:00Z</published><updated>2008-09-03T17:41:00Z</updated><content type="html">The Microsoft MVPs and consultants who spend every day implementing real-world solutions with SQL Server Integration Services gain a wealth of practical knowledge that even the development team can&amp;#39;t match. So we&amp;#39;re very pleased to announce a first batch of articles in the MSDN Library from these experts, on the pressing issues of package deployment and performance. These aren&amp;#39;t &amp;quot;buy our product&amp;quot; or &amp;quot;admire our benchmarks&amp;quot; whitepapers...these are bundles of best practices...(&lt;a href="http://dougbert.com/blogs/dougbert/archive/2008/09/03/new-msdn-articles-on-integration-service-deployment-and-performance.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dougbert.com/aggbug.aspx?PostID=286" width="1" height="1"&gt;</content><author><name>dougbert</name><uri>http://dougbert.com/members/dougbert/default.aspx</uri></author><category term="mvp" scheme="http://dougbert.com/blogs/dougbert/archive/tags/mvp/default.aspx" /><category term="performance" scheme="http://dougbert.com/blogs/dougbert/archive/tags/performance/default.aspx" /><category term="deployment" scheme="http://dougbert.com/blogs/dougbert/archive/tags/deployment/default.aspx" /></entry></feed>