<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>This Old Code - SQL</title>
    <link>http://thisoldcode.net/</link>
    <description>(Architecture + Development) ^ Testing = Product </description>
    <language>en-us</language>
    <copyright>Aaron Fischer</copyright>
    <lastBuildDate>Wed, 19 Sep 2007 14:44:06 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>aaron@microfisch.com</managingEditor>
    <webMaster>aaron@microfisch.com</webMaster>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=0bfb023c-563b-482e-bb4d-d6d68bd8069a</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,0bfb023c-563b-482e-bb4d-d6d68bd8069a.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,0bfb023c-563b-482e-bb4d-d6d68bd8069a.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=0bfb023c-563b-482e-bb4d-d6d68bd8069a</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://sqlblog.com/blogs/mosha/archive/2007/09/18/announcing-mdx-studio-ctp1-v0-1-alpha.aspx">MDX
Studio</a> is worth a look If your using Multidimensional Expressions(MDX) in your
SQL database.
</p>
        <p>
Just for some background here is links to MSDN's MDX Reference.
</p>
        <p>
          <a href="http://msdn2.microsoft.com/en-us/library/ms145506.aspx">Multidimensional
Expressions (MDX) Reference</a>
        </p>
        <p>
          <a href="http://msdn2.microsoft.com/en-us/library/ms144884.aspx">Key Concepts in MDX
(MDX)</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=0bfb023c-563b-482e-bb4d-d6d68bd8069a" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>MDX Studio</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,0bfb023c-563b-482e-bb4d-d6d68bd8069a.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,0bfb023c-563b-482e-bb4d-d6d68bd8069a.aspx</link>
      <pubDate>Wed, 19 Sep 2007 14:44:06 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://sqlblog.com/blogs/mosha/archive/2007/09/18/announcing-mdx-studio-ctp1-v0-1-alpha.aspx"&gt;MDX
Studio&lt;/a&gt; is worth a look If your using Multidimensional Expressions(MDX) in your
SQL database.
&lt;/p&gt;
&lt;p&gt;
Just for some&amp;nbsp;background here is links to MSDN's MDX Reference.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/library/ms145506.aspx"&gt;Multidimensional
Expressions (MDX) Reference&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/library/ms144884.aspx"&gt;Key Concepts in MDX
(MDX)&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=0bfb023c-563b-482e-bb4d-d6d68bd8069a" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,0bfb023c-563b-482e-bb4d-d6d68bd8069a.aspx</comments>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=82f97c2b-bfc1-47a6-96ec-63b593dfea5f</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,82f97c2b-bfc1-47a6-96ec-63b593dfea5f.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,82f97c2b-bfc1-47a6-96ec-63b593dfea5f.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=82f97c2b-bfc1-47a6-96ec-63b593dfea5f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Max row size in SQL 2000 8060 bytes.<br />
Max row size in SQL 2005 more then 8060 bytes if the table contains Var* or XML columns. 
This is due to <a href="http://msdn2.microsoft.com/en-us/library/ms186981.aspx">SQL
2005 Row-Overflow</a>, this will affect performance of the database. ( the Varchar...
will be moved to a separate page and a 24-byte pointer will be inserted into the original
page.)
</p>
        <p>
SQL database page size is 8KB or 8,000 bytes.<br />
SQL data types    <a href="http://msdn2.microsoft.com/en-us/library/aa933108(SQL.80).aspx">2000</a>, <a href="http://msdn2.microsoft.com/en-us/library/ms187752.aspx">2005</a>, <a href="http://msdn2.microsoft.com/en-us/library/bb677243(SQL.100).aspx">2008</a></p>
        <p>
char (N) = 1 * N bytes<br />
varchar (N) = 1 * N + 2 bytes<br />
nvarchar (N) = 2 * N + 2 bytes<br />
DateTime = 8 bytes<br />
Float = 8 bytes<br />
ntext/text is being replaced with nvarchar(MAX)/varchar(MAX).  MAX = 2^31 - 1
bytes.<br />
ntext/text is stored in separate page 
</p>
        <p>
  
</p>
        <p>
          <a href="http://www.microsoft.com/technet/prodtechnol/sql/70/evaluate/sql7stor.mspx">Microsoft
SQL Server 7.0 Storage Engine</a>
        </p>
        <p>
          <a href="http://search.safaribooksonline.com/9780735621053?tocview=true">Inside Microsoft®
SQL Server™ 2005: The Storage Engine</a>
        </p>
        <p>
          <a href="http://technet.microsoft.com/en-us/library/ms143432.aspx">Maximum Capacity
Specifications for SQL Server 2005</a>
        </p>
        <p>
          <a href="http://msdn2.microsoft.com/en-us/library/ms188917.aspx">SQL 2005 Fragmentation
Information</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=82f97c2b-bfc1-47a6-96ec-63b593dfea5f" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>SQL Data Type Storage Size/Layout</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,82f97c2b-bfc1-47a6-96ec-63b593dfea5f.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,82f97c2b-bfc1-47a6-96ec-63b593dfea5f.aspx</link>
      <pubDate>Thu, 06 Sep 2007 18:26:24 GMT</pubDate>
      <description>&lt;p&gt;
Max row size in SQL 2000 8060 bytes.&lt;br&gt;
Max row size in SQL 2005 more then 8060 bytes if the table contains Var* or XML columns.&amp;nbsp;
This is due to &lt;a href="http://msdn2.microsoft.com/en-us/library/ms186981.aspx"&gt;SQL
2005 Row-Overflow&lt;/a&gt;, this will affect performance of the database.&amp;nbsp;( the Varchar...
will be moved to a separate page and a 24-byte pointer will be inserted into the original
page.)
&lt;/p&gt;
&lt;p&gt;
SQL database page size is 8KB or 8,000 bytes.&lt;br&gt;
SQL data types&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://msdn2.microsoft.com/en-us/library/aa933108(SQL.80).aspx"&gt;2000&lt;/a&gt;, &lt;a href="http://msdn2.microsoft.com/en-us/library/ms187752.aspx"&gt;2005&lt;/a&gt;, &lt;a href="http://msdn2.microsoft.com/en-us/library/bb677243(SQL.100).aspx"&gt;2008&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
char (N) = 1 * N bytes&lt;br&gt;
varchar (N) = 1 * N + 2 bytes&lt;br&gt;
nvarchar (N) = 2 * N + 2 bytes&lt;br&gt;
DateTime = 8 bytes&lt;br&gt;
Float = 8 bytes&lt;br&gt;
ntext/text is being replaced with nvarchar(MAX)/varchar(MAX).&amp;nbsp; MAX = 2^31 - 1
bytes.&lt;br&gt;
ntext/text is stored in separate page 
&lt;p&gt;
&amp;nbsp; 
&lt;p&gt;
&lt;a href="http://www.microsoft.com/technet/prodtechnol/sql/70/evaluate/sql7stor.mspx"&gt;Microsoft
SQL Server 7.0 Storage Engine&lt;/a&gt; 
&lt;p&gt;
&lt;a href="http://search.safaribooksonline.com/9780735621053?tocview=true"&gt;Inside Microsoft®
SQL Server™ 2005: The Storage Engine&lt;/a&gt; 
&lt;p&gt;
&lt;a href="http://technet.microsoft.com/en-us/library/ms143432.aspx"&gt;Maximum Capacity
Specifications for SQL Server 2005&lt;/a&gt; 
&lt;p&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/library/ms188917.aspx"&gt;SQL 2005 Fragmentation
Information&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=82f97c2b-bfc1-47a6-96ec-63b593dfea5f" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,82f97c2b-bfc1-47a6-96ec-63b593dfea5f.aspx</comments>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=17c8d443-940a-406b-8499-a67dab53278d</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,17c8d443-940a-406b-8499-a67dab53278d.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,17c8d443-940a-406b-8499-a67dab53278d.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=17c8d443-940a-406b-8499-a67dab53278d</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I am now running windows vista 64.  Which has been surprisingly simple how ever
I have run into a few issues.  Windows Explorer went insane and ignored the open
in same window setting (note open in new process option was set to false.) resulting
in a new window pre directory.  I find life impossible in that situation. 
After numerous attempts to correct this via registry edits, I failed.  Having
given up I installed xpore2 as a replacement. ( great program I always wanted
to filter my directory to only one file type) I now find after a reboot Windows Explorer
works correctly and recycles the the window when displaying a new directory.
</p>
        <p>
I have also found that you cannot just install sql management studio 64bit. 
you need to run(as admin) dvd drive:\Tools\Setup\SqlRun_Tools.msi otherwise
you go through all the motions but nothing gets installed.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=17c8d443-940a-406b-8499-a67dab53278d" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Windows Explorer gone mad</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,17c8d443-940a-406b-8499-a67dab53278d.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,17c8d443-940a-406b-8499-a67dab53278d.aspx</link>
      <pubDate>Thu, 09 Aug 2007 20:19:59 GMT</pubDate>
      <description>&lt;p&gt;
I am now running windows vista 64.&amp;nbsp; Which has been surprisingly simple how ever
I have run into a few issues.&amp;nbsp; Windows Explorer went insane and ignored the open
in same window setting (note open in new process option was set to false.) resulting
in a new window pre directory.&amp;nbsp; I find life impossible in that situation.&amp;nbsp;
After numerous attempts to correct this via registry edits, I failed.&amp;nbsp; Having
given up I installed xpore2 as&amp;nbsp;a replacement. ( great program I always wanted
to filter my directory to only one file type) I now find after a reboot Windows Explorer
works correctly and recycles the the window when displaying a new directory.
&lt;/p&gt;
&lt;p&gt;
I have also found that you cannot just install sql management studio 64bit.&amp;nbsp;
you need to&amp;nbsp;run(as admin)&amp;nbsp;dvd drive:\Tools\Setup\SqlRun_Tools.msi otherwise
you go through all the motions but nothing gets installed.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=17c8d443-940a-406b-8499-a67dab53278d" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,17c8d443-940a-406b-8499-a67dab53278d.aspx</comments>
      <category>Microsoft</category>
      <category>Ramblings</category>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=cfcf0e7d-6bb9-4fa2-862b-3f6242548a80</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,cfcf0e7d-6bb9-4fa2-862b-3f6242548a80.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,cfcf0e7d-6bb9-4fa2-862b-3f6242548a80.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=cfcf0e7d-6bb9-4fa2-862b-3f6242548a80</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Check out the TechNet Webcast
</p>
        <p>
          <a href="http://www.microsoft.com/events/EventDetails.aspx?CMTYSvcSource=MSCOMMedia&amp;Params=%7eCMTYDataSvcParams%5e%7earg+Name%3d%22ID%22+Value%3d%221032341072%22%2f%5e%7earg+Name%3d%22ProviderID%22+Value%3d%22A6B43178-497C-4225-BA42-DF595171F04C%22%2f%5e%7earg+Name%3d%22lang%22+Value%3d%22en%22%2f%5e%7earg+Name%3d%22cr%22+Value%3d%22US%22%2f%5e%7esParams%5e%7e%2fsParams%5e%7e%2fCMTYDataSvcParams%5e">TechNet
Webcast: The Next Release of Microsoft SQL Server: Overview</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=cfcf0e7d-6bb9-4fa2-862b-3f6242548a80" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>What's in SQL 2008 (Katmai)</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,cfcf0e7d-6bb9-4fa2-862b-3f6242548a80.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,cfcf0e7d-6bb9-4fa2-862b-3f6242548a80.aspx</link>
      <pubDate>Mon, 18 Jun 2007 14:32:49 GMT</pubDate>
      <description>&lt;p&gt;
Check out the TechNet Webcast
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.microsoft.com/events/EventDetails.aspx?CMTYSvcSource=MSCOMMedia&amp;amp;Params=%7eCMTYDataSvcParams%5e%7earg+Name%3d%22ID%22+Value%3d%221032341072%22%2f%5e%7earg+Name%3d%22ProviderID%22+Value%3d%22A6B43178-497C-4225-BA42-DF595171F04C%22%2f%5e%7earg+Name%3d%22lang%22+Value%3d%22en%22%2f%5e%7earg+Name%3d%22cr%22+Value%3d%22US%22%2f%5e%7esParams%5e%7e%2fsParams%5e%7e%2fCMTYDataSvcParams%5e"&gt;TechNet
Webcast: The Next Release of Microsoft SQL Server: Overview&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=cfcf0e7d-6bb9-4fa2-862b-3f6242548a80" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,cfcf0e7d-6bb9-4fa2-862b-3f6242548a80.aspx</comments>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=ab1d6086-6728-4de2-afd8-016569c09b3c</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,ab1d6086-6728-4de2-afd8-016569c09b3c.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,ab1d6086-6728-4de2-afd8-016569c09b3c.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=ab1d6086-6728-4de2-afd8-016569c09b3c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
 4GuysFromRolla is offering a nice walk through of getting up and debugging with
SQL 2005  using the Visual Studio IDE.
</p>
        <p>
          <a href="http://aspnet.4guysfromrolla.com/articles/051607-1.aspx" target="_blank">Debugging
SQL Server 2005 Stored Procedures in Visual Studio</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=ab1d6086-6728-4de2-afd8-016569c09b3c" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Debugging SQL Server 2005 Stored Procedures in Visual Studio</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,ab1d6086-6728-4de2-afd8-016569c09b3c.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,ab1d6086-6728-4de2-afd8-016569c09b3c.aspx</link>
      <pubDate>Tue, 22 May 2007 20:52:28 GMT</pubDate>
      <description>&lt;p&gt;
&amp;nbsp;4GuysFromRolla is offering a nice walk through of getting up and debugging with
SQL 2005&amp;nbsp;&amp;nbsp;using the Visual Studio IDE.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://aspnet.4guysfromrolla.com/articles/051607-1.aspx" target="_blank"&gt;Debugging
SQL Server 2005 Stored Procedures in Visual Studio&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=ab1d6086-6728-4de2-afd8-016569c09b3c" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,ab1d6086-6728-4de2-afd8-016569c09b3c.aspx</comments>
      <category>SQL</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=6adeec15-a402-4ac1-9f73-aeb09ec7ad2e</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,6adeec15-a402-4ac1-9f73-aeb09ec7ad2e.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,6adeec15-a402-4ac1-9f73-aeb09ec7ad2e.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=6adeec15-a402-4ac1-9f73-aeb09ec7ad2e</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://msdn.microsoft.com/msdnmag/issues/04/09/SQLInjection/">Stop SQL Injection
Attacks Before They Stop You</a>
        </p>
SecureConnection.GetCnxString <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=6adeec15-a402-4ac1-9f73-aeb09ec7ad2e" /><br /><hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>2004 MSDN  on SQL Injection Attacks</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,6adeec15-a402-4ac1-9f73-aeb09ec7ad2e.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,6adeec15-a402-4ac1-9f73-aeb09ec7ad2e.aspx</link>
      <pubDate>Tue, 15 May 2007 05:27:15 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://msdn.microsoft.com/msdnmag/issues/04/09/SQLInjection/"&gt;Stop SQL Injection
Attacks Before They Stop You&lt;/a&gt;
&lt;/p&gt;
SecureConnection.GetCnxString &lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=6adeec15-a402-4ac1-9f73-aeb09ec7ad2e" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,6adeec15-a402-4ac1-9f73-aeb09ec7ad2e.aspx</comments>
      <category>Microsoft</category>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=853eb8c2-e5e5-443c-b8f4-19dc18544453</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,853eb8c2-e5e5-443c-b8f4-19dc18544453.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,853eb8c2-e5e5-443c-b8f4-19dc18544453.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=853eb8c2-e5e5-443c-b8f4-19dc18544453</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I was having some trouble figuring out how to use the new ado.net entity framework
in the last March Orcas CTP, but leave it to <a href="http://weblogs.asp.net/scottgu/default.aspx" target="_blank">Scott</a> to
have all the answers.  Scott has posted a nice video covering
</p>
        <ul>
          <li>
new asp.net WYSIWYG HTML designer.</li>
          <li>
create classes's from the ORM designer.</li>
          <li>
Intellisense for LINQ.</li>
        </ul>
        <p>
full detailed <a href="http://weblogs.asp.net/scottgu/archive/2007/01/28/video-using-linq-with-asp-net-in-vs-orcas-part-1.aspx" target="_blank">blog
post</a>.  And you can find the video <a href="http://www.scottgu.com/blogposts/video/linqtalk1.wmv">here</a>.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=853eb8c2-e5e5-443c-b8f4-19dc18544453" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Orcas Entity/ORM support</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,853eb8c2-e5e5-443c-b8f4-19dc18544453.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,853eb8c2-e5e5-443c-b8f4-19dc18544453.aspx</link>
      <pubDate>Sat, 21 Apr 2007 21:33:48 GMT</pubDate>
      <description>&lt;p&gt;
I was having some trouble figuring out how to use the new ado.net entity framework
in the last March Orcas CTP, but leave it to &lt;a href="http://weblogs.asp.net/scottgu/default.aspx" target="_blank"&gt;Scott&lt;/a&gt; to
have all the answers.&amp;nbsp; Scott has posted a nice video covering
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
new asp.net WYSIWYG HTML designer.&lt;/li&gt;
&lt;li&gt;
create classes's from the ORM designer.&lt;/li&gt;
&lt;li&gt;
Intellisense for LINQ.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
full detailed &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/01/28/video-using-linq-with-asp-net-in-vs-orcas-part-1.aspx" target="_blank"&gt;blog
post&lt;/a&gt;.&amp;nbsp; And you can find the video &lt;a href="http://www.scottgu.com/blogposts/video/linqtalk1.wmv"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=853eb8c2-e5e5-443c-b8f4-19dc18544453" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,853eb8c2-e5e5-443c-b8f4-19dc18544453.aspx</comments>
      <category>ASP.NET</category>
      <category>DotNet</category>
      <category>LINQ</category>
      <category>Microsoft</category>
      <category>SQL</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=83b84481-ee6d-43a8-8190-efa2f130984b</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,83b84481-ee6d-43a8-8190-efa2f130984b.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,83b84481-ee6d-43a8-8190-efa2f130984b.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=83b84481-ee6d-43a8-8190-efa2f130984b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I found this query on Google Groups,
</p>
        <pre class="csharpcode">
          <span class="kwrd">select</span>
          <span class="kwrd">sum</span>(length) <span class="kwrd">from</span> syscolumns <span class="kwrd">where</span> id
= object_id(<span class="str">'Table Name'</span>)</pre>
        <style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=83b84481-ee6d-43a8-8190-efa2f130984b" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Calculate an Existing SQL Tables Max Row Size</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,83b84481-ee6d-43a8-8190-efa2f130984b.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,83b84481-ee6d-43a8-8190-efa2f130984b.aspx</link>
      <pubDate>Mon, 09 Apr 2007 21:50:40 GMT</pubDate>
      <description>&lt;p&gt;
I found this query on Google Groups,
&lt;/p&gt;
&lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;select&lt;/span&gt; &lt;span class="kwrd"&gt;sum&lt;/span&gt;(length) &lt;span class="kwrd"&gt;from&lt;/span&gt; syscolumns &lt;span class="kwrd"&gt;where&lt;/span&gt; id
= object_id(&lt;span class="str"&gt;'Table Name'&lt;/span&gt;)&lt;/pre&gt;
&lt;style type="text/css"&gt;.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
&lt;/style&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=83b84481-ee6d-43a8-8190-efa2f130984b" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,83b84481-ee6d-43a8-8190-efa2f130984b.aspx</comments>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=9ffca1f8-47c0-49db-a564-55fe52abb17c</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,9ffca1f8-47c0-49db-a564-55fe52abb17c.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,9ffca1f8-47c0-49db-a564-55fe52abb17c.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=9ffca1f8-47c0-49db-a564-55fe52abb17c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <br />
Few interesting MSDN articles SQL 2005<br />
http://msdn.microsoft.com/msdnmag/issues/02/08/NETReflection/<br />
http://msdn.microsoft.com/msdnmag/issues/04/02/XMLinYukon/<br />
http://msdn.microsoft.com/msdnmag/issues/05/06/DataPoints/<br />
http://msdn.microsoft.com/msdnmag/issues/03/04/StoredProcedures/<br />
http://msdn.microsoft.com/msdnmag/issues/05/05/DataPoints/<br />
http://msdn.microsoft.com/msdnmag/issues/02/07/DataPoints/<br />
http://msdn.microsoft.com/msdnmag/issues/02/08/NETReflection/<br /><br /><p></p><img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=9ffca1f8-47c0-49db-a564-55fe52abb17c" /><br /><hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>MIS MSDN SQL links </title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,9ffca1f8-47c0-49db-a564-55fe52abb17c.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,9ffca1f8-47c0-49db-a564-55fe52abb17c.aspx</link>
      <pubDate>Mon, 05 Mar 2007 04:07:35 GMT</pubDate>
      <description>&lt;br&gt;
Few interesting MSDN articles SQL 2005&lt;br&gt;
http://msdn.microsoft.com/msdnmag/issues/02/08/NETReflection/&lt;br&gt;
http://msdn.microsoft.com/msdnmag/issues/04/02/XMLinYukon/&lt;br&gt;
http://msdn.microsoft.com/msdnmag/issues/05/06/DataPoints/&lt;br&gt;
http://msdn.microsoft.com/msdnmag/issues/03/04/StoredProcedures/&lt;br&gt;
http://msdn.microsoft.com/msdnmag/issues/05/05/DataPoints/&lt;br&gt;
http://msdn.microsoft.com/msdnmag/issues/02/07/DataPoints/&lt;br&gt;
http://msdn.microsoft.com/msdnmag/issues/02/08/NETReflection/&lt;br&gt;
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=9ffca1f8-47c0-49db-a564-55fe52abb17c" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,9ffca1f8-47c0-49db-a564-55fe52abb17c.aspx</comments>
      <category>Microsoft</category>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=7b4bdeb5-3c6a-473f-9f27-d37ee6592f15</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,7b4bdeb5-3c6a-473f-9f27-d37ee6592f15.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,7b4bdeb5-3c6a-473f-9f27-d37ee6592f15.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=7b4bdeb5-3c6a-473f-9f27-d37ee6592f15</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
After numerous articles about MySpace's scalability it would appear the camels
back broke today.
</p>
        <p>
          <a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/UhmIthinkIlikebrokeMyspace..orsomething_10079/image%7B0%7D%5B2%5D.png" atomicselection="true">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="154" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/UhmIthinkIlikebrokeMyspace..orsomething_10079/image%7B0%7D_thumb.png" width="640" border="0" />
          </a>
        </p>
        <p>
Perhaps not  the best message to great hundreds of thousands of teenagers
after school.  
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=7b4bdeb5-3c6a-473f-9f27-d37ee6592f15" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Uhm I think I like broke Myspace.. or something.</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,7b4bdeb5-3c6a-473f-9f27-d37ee6592f15.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,7b4bdeb5-3c6a-473f-9f27-d37ee6592f15.aspx</link>
      <pubDate>Wed, 28 Feb 2007 02:14:21 GMT</pubDate>
      <description>&lt;p&gt;
After&amp;nbsp;numerous articles about MySpace's scalability it would appear the camels
back broke today.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/UhmIthinkIlikebrokeMyspace..orsomething_10079/image%7B0%7D%5B2%5D.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="154" src="http://thisoldcode.microfisch.com/content/binary/WindowsLiveWriter/UhmIthinkIlikebrokeMyspace..orsomething_10079/image%7B0%7D_thumb.png" width="640" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Perhaps not&amp;nbsp; the best message to&amp;nbsp;great hundreds of thousands of teenagers
after school.&amp;nbsp; 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=7b4bdeb5-3c6a-473f-9f27-d37ee6592f15" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,7b4bdeb5-3c6a-473f-9f27-d37ee6592f15.aspx</comments>
      <category>Ramblings</category>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=994a7124-35ba-47a8-9fac-5c4e4ad6ea12</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,994a7124-35ba-47a8-9fac-5c4e4ad6ea12.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,994a7124-35ba-47a8-9fac-5c4e4ad6ea12.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=994a7124-35ba-47a8-9fac-5c4e4ad6ea12</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I have seen a few people point out that along with SQL 2005 SP2 there was also a update
to the online book documentation.  It looks to be a nice set of documentation
maybe when I have a free week I'll read through it all.
</p>
        <p>
          <a href="http://msdn2.microsoft.com/en-us/library/ms130214.aspx" target="_blank">SQL
Server 2005 Books Online</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=994a7124-35ba-47a8-9fac-5c4e4ad6ea12" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>SQL Server free documentation</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,994a7124-35ba-47a8-9fac-5c4e4ad6ea12.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,994a7124-35ba-47a8-9fac-5c4e4ad6ea12.aspx</link>
      <pubDate>Sun, 25 Feb 2007 19:32:36 GMT</pubDate>
      <description>&lt;p&gt;
I have seen a few people point out that along with SQL 2005 SP2 there was also a update
to the online book documentation.&amp;nbsp; It looks to be a nice set of documentation
maybe when I have a free week I'll read through it all.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/library/ms130214.aspx" target="_blank"&gt;SQL
Server 2005 Books Online&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=994a7124-35ba-47a8-9fac-5c4e4ad6ea12" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,994a7124-35ba-47a8-9fac-5c4e4ad6ea12.aspx</comments>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=54440c77-5379-4b9e-93a9-9d162141b07b</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,54440c77-5379-4b9e-93a9-9d162141b07b.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,54440c77-5379-4b9e-93a9-9d162141b07b.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=54440c77-5379-4b9e-93a9-9d162141b07b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
From <a href="http://blogs.msdn.com/irenak/archive/2007/02/20/sysk-291-sql-2005-sp-2-is-available-and-comes-with-good-news-about-licensing-costs.aspx">Irena
Kennedy</a>:
</p>
        <p>
 
</p>
        <blockquote>
          <p>
SQL Server Enterprise Edition customers, and I quote, “only need to purchase one license
per physical processor regardless of the number of virtually deployed instances. “ 
</p>
          <p>
In other words, “when a customer licenses all of the processors in a server, they
can run an unlimited numbers of SQL Server instances on an unlimited number of virtual
operating system environments, at no additional licensing cost. “
</p>
        </blockquote>
        <p>
This is going to be an important step in fostering the virtualization software.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=54440c77-5379-4b9e-93a9-9d162141b07b" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Good Enterprise news comes with SQL 2005 SP2</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,54440c77-5379-4b9e-93a9-9d162141b07b.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,54440c77-5379-4b9e-93a9-9d162141b07b.aspx</link>
      <pubDate>Tue, 20 Feb 2007 15:18:15 GMT</pubDate>
      <description>&lt;p&gt;
From &lt;a href="http://blogs.msdn.com/irenak/archive/2007/02/20/sysk-291-sql-2005-sp-2-is-available-and-comes-with-good-news-about-licensing-costs.aspx"&gt;Irena
Kennedy&lt;/a&gt;:
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
SQL Server Enterprise Edition customers, and I quote, “only need to purchase one license
per physical processor regardless of the number of virtually deployed instances. “ 
&lt;p&gt;
In other words, “when a customer licenses all of the processors in a server, they
can run an unlimited numbers of SQL Server instances on an unlimited number of virtual
operating system environments, at no additional licensing cost. “
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
This is going to be an important step in fostering the&amp;nbsp;virtualization software.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=54440c77-5379-4b9e-93a9-9d162141b07b" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,54440c77-5379-4b9e-93a9-9d162141b07b.aspx</comments>
      <category>Microsoft</category>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=1f1761ce-2971-421e-8227-42c28c78a4d1</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,1f1761ce-2971-421e-8227-42c28c78a4d1.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,1f1761ce-2971-421e-8227-42c28c78a4d1.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=1f1761ce-2971-421e-8227-42c28c78a4d1</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Virtual PC 2007 has been released download <a href="http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx">here</a>.
</p>
        <p>
Also Microsoft has released SQL 2005 sp2 and you can download it <a href="http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/servicepacks/sp2.mspx">here</a>.
</p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=1f1761ce-2971-421e-8227-42c28c78a4d1" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Couple Microsoft releases</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,1f1761ce-2971-421e-8227-42c28c78a4d1.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,1f1761ce-2971-421e-8227-42c28c78a4d1.aspx</link>
      <pubDate>Tue, 20 Feb 2007 00:29:07 GMT</pubDate>
      <description>&lt;p&gt;
Virtual PC 2007 has been released download &lt;a href="http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Also Microsoft has released SQL 2005 sp2 and you can download it &lt;a href="http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/servicepacks/sp2.mspx"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=1f1761ce-2971-421e-8227-42c28c78a4d1" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,1f1761ce-2971-421e-8227-42c28c78a4d1.aspx</comments>
      <category>Microsoft</category>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=835a8b10-745c-41f9-8c30-382431e51dc1</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,835a8b10-745c-41f9-8c30-382431e51dc1.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,835a8b10-745c-41f9-8c30-382431e51dc1.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=835a8b10-745c-41f9-8c30-382431e51dc1</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
One more reason for to support SQL 2005. 
</p>
        <p>
          <a href="http://weblogs.asp.net/jgalloway/archive/2007/02/16/passing-lists-to-sql-server-2005-with-xml-parameters.aspx">Link
to Jon Galloway : Passing lists to SQL Server 2005 with XML Parameters</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=835a8b10-745c-41f9-8c30-382431e51dc1" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Passing lists to SQL Server 2005 with XML Parameters</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,835a8b10-745c-41f9-8c30-382431e51dc1.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,835a8b10-745c-41f9-8c30-382431e51dc1.aspx</link>
      <pubDate>Fri, 16 Feb 2007 15:46:53 GMT</pubDate>
      <description>&lt;p&gt;
One more reason for to support SQL 2005.&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://weblogs.asp.net/jgalloway/archive/2007/02/16/passing-lists-to-sql-server-2005-with-xml-parameters.aspx"&gt;Link
to Jon Galloway : Passing lists to SQL Server 2005 with XML Parameters&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=835a8b10-745c-41f9-8c30-382431e51dc1" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,835a8b10-745c-41f9-8c30-382431e51dc1.aspx</comments>
      <category>DotNet</category>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=f3dfc4cb-8c80-4f68-a0a5-699182353481</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,f3dfc4cb-8c80-4f68-a0a5-699182353481.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,f3dfc4cb-8c80-4f68-a0a5-699182353481.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=f3dfc4cb-8c80-4f68-a0a5-699182353481</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I seem to run into this problem far to often
</p>
        <p>
          <a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;914277">Link to How
to configure SQL Server 2005 to allow remote connections</a>
        </p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=f3dfc4cb-8c80-4f68-a0a5-699182353481" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>How to configure SQL Server 2005 to allow remote connections</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,f3dfc4cb-8c80-4f68-a0a5-699182353481.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,f3dfc4cb-8c80-4f68-a0a5-699182353481.aspx</link>
      <pubDate>Thu, 08 Feb 2007 17:16:40 GMT</pubDate>
      <description>&lt;p&gt;
I seem to run into this problem far to often
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;914277"&gt;Link to How
to configure SQL Server 2005 to allow remote connections&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=f3dfc4cb-8c80-4f68-a0a5-699182353481" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,f3dfc4cb-8c80-4f68-a0a5-699182353481.aspx</comments>
      <category>Microsoft</category>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=8a3f6a6b-70a2-4bea-b09a-e744ed951c37</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,8a3f6a6b-70a2-4bea-b09a-e744ed951c37.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,8a3f6a6b-70a2-4bea-b09a-e744ed951c37.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=8a3f6a6b-70a2-4bea-b09a-e744ed951c37</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
One of my coworkers sent me note regarding pagination and <a href="http://www.nettiers.com/">Nettiers</a>.
</p>
        <blockquote>
          <div class="Section1">
            <p class="MsoNormal">
Saw your post:<br /></p>
            <p class="MsoNormal">
  <a href="http://thisoldcode.microfisch.com/PermaLink,guid,ae30a12f-0bf5-412a-86d7-6ac20986e6c0.aspx">Easy
server side pagination</a></p>
            <p class="MsoNormal">
If you haven’t noticed, Nettiers does automatic pagination at the stored proc and
middle tier levels<br /></p>
            <p class="MsoNormal">
              <br />
            </p>
          </div>
        </blockquote>
        <p>
This is true and I have noticed this before(all be it on a back-end web-server that
didnt need paging), but there are still some projects that are not using Nettiers
were the SQL stored procedure will help and there are always the cases that Netteirs
doesn't write stored procedures for you.  
<br /></p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8a3f6a6b-70a2-4bea-b09a-e744ed951c37" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Server side pagination revisited</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,8a3f6a6b-70a2-4bea-b09a-e744ed951c37.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,8a3f6a6b-70a2-4bea-b09a-e744ed951c37.aspx</link>
      <pubDate>Sat, 27 Jan 2007 18:21:58 GMT</pubDate>
      <description>&lt;p&gt;
One of my coworkers sent me note regarding pagination and &lt;a href="http://www.nettiers.com/"&gt;Nettiers&lt;/a&gt;.
&lt;/p&gt;
&lt;blockquote&gt;
&lt;div class="Section1"&gt;
&lt;p class="MsoNormal"&gt;
Saw your post:&lt;br&gt;
&lt;/p&gt;
&lt;p class="MsoNormal"&gt;
&amp;nbsp; &lt;a href="http://thisoldcode.microfisch.com/PermaLink,guid,ae30a12f-0bf5-412a-86d7-6ac20986e6c0.aspx"&gt;Easy
server side pagination&lt;/a&gt;
&lt;/p&gt;
&lt;p class="MsoNormal"&gt;
If you haven’t noticed, Nettiers does automatic pagination at the stored proc and
middle tier levels&lt;br&gt;
&lt;/p&gt;
&lt;p class="MsoNormal"&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
This is true and I have noticed this before(all be it on a back-end web-server that
didnt need paging), but there are still some projects that are not using Nettiers
were the SQL stored procedure will help and there are always the cases that Netteirs
doesn't write stored procedures for you.&amp;nbsp; 
&lt;br&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=8a3f6a6b-70a2-4bea-b09a-e744ed951c37" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,8a3f6a6b-70a2-4bea-b09a-e744ed951c37.aspx</comments>
      <category>.netTiers</category>
      <category>DotNet</category>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://thisoldcode.net/Trackback.aspx?guid=ae30a12f-0bf5-412a-86d7-6ac20986e6c0</trackback:ping>
      <pingback:server>http://thisoldcode.net/pingback.aspx</pingback:server>
      <pingback:target>http://thisoldcode.net/PermaLink,guid,ae30a12f-0bf5-412a-86d7-6ac20986e6c0.aspx</pingback:target>
      <dc:creator>Aaron Fischer</dc:creator>
      <wfw:comment>http://thisoldcode.net/CommentView,guid,ae30a12f-0bf5-412a-86d7-6ac20986e6c0.aspx</wfw:comment>
      <wfw:commentRss>http://thisoldcode.net/SyndicationService.asmx/GetEntryCommentsRss?guid=ae30a12f-0bf5-412a-86d7-6ac20986e6c0</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you like to write client side pagination because its so easy, its time to change
that.  Irena's stored procedure for <a href="http://blogs.msdn.com/irenak/archive/2007/01/26/sysk-275-pagination-in-sql-easy.aspx">Easy
Pagination in SQL</a></p>
        <img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=ae30a12f-0bf5-412a-86d7-6ac20986e6c0" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://www.MicroFisch.com">MicroFisch</a>.</body>
      <title>Easy server side pagination</title>
      <guid isPermaLink="false">http://thisoldcode.net/PermaLink,guid,ae30a12f-0bf5-412a-86d7-6ac20986e6c0.aspx</guid>
      <link>http://thisoldcode.net/PermaLink,guid,ae30a12f-0bf5-412a-86d7-6ac20986e6c0.aspx</link>
      <pubDate>Fri, 26 Jan 2007 16:07:05 GMT</pubDate>
      <description>&lt;p&gt;
If you like to write client side pagination because its so easy, its time to change
that.&amp;nbsp; Irena's stored procedure for &lt;a href="http://blogs.msdn.com/irenak/archive/2007/01/26/sysk-275-pagination-in-sql-easy.aspx"&gt;Easy
Pagination in SQL&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://thisoldcode.net/aggbug.ashx?id=ae30a12f-0bf5-412a-86d7-6ac20986e6c0" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://www.MicroFisch.com"&gt;MicroFisch&lt;/a&gt;.</description>
      <comments>http://thisoldcode.net/CommentView,guid,ae30a12f-0bf5-412a-86d7-6ac20986e6c0.aspx</comments>
      <category>SQL</category>
    </item>
  </channel>
</rss>