<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>RDA Corp - Business Intelligence and SQL Server</title>
<link>http://www.beyeblogs.com/rda_corp/</link>
<description></description>
<language>en</language>
<copyright>Copyright 2008</copyright>
<lastBuildDate>Wed, 12 Nov 2008 16:39:00 -0700</lastBuildDate>
<generator>http://www.movabletype.org/?v=3.33</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 


<item>
<title></title>
<description><![CDATA[If you are writing additional code to satisfy regulatory compliance or auditing requirements, consider new features of SQL Server 2008. Perhaps your custom applications must support compliance with HIPAA, OFCCP, or other regulations. You may be saving additional copies of your data in the database to satisfy those regulations.<br /><br />Enter SQL Server 2008, assuming it's easy for you to upgrade to that latest release (and it probably is, if you are already on SQL Server 2005). Its new <a href="http://msdn.microsoft.com/en-us/library/cc645937.aspx">Change Data Capture</a> (CDC) feature copies the data for the tables you specify. While designed to support ETL processes for efficient loading of data warehouses or marts, it can serve well in scenarios where much of the data changes must be captured and stored in separate tables. Here's a data flow diagram in data warehousing scenario:<br /><a href="http://3.bp.blogspot.com/_Bh5FeAzGavE/SRw7z9pl46I/AAAAAAAAAAU/NMwDzocalZ0/s1600-h/CDC.gif"><img id="BLOGGER_PHOTO_ID_5268151428025017250" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 191px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_Bh5FeAzGavE/SRw7z9pl46I/AAAAAAAAAAU/NMwDzocalZ0/s320/CDC.gif" border="0" /></a><br /><p>Also, a Channel 9 webcast goes into <a href="http://channel9.msdn.com/posts/ashishjaiman/CDC-Change-Data-Capture-SQL-Server-2008/">technical details about setting up and using CDC</a>, but this is what's in it for you:</p><ul><li>If you use CDC you can forget about writing and maintaining additional code just for compliance purpose.</li><li>You stop worrying whether your additional database updates slow down the performance of core functions, as CDC tracks data asynchronously. (If you have doubts about performance check out this case study about <a href="http://www.microsoft.com/web/content.aspx?id=case-study-orf-austrian-broadcasting-corporation">Austrian sports broadcasters</a>.)</li><li>You don't have to prove to anyone that your compliance code does what it's supposed to, as you can point to the well-defined and published features of your database that you simply turn on.</li><li>You can reliably access captured data in a relational format. Already there are tools that help you manage the data from CDC: <a href="http://www.codeplex.com/CDCHelper">http://www.codeplex.com/CDCHelper</a>.</li></ul><p>On the other hand, you may not need to save detailed history of all updates to your data. Perhaps you only need to know that data in certain columns changed or track the user making the changes. Then consider Change Tracking or Auditing features of SQL Server 2008.</p><p>]]></description>
<link>http://www.beyeblogs.com/rda_corp/archive/2008/11/if_you_are_writ_3.php</link>
<guid>http://www.beyeblogs.com/rda_corp/archive/2008/11/if_you_are_writ_3.php</guid>
<category></category>
<pubDate>Wed, 12 Nov 2008 16:39:00 -0700</pubDate>
</item>

<item>
<title></title>
<description><![CDATA[If you are writing additional code to satisfy regulatory compliance or auditing requirements, consider new features of SQL Server 2008. Perhaps your custom applications must support compliance with HIPAA, OFCCP, or other regulations. You may be saving additional copies of your data in the database to satisfy those regulations.<br /><br />Enter SQL Server 2008, assuming it's easy for you to upgrade to that latest release (and it probably is, if you are already on SQL Server 2005). Its new <a href="http://msdn.microsoft.com/en-us/library/cc645937.aspx">Change Data Capture</a> (CDC) feature copies the data for the tables you specify. While designed to support ETL processes for efficient loading of data warehouses or marts, it can serve well in scenarios where much of the data changes must be captured and stored in separate tables. Here's a data flow diagram in data warehousing scenario:<br /><a href="http://3.bp.blogspot.com/_Bh5FeAzGavE/SRw7z9pl46I/AAAAAAAAAAU/NMwDzocalZ0/s1600-h/CDC.gif"><img id="BLOGGER_PHOTO_ID_5268151428025017250" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 191px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_Bh5FeAzGavE/SRw7z9pl46I/AAAAAAAAAAU/NMwDzocalZ0/s320/CDC.gif" border="0" /></a><br /><p>Also, a Channel 9 webcast goes into <a href="http://channel9.msdn.com/posts/ashishjaiman/CDC-Change-Data-Capture-SQL-Server-2008/">technical details about setting up and using CDC</a>, but this is what's in it for you:</p><ul><li>If you use CDC you can forget about writing and maintaining additional code just for compliance purpose.</li><li>You stop worrying whether your additional database updates slow down the performance of core functions, as CDC tracks data asynchronously. (If you have doubts about performance check out this case study about <a href="http://www.microsoft.com/web/content.aspx?id=case-study-orf-austrian-broadcasting-corporation">Austrian sports broadcasters</a>.)</li><li>You don't have to prove to anyone that your compliance code does what it's supposed to, as you can point to the well-defined and published features of your database that you simply turn on.</li><li>You can reliably access captured data in a relational format. Already there are tools that help you manage the data from CDC: <a href="http://www.codeplex.com/CDCHelper">http://www.codeplex.com/CDCHelper</a>.</li></ul><p>On the other hand, you may not need to save detailed history of all updates to your data. Perhaps you only need to know that data in certain columns changed or track the user making the changes. Then consider Change Tracking or Auditing features of SQL Server 2008.</p><p>]]></description>
<link>http://www.beyeblogs.com/rda_corp/archive/2008/11/if_you_are_writ_1.php</link>
<guid>http://www.beyeblogs.com/rda_corp/archive/2008/11/if_you_are_writ_1.php</guid>
<category></category>
<pubDate>Wed, 12 Nov 2008 16:39:00 -0700</pubDate>
</item>

<item>
<title></title>
<description><![CDATA[If you are writing additional code to satisfy regulatory compliance or auditing requirements, consider new features of SQL Server 2008. Perhaps your custom applications must support compliance with HIPAA, OFCCP, or other regulations. You may be saving additional copies of your data in the database to satisfy those regulations.<br /><br />Enter SQL Server 2008, assuming it's easy for you to upgrade to that latest release (and it probably is, if you are already on SQL Server 2005). Its new <a href="http://msdn.microsoft.com/en-us/library/cc645937.aspx">Change Data Capture</a> (CDC) feature copies the data for the tables you specify. While designed to support ETL processes for efficient loading of data warehouses or marts, it can serve well in scenarios where much of the data changes must be captured and stored in separate tables. Here's a data flow diagram in data warehousing scenario:<br /><a href="http://3.bp.blogspot.com/_Bh5FeAzGavE/SRw7z9pl46I/AAAAAAAAAAU/NMwDzocalZ0/s1600-h/CDC.gif"><img id="BLOGGER_PHOTO_ID_5268151428025017250" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 191px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_Bh5FeAzGavE/SRw7z9pl46I/AAAAAAAAAAU/NMwDzocalZ0/s320/CDC.gif" border="0" /></a><br /><p>Also, a Channel 9 webcast goes into <a href="http://channel9.msdn.com/posts/ashishjaiman/CDC-Change-Data-Capture-SQL-Server-2008/">technical details about setting up and using CDC</a>, but this is what's in it for you:</p><ul><li>If you use CDC you can forget about writing and maintaining additional code just for compliance purpose.</li><li>You stop worrying whether your additional database updates slow down the performance of core functions, as CDC tracks data asynchronously. (If you have doubts about performance check out this case study about <a href="http://www.microsoft.com/web/content.aspx?id=case-study-orf-austrian-broadcasting-corporation">Austrian sports broadcasters</a>.)</li><li>You don't have to prove to anyone that your compliance code does what it's supposed to, as you can point to the well-defined and published features of your database that you simply turn on.</li><li>You can reliably access captured data in a relational format. Already there are tools that help you manage the data from CDC: <a href="http://www.codeplex.com/CDCHelper">http://www.codeplex.com/CDCHelper</a>.</li></ul><p>On the other hand, you may not need to save detailed history of all updates to your data. Perhaps you only need to know that data in certain columns changed or track the user making the changes. Then consider Change Tracking or Auditing features of SQL Server 2008.</p><p>]]></description>
<link>http://www.beyeblogs.com/rda_corp/archive/2008/11/if_you_are_writ.php</link>
<guid>http://www.beyeblogs.com/rda_corp/archive/2008/11/if_you_are_writ.php</guid>
<category></category>
<pubDate>Wed, 12 Nov 2008 16:39:00 -0700</pubDate>
</item>

<item>
<title></title>
<description><![CDATA[If you are writing additional code to satisfy regulatory compliance or auditing requirements, consider new features of SQL Server 2008. Perhaps your custom applications must support compliance with HIPAA, OFCCP, or other regulations. You may be saving additional copies of your data in the database to satisfy those regulations.<br /><br />Enter SQL Server 2008, assuming it's easy for you to upgrade to that latest release (and it probably is, if you are already on SQL Server 2005). Its new <a href="http://msdn.microsoft.com/en-us/library/cc645937.aspx">Change Data Capture</a> (CDC) feature copies the data for the tables you specify. While designed to support ETL processes for efficient loading of data warehouses or marts, it can serve well in scenarios where much of the data changes must be captured and stored in separate tables. Here's a data flow diagram in data warehousing scenario:<br /><a href="http://3.bp.blogspot.com/_Bh5FeAzGavE/SRw7z9pl46I/AAAAAAAAAAU/NMwDzocalZ0/s1600-h/CDC.gif"><img id="BLOGGER_PHOTO_ID_5268151428025017250" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 191px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_Bh5FeAzGavE/SRw7z9pl46I/AAAAAAAAAAU/NMwDzocalZ0/s320/CDC.gif" border="0" /></a><br /><p>Also, a Channel 9 webcast goes into <a href="http://channel9.msdn.com/posts/ashishjaiman/CDC-Change-Data-Capture-SQL-Server-2008/">technical details about setting up and using CDC</a>, but this is what's in it for you:</p><ul><li>If you use CDC you can forget about writing and maintaining additional code just for compliance purpose.</li><li>You stop worrying whether your additional database updates slow down the performance of core functions, as CDC tracks data asynchronously. (If you have doubts about performance check out this case study about <a href="http://www.microsoft.com/web/content.aspx?id=case-study-orf-austrian-broadcasting-corporation">Austrian sports broadcasters</a>.)</li><li>You don't have to prove to anyone that your compliance code does what it's supposed to, as you can point to the well-defined and published features of your database that you simply turn on.</li><li>You can reliably access captured data in a relational format. Already there are tools that help you manage the data from CDC: <a href="http://www.codeplex.com/CDCHelper">http://www.codeplex.com/CDCHelper</a>.</li></ul><p>On the other hand, you may not need to save detailed history of all updates to your data. Perhaps you only need to know that data in certain columns changed or track the user making the changes. Then consider Change Tracking or Auditing features of SQL Server 2008.</p><p>]]></description>
<link>http://www.beyeblogs.com/rda_corp/archive/2008/11/if_you_are_writ_2.php</link>
<guid>http://www.beyeblogs.com/rda_corp/archive/2008/11/if_you_are_writ_2.php</guid>
<category></category>
<pubDate>Wed, 12 Nov 2008 16:39:00 -0700</pubDate>
</item>

<item>
<title>Hand off your change tracking or auditing requirements to SQL Server 2008</title>
<description><![CDATA[If you are writing additional code to satisfy regulatory compliance or auditing requirements, consider new features of SQL Server 2008. Perhaps your custom applications must support compliance with HIPAA, OFCCP, or other regulations. You may be saving additional copies of your data in the database to satisfy those regulations.<br /><br />Enter SQL Server 2008, assuming it's easy for you to upgrade to that latest release (and it probably is, if you are already on SQL Server 2005). Its new <a href="http://msdn.microsoft.com/en-us/library/cc645937.aspx">Change Data Capture</a> (CDC) feature copies the data for the tables you specify. While designed to support ETL processes for efficient loading of data warehouses or marts, it can serve well in scenarios where much of the data changes must be captured and stored in separate tables. Here's a data flow diagram in data warehousing scenario:<br /><a href="http://3.bp.blogspot.com/_Bh5FeAzGavE/SRw7z9pl46I/AAAAAAAAAAU/NMwDzocalZ0/s1600-h/CDC.gif"><img id="BLOGGER_PHOTO_ID_5268151428025017250" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 191px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_Bh5FeAzGavE/SRw7z9pl46I/AAAAAAAAAAU/NMwDzocalZ0/s320/CDC.gif" border="0" /></a><br /><p>Also, a Channel 9 webcast goes into <a href="http://channel9.msdn.com/posts/ashishjaiman/CDC-Change-Data-Capture-SQL-Server-2008/">technical details about setting up and using CDC</a>, but this is what's in it for you:</p><ul><li>If you use CDC you can forget about writing and maintaining additional code just for compliance purpose.</li><li>You stop worrying whether your additional database updates slow down the performance of core functions, as CDC tracks data asynchronously. (If you have doubts about performance check out this case study about <a href="http://www.microsoft.com/web/content.aspx?id=case-study-orf-austrian-broadcasting-corporation">Austrian sports broadcasters</a>.)</li><li>You don't have to prove to anyone that your compliance code does what it's supposed to, as you can point to the well-defined and published features of your database that you simply turn on.</li><li>You can reliably access captured data in a relational format. Already there are tools that help you manage the data from CDC: <a href="http://www.codeplex.com/CDCHelper">http://www.codeplex.com/CDCHelper</a>.</li></ul><p>On the other hand, you may not need to save detailed history of all updates to your data. Perhaps you only need to know that data in certain columns changed or track the user making the changes. Then consider Change Tracking or Auditing features of SQL Server 2008.</p><p>]]></description>
<link>http://www.beyeblogs.com/rda_corp/archive/2008/11/hand_off_your_c.php</link>
<guid>http://www.beyeblogs.com/rda_corp/archive/2008/11/hand_off_your_c.php</guid>
<category></category>
<pubDate>Wed, 12 Nov 2008 16:39:00 -0700</pubDate>
</item>

<item>
<title></title>
<description><![CDATA[If you are writing additional code to satisfy regulatory compliance or auditing requirements, consider new features of SQL Server 2008. Perhaps your custom applications must support compliance with HIPAA, OFCCP, or other regulations. You may be saving additional copies of your data in the database to satisfy those regulations.<br /><br />Enter SQL Server 2008, assuming it's easy for you to upgrade to that latest release (and it probably is, if you are already on SQL Server 2005). Its new <a href="http://msdn.microsoft.com/en-us/library/cc645937.aspx">Change Data Capture</a> (CDC) feature copies the data for the tables you specify. While designed to support ETL processes for efficient loading of data warehouses or marts, it can serve well in scenarios where much of the data changes must be captured and stored in separate tables. Here's a data flow diagram in data warehousing scenario:<br /><a href="http://3.bp.blogspot.com/_Bh5FeAzGavE/SRw7z9pl46I/AAAAAAAAAAU/NMwDzocalZ0/s1600-h/CDC.gif"><img id="BLOGGER_PHOTO_ID_5268151428025017250" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 191px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_Bh5FeAzGavE/SRw7z9pl46I/AAAAAAAAAAU/NMwDzocalZ0/s320/CDC.gif" border="0" /></a><br /><p>Also, a Channel 9 webcast goes into <a href="http://channel9.msdn.com/posts/ashishjaiman/CDC-Change-Data-Capture-SQL-Server-2008/">technical details about setting up and using CDC</a>, but this is what's in it for you:</p><ul><li>If you use CDC you can forget about writing and maintaining additional code just for compliance purpose.</li><li>You stop worrying whether your additional database updates slow down the performance of core functions, as CDC tracks data asynchronously. (If you have doubts about performance check out this case study about <a href="http://www.microsoft.com/web/content.aspx?id=case-study-orf-austrian-broadcasting-corporation">Austrian sports broadcasters</a>.)</li><li>You don't have to prove to anyone that your compliance code does what it's supposed to, as you can point to the well-defined and published features of your database that you simply turn on.</li><li>You can reliably access captured data in a relational format. Already there are tools that help you manage the data from CDC: <a href="http://www.codeplex.com/CDCHelper">http://www.codeplex.com/CDCHelper</a>.</li></ul><p>On the other hand, you may not need to save detailed history of all updates to your data. Perhaps you only need to know that data in certain columns changed or track the user making the changes. Then consider Change Tracking or Auditing features of SQL Server 2008.</p><p>]]></description>
<link>http://www.beyeblogs.com/rda_corp/archive/2008/11/if_you_are_writ_4.php</link>
<guid>http://www.beyeblogs.com/rda_corp/archive/2008/11/if_you_are_writ_4.php</guid>
<category></category>
<pubDate>Wed, 12 Nov 2008 16:39:00 -0700</pubDate>
</item>

<item>
<title>Hand off your change tracking or auditing requirements to SQL Server 2008</title>
<description><![CDATA[If you are writing additional code to satisfy regulatory compliance or auditing requirements, consider new features of SQL Server 2008. Perhaps your custom applications must support compliance with HIPAA, OFCCP, or other regulations. You may be saving additional copies of your data in the database to satisfy those regulations.<br /><br />Enter SQL Server 2008, assuming it's easy for you to upgrade to that latest release (and it probably is, if you are already on SQL Server 2005). Its new <a href="http://msdn.microsoft.com/en-us/library/cc645937.aspx">Change Data Capture</a> (CDC) feature copies the data for the tables you specify. While designed to support ETL processes for efficient loading of data warehouses or marts, it can serve well in scenarios where much of the data changes must be captured and stored in separate tables. Here's a data flow diagram in data warehousing scenario:<br /><a href="http://3.bp.blogspot.com/_Bh5FeAzGavE/SRw7z9pl46I/AAAAAAAAAAU/NMwDzocalZ0/s1600-h/CDC.gif"><img id="BLOGGER_PHOTO_ID_5268151428025017250" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 191px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_Bh5FeAzGavE/SRw7z9pl46I/AAAAAAAAAAU/NMwDzocalZ0/s320/CDC.gif" border="0" /></a><br /><p>Also, a Channel 9 webcast goes into <a href="http://channel9.msdn.com/posts/ashishjaiman/CDC-Change-Data-Capture-SQL-Server-2008/">technical details about setting up and using CDC</a>, but this is what's in it for you:</p><ul><li>If you use CDC you can forget about writing and maintaining additional code just for compliance purpose.</li><li>You stop worrying whether your additional database updates slow down the performance of core functions, as CDC tracks data asynchronously. (If you have doubts about performance check out this case study about <a href="http://www.microsoft.com/web/content.aspx?id=case-study-orf-austrian-broadcasting-corporation">Austrian sports broadcasters</a>.)</li><li>You don't have to prove to anyone that your compliance code does what it's supposed to, as you can point to the well-defined and published features of your database that you simply turn on.</li><li>You can reliably access captured data in a relational format. Already there are tools that help you manage the data from CDC: <a href="http://www.codeplex.com/CDCHelper">http://www.codeplex.com/CDCHelper</a>.</li></ul><p>On the other hand, you may not need to save detailed history of all updates to your data. Perhaps you only need to know that data in certain columns changed or track the user making the changes. Then consider Change Tracking or Auditing features of SQL Server 2008.</p><p>]]></description>
<link>http://www.beyeblogs.com/rda_corp/archive/2008/11/hand_off_your_c_1.php</link>
<guid>http://www.beyeblogs.com/rda_corp/archive/2008/11/hand_off_your_c_1.php</guid>
<category></category>
<pubDate>Wed, 12 Nov 2008 16:39:00 -0700</pubDate>
</item>

<item>
<title>quot</title>
<description><![CDATA[<p>If you produce SSIS packages for a customer, even if that customer is the company you work for, then this tip is for you.</p>  <p>When you create a new SSIS package and start adding items to the design surface you can quickly create a mess if you're not careful.#160; Even if you are careful it is still quite difficult to precisely place the items so that the connecting lines line up.</p>  <p>For example, I quickly created a package which performs some common tasks:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmG__vW2eI/AAAAAAAAAOs/o_2qy5MVQic/s1600-h/SSISPackageBeforeCleanup3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="217" alt="SSIS Package - Before Cleanup" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAF8NyeI/AAAAAAAAAOw/-N4pYtKNYcI/SSISPackageBeforeCleanup_thumb1.png?imgmax=800" width="366" border="0" /></a></p>  <p>As you can see, the various items are positioned on the design surface in a haphazard way.#160; You can spend time dragging the items around until you get a layout that looks better, or you can use the power of the Layout toolbar to assist you.</p>  <p>By default, the Layout toolbar is not displayed in BIDS.#160; To display it, right-click on an empty part of the toolbar and click on Layout (or you can click on Tools | Customize... and click the check box next to Layout):</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAaDAAoI/AAAAAAAAAO0/y_V12X1N0jg/s1600-h/TurnonLayoutToolbar2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="72" alt="Turn on Layout Toolbar" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHAUHayvI/AAAAAAAAAO4/n9Gl3su1v_E/TurnonLayoutToolbar_thumb.png?imgmax=800" width="163" border="0" /></a> </p>  <p>#160; You should see the Layout toolbar displayed:</p>  <p><a href="http://lh4.ggpht.com/_TOeRMKboMMQ/SRmHAn_owiI/AAAAAAAAAO8/QVfrZ4NlZi8/s1600-h/TheLayoutToolbar3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="37" alt="The Layout Toolbar" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHA7j-VHI/AAAAAAAAAPA/Hhyl7XXuMlg/TheLayoutToolbar_thumb1.png?imgmax=800" width="455" border="0" /></a> </p>  <p>To fix the layout of my package, I first selected all of the items.#160; You do this either by clicking on the design surface and dragging the selection box around all of the items or by shift-clicking on each of the items until they are all selected.#160; Look closely at each of the items--one item will have white grab handles and the rest will have black grab handles.#160; The one with the white handles acts as the anchor for the items in the Layout tool bar that act on multiple items.#160; For example, if you click on the Align Lefts button, the left sides of each item will be set to the left position of the anchored item.</p>  <p>I used a combination of Align Lefts, Increase Vertical Spacing, and Make Vertical Spacing Equal to align my items in a vertical column:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHBNbN5tI/AAAAAAAAAPE/DIlln9D1DaE/s1600-h/SSISPackageAfterCleanup2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="244" alt="SSIS Package - After Cleanup" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHBfcm96I/AAAAAAAAAPI/Pu89FSwPNA8/SSISPackageAfterCleanup_thumb.png?imgmax=800" width="131" border="0" /></a> </p>  <p>It took my just a handful of clicks and about 20 seconds to perfectly align the items for a professional look.</p>  <p>If you have auto-sized any of your shapes, you are still in luck.#160; Instead of Align Lefts you can choose Align Centers to keep the arrows straight.</p>  <p>I'm sure that you have your favorite way to lay out your items in your packages, such as a cascading look where the arrows go down, over, and then down again.#160; While that isn't directly supported by the layout toolbar you can still make use of the toolbar to Make Vertical Space Equal after moving your items where you want them.</p>  <p>Leave a comment if you have additional tips for using the Layout toolbar with SSIS packages.</p>  <p>Farewell.</p>  <p>]]></description>
<link>http://www.beyeblogs.com/rda_corp/archive/2008/11/quot_456.php</link>
<guid>http://www.beyeblogs.com/rda_corp/archive/2008/11/quot_456.php</guid>
<category></category>
<pubDate>Tue, 11 Nov 2008 08:22:00 -0700</pubDate>
</item>

<item>
<title>quot</title>
<description><![CDATA[<p>If you produce SSIS packages for a customer, even if that customer is the company you work for, then this tip is for you.</p>  <p>When you create a new SSIS package and start adding items to the design surface you can quickly create a mess if you're not careful.#160; Even if you are careful it is still quite difficult to precisely place the items so that the connecting lines line up.</p>  <p>For example, I quickly created a package which performs some common tasks:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmG__vW2eI/AAAAAAAAAOs/o_2qy5MVQic/s1600-h/SSISPackageBeforeCleanup3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="217" alt="SSIS Package - Before Cleanup" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAF8NyeI/AAAAAAAAAOw/-N4pYtKNYcI/SSISPackageBeforeCleanup_thumb1.png?imgmax=800" width="366" border="0" /></a></p>  <p>As you can see, the various items are positioned on the design surface in a haphazard way.#160; You can spend time dragging the items around until you get a layout that looks better, or you can use the power of the Layout toolbar to assist you.</p>  <p>By default, the Layout toolbar is not displayed in BIDS.#160; To display it, right-click on an empty part of the toolbar and click on Layout (or you can click on Tools | Customize... and click the check box next to Layout):</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAaDAAoI/AAAAAAAAAO0/y_V12X1N0jg/s1600-h/TurnonLayoutToolbar2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="72" alt="Turn on Layout Toolbar" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHAUHayvI/AAAAAAAAAO4/n9Gl3su1v_E/TurnonLayoutToolbar_thumb.png?imgmax=800" width="163" border="0" /></a> </p>  <p>#160; You should see the Layout toolbar displayed:</p>  <p><a href="http://lh4.ggpht.com/_TOeRMKboMMQ/SRmHAn_owiI/AAAAAAAAAO8/QVfrZ4NlZi8/s1600-h/TheLayoutToolbar3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="37" alt="The Layout Toolbar" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHA7j-VHI/AAAAAAAAAPA/Hhyl7XXuMlg/TheLayoutToolbar_thumb1.png?imgmax=800" width="455" border="0" /></a> </p>  <p>To fix the layout of my package, I first selected all of the items.#160; You do this either by clicking on the design surface and dragging the selection box around all of the items or by shift-clicking on each of the items until they are all selected.#160; Look closely at each of the items--one item will have white grab handles and the rest will have black grab handles.#160; The one with the white handles acts as the anchor for the items in the Layout tool bar that act on multiple items.#160; For example, if you click on the Align Lefts button, the left sides of each item will be set to the left position of the anchored item.</p>  <p>I used a combination of Align Lefts, Increase Vertical Spacing, and Make Vertical Spacing Equal to align my items in a vertical column:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHBNbN5tI/AAAAAAAAAPE/DIlln9D1DaE/s1600-h/SSISPackageAfterCleanup2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="244" alt="SSIS Package - After Cleanup" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHBfcm96I/AAAAAAAAAPI/Pu89FSwPNA8/SSISPackageAfterCleanup_thumb.png?imgmax=800" width="131" border="0" /></a> </p>  <p>It took my just a handful of clicks and about 20 seconds to perfectly align the items for a professional look.</p>  <p>If you have auto-sized any of your shapes, you are still in luck.#160; Instead of Align Lefts you can choose Align Centers to keep the arrows straight.</p>  <p>I'm sure that you have your favorite way to lay out your items in your packages, such as a cascading look where the arrows go down, over, and then down again.#160; While that isn't directly supported by the layout toolbar you can still make use of the toolbar to Make Vertical Space Equal after moving your items where you want them.</p>  <p>Leave a comment if you have additional tips for using the Layout toolbar with SSIS packages.</p>  <p>Farewell.</p>  <p>]]></description>
<link>http://www.beyeblogs.com/rda_corp/archive/2008/11/quot_408.php</link>
<guid>http://www.beyeblogs.com/rda_corp/archive/2008/11/quot_408.php</guid>
<category></category>
<pubDate>Tue, 11 Nov 2008 08:22:00 -0700</pubDate>
</item>

<item>
<title>quot</title>
<description><![CDATA[<p>If you produce SSIS packages for a customer, even if that customer is the company you work for, then this tip is for you.</p>  <p>When you create a new SSIS package and start adding items to the design surface you can quickly create a mess if you're not careful.#160; Even if you are careful it is still quite difficult to precisely place the items so that the connecting lines line up.</p>  <p>For example, I quickly created a package which performs some common tasks:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmG__vW2eI/AAAAAAAAAOs/o_2qy5MVQic/s1600-h/SSISPackageBeforeCleanup3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="217" alt="SSIS Package - Before Cleanup" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAF8NyeI/AAAAAAAAAOw/-N4pYtKNYcI/SSISPackageBeforeCleanup_thumb1.png?imgmax=800" width="366" border="0" /></a></p>  <p>As you can see, the various items are positioned on the design surface in a haphazard way.#160; You can spend time dragging the items around until you get a layout that looks better, or you can use the power of the Layout toolbar to assist you.</p>  <p>By default, the Layout toolbar is not displayed in BIDS.#160; To display it, right-click on an empty part of the toolbar and click on Layout (or you can click on Tools | Customize... and click the check box next to Layout):</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAaDAAoI/AAAAAAAAAO0/y_V12X1N0jg/s1600-h/TurnonLayoutToolbar2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="72" alt="Turn on Layout Toolbar" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHAUHayvI/AAAAAAAAAO4/n9Gl3su1v_E/TurnonLayoutToolbar_thumb.png?imgmax=800" width="163" border="0" /></a> </p>  <p>#160; You should see the Layout toolbar displayed:</p>  <p><a href="http://lh4.ggpht.com/_TOeRMKboMMQ/SRmHAn_owiI/AAAAAAAAAO8/QVfrZ4NlZi8/s1600-h/TheLayoutToolbar3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="37" alt="The Layout Toolbar" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHA7j-VHI/AAAAAAAAAPA/Hhyl7XXuMlg/TheLayoutToolbar_thumb1.png?imgmax=800" width="455" border="0" /></a> </p>  <p>To fix the layout of my package, I first selected all of the items.#160; You do this either by clicking on the design surface and dragging the selection box around all of the items or by shift-clicking on each of the items until they are all selected.#160; Look closely at each of the items--one item will have white grab handles and the rest will have black grab handles.#160; The one with the white handles acts as the anchor for the items in the Layout tool bar that act on multiple items.#160; For example, if you click on the Align Lefts button, the left sides of each item will be set to the left position of the anchored item.</p>  <p>I used a combination of Align Lefts, Increase Vertical Spacing, and Make Vertical Spacing Equal to align my items in a vertical column:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHBNbN5tI/AAAAAAAAAPE/DIlln9D1DaE/s1600-h/SSISPackageAfterCleanup2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="244" alt="SSIS Package - After Cleanup" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHBfcm96I/AAAAAAAAAPI/Pu89FSwPNA8/SSISPackageAfterCleanup_thumb.png?imgmax=800" width="131" border="0" /></a> </p>  <p>It took my just a handful of clicks and about 20 seconds to perfectly align the items for a professional look.</p>  <p>If you have auto-sized any of your shapes, you are still in luck.#160; Instead of Align Lefts you can choose Align Centers to keep the arrows straight.</p>  <p>I'm sure that you have your favorite way to lay out your items in your packages, such as a cascading look where the arrows go down, over, and then down again.#160; While that isn't directly supported by the layout toolbar you can still make use of the toolbar to Make Vertical Space Equal after moving your items where you want them.</p>  <p>Leave a comment if you have additional tips for using the Layout toolbar with SSIS packages.</p>  <p>Farewell.</p>  <p>]]></description>
<link>http://www.beyeblogs.com/rda_corp/archive/2008/11/quot_384.php</link>
<guid>http://www.beyeblogs.com/rda_corp/archive/2008/11/quot_384.php</guid>
<category></category>
<pubDate>Tue, 11 Nov 2008 08:22:00 -0700</pubDate>
</item>

<item>
<title>quot</title>
<description><![CDATA[<p>If you produce SSIS packages for a customer, even if that customer is the company you work for, then this tip is for you.</p>  <p>When you create a new SSIS package and start adding items to the design surface you can quickly create a mess if you're not careful.#160; Even if you are careful it is still quite difficult to precisely place the items so that the connecting lines line up.</p>  <p>For example, I quickly created a package which performs some common tasks:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmG__vW2eI/AAAAAAAAAOs/o_2qy5MVQic/s1600-h/SSISPackageBeforeCleanup3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="217" alt="SSIS Package - Before Cleanup" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAF8NyeI/AAAAAAAAAOw/-N4pYtKNYcI/SSISPackageBeforeCleanup_thumb1.png?imgmax=800" width="366" border="0" /></a></p>  <p>As you can see, the various items are positioned on the design surface in a haphazard way.#160; You can spend time dragging the items around until you get a layout that looks better, or you can use the power of the Layout toolbar to assist you.</p>  <p>By default, the Layout toolbar is not displayed in BIDS.#160; To display it, right-click on an empty part of the toolbar and click on Layout (or you can click on Tools | Customize... and click the check box next to Layout):</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAaDAAoI/AAAAAAAAAO0/y_V12X1N0jg/s1600-h/TurnonLayoutToolbar2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="72" alt="Turn on Layout Toolbar" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHAUHayvI/AAAAAAAAAO4/n9Gl3su1v_E/TurnonLayoutToolbar_thumb.png?imgmax=800" width="163" border="0" /></a> </p>  <p>#160; You should see the Layout toolbar displayed:</p>  <p><a href="http://lh4.ggpht.com/_TOeRMKboMMQ/SRmHAn_owiI/AAAAAAAAAO8/QVfrZ4NlZi8/s1600-h/TheLayoutToolbar3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="37" alt="The Layout Toolbar" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHA7j-VHI/AAAAAAAAAPA/Hhyl7XXuMlg/TheLayoutToolbar_thumb1.png?imgmax=800" width="455" border="0" /></a> </p>  <p>To fix the layout of my package, I first selected all of the items.#160; You do this either by clicking on the design surface and dragging the selection box around all of the items or by shift-clicking on each of the items until they are all selected.#160; Look closely at each of the items--one item will have white grab handles and the rest will have black grab handles.#160; The one with the white handles acts as the anchor for the items in the Layout tool bar that act on multiple items.#160; For example, if you click on the Align Lefts button, the left sides of each item will be set to the left position of the anchored item.</p>  <p>I used a combination of Align Lefts, Increase Vertical Spacing, and Make Vertical Spacing Equal to align my items in a vertical column:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHBNbN5tI/AAAAAAAAAPE/DIlln9D1DaE/s1600-h/SSISPackageAfterCleanup2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="244" alt="SSIS Package - After Cleanup" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHBfcm96I/AAAAAAAAAPI/Pu89FSwPNA8/SSISPackageAfterCleanup_thumb.png?imgmax=800" width="131" border="0" /></a> </p>  <p>It took my just a handful of clicks and about 20 seconds to perfectly align the items for a professional look.</p>  <p>If you have auto-sized any of your shapes, you are still in luck.#160; Instead of Align Lefts you can choose Align Centers to keep the arrows straight.</p>  <p>I'm sure that you have your favorite way to lay out your items in your packages, such as a cascading look where the arrows go down, over, and then down again.#160; While that isn't directly supported by the layout toolbar you can still make use of the toolbar to Make Vertical Space Equal after moving your items where you want them.</p>  <p>Leave a comment if you have additional tips for using the Layout toolbar with SSIS packages.</p>  <p>Farewell.</p>  <p>]]></description>
<link>http://www.beyeblogs.com/rda_corp/archive/2008/11/quot_432.php</link>
<guid>http://www.beyeblogs.com/rda_corp/archive/2008/11/quot_432.php</guid>
<category></category>
<pubDate>Tue, 11 Nov 2008 08:22:00 -0700</pubDate>
</item>

<item>
<title>SSIS Package Layout</title>
<description><![CDATA[<p>If you produce SSIS packages for a customer, even if that customer is the company you work for, then this tip is for you.</p>  <p>When you create a new SSIS package and start adding items to the design surface you can quickly create a mess if you're not careful.#160; Even if you are careful it is still quite difficult to precisely place the items so that the connecting lines line up.</p>  <p>For example, I quickly created a package which performs some common tasks:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmG__vW2eI/AAAAAAAAAOs/o_2qy5MVQic/s1600-h/SSISPackageBeforeCleanup3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="217" alt="SSIS Package - Before Cleanup" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAF8NyeI/AAAAAAAAAOw/-N4pYtKNYcI/SSISPackageBeforeCleanup_thumb1.png?imgmax=800" width="366" border="0" /></a></p>  <p>As you can see, the various items are positioned on the design surface in a haphazard way.#160; You can spend time dragging the items around until you get a layout that looks better, or you can use the power of the Layout toolbar to assist you.</p>  <p>By default, the Layout toolbar is not displayed in BIDS.#160; To display it, right-click on an empty part of the toolbar and click on Layout (or you can click on Tools | Customize... and click the check box next to Layout):</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAaDAAoI/AAAAAAAAAO0/y_V12X1N0jg/s1600-h/TurnonLayoutToolbar2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="72" alt="Turn on Layout Toolbar" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHAUHayvI/AAAAAAAAAO4/n9Gl3su1v_E/TurnonLayoutToolbar_thumb.png?imgmax=800" width="163" border="0" /></a> </p>  <p>#160; You should see the Layout toolbar displayed:</p>  <p><a href="http://lh4.ggpht.com/_TOeRMKboMMQ/SRmHAn_owiI/AAAAAAAAAO8/QVfrZ4NlZi8/s1600-h/TheLayoutToolbar3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="37" alt="The Layout Toolbar" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHA7j-VHI/AAAAAAAAAPA/Hhyl7XXuMlg/TheLayoutToolbar_thumb1.png?imgmax=800" width="455" border="0" /></a> </p>  <p>To fix the layout of my package, I first selected all of the items.#160; You do this either by clicking on the design surface and dragging the selection box around all of the items or by shift-clicking on each of the items until they are all selected.#160; Look closely at each of the items--one item will have white grab handles and the rest will have black grab handles.#160; The one with the white handles acts as the anchor for the items in the Layout tool bar that act on multiple items.#160; For example, if you click on the Align Lefts button, the left sides of each item will be set to the left position of the anchored item.</p>  <p>I used a combination of Align Lefts, Increase Vertical Spacing, and Make Vertical Spacing Equal to align my items in a vertical column:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHBNbN5tI/AAAAAAAAAPE/DIlln9D1DaE/s1600-h/SSISPackageAfterCleanup2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="244" alt="SSIS Package - After Cleanup" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHBfcm96I/AAAAAAAAAPI/Pu89FSwPNA8/SSISPackageAfterCleanup_thumb.png?imgmax=800" width="131" border="0" /></a> </p>  <p>It took my just a handful of clicks and about 20 seconds to perfectly align the items for a professional look.</p>  <p>If you have auto-sized any of your shapes, you are still in luck.#160; Instead of Align Lefts you can choose Align Centers to keep the arrows straight.</p>  <p>I'm sure that you have your favorite way to lay out your items in your packages, such as a cascading look where the arrows go down, over, and then down again.#160; While that isn't directly supported by the layout toolbar you can still make use of the toolbar to Make Vertical Space Equal after moving your items where you want them.</p>  <p>Leave a comment if you have additional tips for using the Layout toolbar with SSIS packages.</p>  <p>Farewell.</p>  <p>]]></description>
<link>http://www.beyeblogs.com/rda_corp/archive/2008/11/ssis_package_la_1.php</link>
<guid>http://www.beyeblogs.com/rda_corp/archive/2008/11/ssis_package_la_1.php</guid>
<category></category>
<pubDate>Tue, 11 Nov 2008 08:22:00 -0700</pubDate>
</item>

<item>
<title>quot</title>
<description><![CDATA[<p>If you produce SSIS packages for a customer, even if that customer is the company you work for, then this tip is for you.</p>  <p>When you create a new SSIS package and start adding items to the design surface you can quickly create a mess if you're not careful.#160; Even if you are careful it is still quite difficult to precisely place the items so that the connecting lines line up.</p>  <p>For example, I quickly created a package which performs some common tasks:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmG__vW2eI/AAAAAAAAAOs/o_2qy5MVQic/s1600-h/SSISPackageBeforeCleanup3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="217" alt="SSIS Package - Before Cleanup" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAF8NyeI/AAAAAAAAAOw/-N4pYtKNYcI/SSISPackageBeforeCleanup_thumb1.png?imgmax=800" width="366" border="0" /></a></p>  <p>As you can see, the various items are positioned on the design surface in a haphazard way.#160; You can spend time dragging the items around until you get a layout that looks better, or you can use the power of the Layout toolbar to assist you.</p>  <p>By default, the Layout toolbar is not displayed in BIDS.#160; To display it, right-click on an empty part of the toolbar and click on Layout (or you can click on Tools | Customize... and click the check box next to Layout):</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAaDAAoI/AAAAAAAAAO0/y_V12X1N0jg/s1600-h/TurnonLayoutToolbar2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="72" alt="Turn on Layout Toolbar" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHAUHayvI/AAAAAAAAAO4/n9Gl3su1v_E/TurnonLayoutToolbar_thumb.png?imgmax=800" width="163" border="0" /></a> </p>  <p>#160; You should see the Layout toolbar displayed:</p>  <p><a href="http://lh4.ggpht.com/_TOeRMKboMMQ/SRmHAn_owiI/AAAAAAAAAO8/QVfrZ4NlZi8/s1600-h/TheLayoutToolbar3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="37" alt="The Layout Toolbar" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHA7j-VHI/AAAAAAAAAPA/Hhyl7XXuMlg/TheLayoutToolbar_thumb1.png?imgmax=800" width="455" border="0" /></a> </p>  <p>To fix the layout of my package, I first selected all of the items.#160; You do this either by clicking on the design surface and dragging the selection box around all of the items or by shift-clicking on each of the items until they are all selected.#160; Look closely at each of the items--one item will have white grab handles and the rest will have black grab handles.#160; The one with the white handles acts as the anchor for the items in the Layout tool bar that act on multiple items.#160; For example, if you click on the Align Lefts button, the left sides of each item will be set to the left position of the anchored item.</p>  <p>I used a combination of Align Lefts, Increase Vertical Spacing, and Make Vertical Spacing Equal to align my items in a vertical column:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHBNbN5tI/AAAAAAAAAPE/DIlln9D1DaE/s1600-h/SSISPackageAfterCleanup2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="244" alt="SSIS Package - After Cleanup" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHBfcm96I/AAAAAAAAAPI/Pu89FSwPNA8/SSISPackageAfterCleanup_thumb.png?imgmax=800" width="131" border="0" /></a> </p>  <p>It took my just a handful of clicks and about 20 seconds to perfectly align the items for a professional look.</p>  <p>If you have auto-sized any of your shapes, you are still in luck.#160; Instead of Align Lefts you can choose Align Centers to keep the arrows straight.</p>  <p>I'm sure that you have your favorite way to lay out your items in your packages, such as a cascading look where the arrows go down, over, and then down again.#160; While that isn't directly supported by the layout toolbar you can still make use of the toolbar to Make Vertical Space Equal after moving your items where you want them.</p>  <p>Leave a comment if you have additional tips for using the Layout toolbar with SSIS packages.</p>  <p>Farewell.</p>  <p>]]></description>
<link>http://www.beyeblogs.com/rda_corp/archive/2008/11/quot_480.php</link>
<guid>http://www.beyeblogs.com/rda_corp/archive/2008/11/quot_480.php</guid>
<category></category>
<pubDate>Tue, 11 Nov 2008 08:22:00 -0700</pubDate>
</item>

<item>
<title></title>
<description><![CDATA[<p>If you produce SSIS packages for a customer, even if that customer is the company you work for, then this tip is for you.</p>  <p>When you create a new SSIS package and start adding items to the design surface you can quickly create a mess if you're not careful.#160; Even if you are careful it is still quite difficult to precisely place the items so that the connecting lines line up.</p>  <p>For example, I quickly created a package which performs some common tasks:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmG__vW2eI/AAAAAAAAAOs/o_2qy5MVQic/s1600-h/SSISPackageBeforeCleanup3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="217" alt="SSIS Package - Before Cleanup" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAF8NyeI/AAAAAAAAAOw/-N4pYtKNYcI/SSISPackageBeforeCleanup_thumb1.png?imgmax=800" width="366" border="0" /></a></p>  <p>As you can see, the various items are positioned on the design surface in a haphazard way.#160; You can spend time dragging the items around until you get a layout that looks better, or you can use the power of the Layout toolbar to assist you.</p>  <p>By default, the Layout toolbar is not displayed in BIDS.#160; To display it, right-click on an empty part of the toolbar and click on Layout (or you can click on Tools | Customize... and click the check box next to Layout):</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAaDAAoI/AAAAAAAAAO0/y_V12X1N0jg/s1600-h/TurnonLayoutToolbar2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="72" alt="Turn on Layout Toolbar" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHAUHayvI/AAAAAAAAAO4/n9Gl3su1v_E/TurnonLayoutToolbar_thumb.png?imgmax=800" width="163" border="0" /></a> </p>  <p>#160; You should see the Layout toolbar displayed:</p>  <p><a href="http://lh4.ggpht.com/_TOeRMKboMMQ/SRmHAn_owiI/AAAAAAAAAO8/QVfrZ4NlZi8/s1600-h/TheLayoutToolbar3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="37" alt="The Layout Toolbar" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHA7j-VHI/AAAAAAAAAPA/Hhyl7XXuMlg/TheLayoutToolbar_thumb1.png?imgmax=800" width="455" border="0" /></a> </p>  <p>To fix the layout of my package, I first selected all of the items.#160; You do this either by clicking on the design surface and dragging the selection box around all of the items or by shift-clicking on each of the items until they are all selected.#160; Look closely at each of the items--one item will have white grab handles and the rest will have black grab handles.#160; The one with the white handles acts as the anchor for the items in the Layout tool bar that act on multiple items.#160; For example, if you click on the Align Lefts button, the left sides of each item will be set to the left position of the anchored item.</p>  <p>I used a combination of Align Lefts, Increase Vertical Spacing, and Make Vertical Spacing Equal to align my items in a vertical column:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHBNbN5tI/AAAAAAAAAPE/DIlln9D1DaE/s1600-h/SSISPackageAfterCleanup2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="244" alt="SSIS Package - After Cleanup" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHBfcm96I/AAAAAAAAAPI/Pu89FSwPNA8/SSISPackageAfterCleanup_thumb.png?imgmax=800" width="131" border="0" /></a> </p>  <p>It took my just a handful of clicks and about 20 seconds to perfectly align the items for a professional look.</p>  <p>If you have auto-sized any of your shapes, you are still in luck.#160; Instead of Align Lefts you can choose Align Centers to keep the arrows straight.</p>  <p>I'm sure that you have your favorite way to lay out your items in your packages, such as a cascading look where the arrows go down, over, and then down again.#160; While that isn't directly supported by the layout toolbar you can still make use of the toolbar to Make Vertical Space Equal after moving your items where you want them.</p>  <p>Leave a comment if you have additional tips for using the Layout toolbar with SSIS packages.</p>  <p>Farewell.</p>  <p>]]></description>
<link>http://www.beyeblogs.com/rda_corp/archive/2008/11/if_you_produce.php</link>
<guid>http://www.beyeblogs.com/rda_corp/archive/2008/11/if_you_produce.php</guid>
<category></category>
<pubDate>Tue, 11 Nov 2008 08:22:00 -0700</pubDate>
</item>

<item>
<title>SSIS Package Layout</title>
<description><![CDATA[<p>If you produce SSIS packages for a customer, even if that customer is the company you work for, then this tip is for you.</p>  <p>When you create a new SSIS package and start adding items to the design surface you can quickly create a mess if you're not careful.#160; Even if you are careful it is still quite difficult to precisely place the items so that the connecting lines line up.</p>  <p>For example, I quickly created a package which performs some common tasks:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmG__vW2eI/AAAAAAAAAOs/o_2qy5MVQic/s1600-h/SSISPackageBeforeCleanup3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="217" alt="SSIS Package - Before Cleanup" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAF8NyeI/AAAAAAAAAOw/-N4pYtKNYcI/SSISPackageBeforeCleanup_thumb1.png?imgmax=800" width="366" border="0" /></a></p>  <p>As you can see, the various items are positioned on the design surface in a haphazard way.#160; You can spend time dragging the items around until you get a layout that looks better, or you can use the power of the Layout toolbar to assist you.</p>  <p>By default, the Layout toolbar is not displayed in BIDS.#160; To display it, right-click on an empty part of the toolbar and click on Layout (or you can click on Tools | Customize... and click the check box next to Layout):</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHAaDAAoI/AAAAAAAAAO0/y_V12X1N0jg/s1600-h/TurnonLayoutToolbar2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="72" alt="Turn on Layout Toolbar" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHAUHayvI/AAAAAAAAAO4/n9Gl3su1v_E/TurnonLayoutToolbar_thumb.png?imgmax=800" width="163" border="0" /></a> </p>  <p>#160; You should see the Layout toolbar displayed:</p>  <p><a href="http://lh4.ggpht.com/_TOeRMKboMMQ/SRmHAn_owiI/AAAAAAAAAO8/QVfrZ4NlZi8/s1600-h/TheLayoutToolbar3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="37" alt="The Layout Toolbar" src="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHA7j-VHI/AAAAAAAAAPA/Hhyl7XXuMlg/TheLayoutToolbar_thumb1.png?imgmax=800" width="455" border="0" /></a> </p>  <p>To fix the layout of my package, I first selected all of the items.#160; You do this either by clicking on the design surface and dragging the selection box around all of the items or by shift-clicking on each of the items until they are all selected.#160; Look closely at each of the items--one item will have white grab handles and the rest will have black grab handles.#160; The one with the white handles acts as the anchor for the items in the Layout tool bar that act on multiple items.#160; For example, if you click on the Align Lefts button, the left sides of each item will be set to the left position of the anchored item.</p>  <p>I used a combination of Align Lefts, Increase Vertical Spacing, and Make Vertical Spacing Equal to align my items in a vertical column:</p>  <p><a href="http://lh3.ggpht.com/_TOeRMKboMMQ/SRmHBNbN5tI/AAAAAAAAAPE/DIlln9D1DaE/s1600-h/SSISPackageAfterCleanup2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="244" alt="SSIS Package - After Cleanup" src="http://lh5.ggpht.com/_TOeRMKboMMQ/SRmHBfcm96I/AAAAAAAAAPI/Pu89FSwPNA8/SSISPackageAfterCleanup_thumb.png?imgmax=800" width="131" border="0" /></a> </p>  <p>It took my just a handful of clicks and about 20 seconds to perfectly align the items for a professional look.</p>  <p>If you have auto-sized any of your shapes, you are still in luck.#160; Instead of Align Lefts you can choose Align Centers to keep the arrows straight.</p>  <p>I'm sure that you have your favorite way to lay out your items in your packages, such as a cascading look where the arrows go down, over, and then down again.#160; While that isn't directly supported by the layout toolbar you can still make use of the toolbar to Make Vertical Space Equal after moving your items where you want them.</p>  <p>Leave a comment if you have additional tips for using the Layout toolbar with SSIS packages.</p>  <p>Farewell.</p>  <p>]]></description>
<link>http://www.beyeblogs.com/rda_corp/archive/2008/11/ssis_package_la_2.php</link>
<guid>http://www.beyeblogs.com/rda_corp/archive/2008/11/ssis_package_la_2.php</guid>
<category></category>
<pubDate>Tue, 11 Nov 2008 08:22:00 -0700</pubDate>
</item>


</channel>
</rss>