<?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>some thoughts... - MS SQL Server|MSDB - Express</title>
    <link>http://www.fits-consulting.de/blog/</link>
    <description>IT makes the world go round - and sometimes stops it...</description>
    <language>en-us</language>
    <copyright>Markus Fischer</copyright>
    <lastBuildDate>Thu, 10 May 2007 02:03:05 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.6264.0</generator>
    <managingEditor>blog@fits-consulting.de</managingEditor>
    <webMaster>blog@fits-consulting.de</webMaster>
    <item>
      <trackback:ping>http://www.fits-consulting.de/blog/Trackback.aspx?guid=eb01b206-73ee-45c9-a281-0366c3725937</trackback:ping>
      <pingback:server>http://www.fits-consulting.de/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.fits-consulting.de/blog/PermaLink,guid,eb01b206-73ee-45c9-a281-0366c3725937.aspx</pingback:target>
      <dc:creator>Markus Fischer</dc:creator>
      <wfw:comment>http://www.fits-consulting.de/blog/CommentView,guid,eb01b206-73ee-45c9-a281-0366c3725937.aspx</wfw:comment>
      <wfw:commentRss>http://www.fits-consulting.de/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=eb01b206-73ee-45c9-a281-0366c3725937</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.fits-consulting.de/blog/content/binary/WindowsLiveWriter/SQLServerKatmaiitsofficial_39C7/katmai_hero%5B3%5D.jpg" atomicselection="true">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="60" src="http://www.fits-consulting.de/blog/content/binary/WindowsLiveWriter/SQLServerKatmaiitsofficial_39C7/katmai_hero_thumb%5B1%5D.jpg" width="320" border="0" />
          </a>
        </p>
        <p>
Today at the BI Conference in Seattle Jeff Raikes from Microsoft has given a first
official impact - just slides - on the next SQL Server version.
</p>
        <p>
I have seen a new feature called Change Data Capture (also mentioned in the <a title="Katmai datasheet" href="http://download.microsoft.com/download/B/F/2/BF24C54E-5635-4C79-AFB4-0C3F840E79F4/Katmai_datasheet_Final.pdf" target="_blank">datasheet</a>)
in the session "PL208 Data Warehousing with Microsoft SQL Server 2005" presented by
Gopal Ashok, Program Manager with the SQL Server Product team, which was quite
impressive.
</p>
        <p>
Ever dealt with the problem of having mass data in a table and no "real" marker to
identify the specific rows for incremental data operations like inserts, updates and
deletes?<br />
The Change Data Capture should ease your pain by creating a kind of audit table to
watch data modification without the need of programming stored procedures, triggers
and so on.<br />
I am extremely curious how this feature proves in real life scenarios. And I am also
a little bit surprised if the SSIS team will not bring up some new tasks to enable
the use of the audit table of the Change Data Capture - or do we still need to develop
the handling concerning load cycles, deleting of successfully loaded records, etc
by our own? A kind of automatic delta queue mechanism and handling like
in SAP systems would be great!
</p>
        <p>
Tomorrow Ted Kummert, corporate vice president of the Data and Storage Platform Division
at Microsoft will have a keynote at the morning - I hope that he will show some more
live impressions.
</p>
        <p>
You will find the official press release <a title="Katmai Press release" href="http://www.microsoft.com/presspass/press/2007/may07/05-09KatmaiPR.mspx" target="_blank">here</a>.
</p>
        <p>
And there also is a <a title="SQL future version" href="http://www.microsoft.com/sql/prodinfo/futureversion/default.mspx" target="_blank">information
website</a> online.
</p>
        <p>
Regarding to the press release, "SQL Server “Katmai” is scheduled to be delivered
in 2008" - but there is no information about CTP´s available on the website yet.
</p>
        <img width="0" height="0" src="http://www.fits-consulting.de/blog/aggbug.ashx?id=eb01b206-73ee-45c9-a281-0366c3725937" />
        <br />
        <hr />
        <p>
This weblog is sponsored by <a href="http://www.fits-consulting.de">FITS</a>. 
<br />
We support <a href="http://www.sqlpass.de">PASS Germany</a>!
</p>
      </body>
      <title>SQL Server Katmai - its official</title>
      <guid isPermaLink="false">http://www.fits-consulting.de/blog/PermaLink,guid,eb01b206-73ee-45c9-a281-0366c3725937.aspx</guid>
      <link>http://www.fits-consulting.de/blog/PermaLink,guid,eb01b206-73ee-45c9-a281-0366c3725937.aspx</link>
      <pubDate>Thu, 10 May 2007 02:03:05 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://www.fits-consulting.de/blog/content/binary/WindowsLiveWriter/SQLServerKatmaiitsofficial_39C7/katmai_hero%5B3%5D.jpg" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="60" src="http://www.fits-consulting.de/blog/content/binary/WindowsLiveWriter/SQLServerKatmaiitsofficial_39C7/katmai_hero_thumb%5B1%5D.jpg" width="320" border="0"&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
Today at the BI Conference in Seattle Jeff Raikes from Microsoft has given a first
official impact - just slides - on the next SQL Server version.
&lt;/p&gt;
&lt;p&gt;
I have seen a new feature called Change Data Capture (also mentioned in the &lt;a title="Katmai datasheet" href="http://download.microsoft.com/download/B/F/2/BF24C54E-5635-4C79-AFB4-0C3F840E79F4/Katmai_datasheet_Final.pdf" target="_blank"&gt;datasheet&lt;/a&gt;)
in the session "PL208 Data Warehousing with Microsoft SQL Server 2005" presented by
Gopal Ashok,&amp;nbsp;Program Manager with the SQL Server Product team, which was quite
impressive.
&lt;/p&gt;
&lt;p&gt;
Ever dealt with the problem of having mass data in a table and no "real" marker to
identify the specific rows for incremental data operations like inserts, updates and
deletes?&lt;br&gt;
The Change Data Capture should ease your pain by creating a kind of audit table to
watch data modification without the need of programming stored procedures, triggers
and so on.&lt;br&gt;
I am extremely curious how this feature proves in real life scenarios. And I am also
a little bit surprised if the SSIS team will not bring up some new tasks to enable
the use of the audit table of the Change Data Capture - or do we still need to develop
the handling concerning load cycles, deleting of successfully loaded records, etc
by our own? A kind of automatic delta queue mechanism&amp;nbsp;and handling&amp;nbsp;like
in SAP systems would be great!
&lt;/p&gt;
&lt;p&gt;
Tomorrow Ted Kummert, corporate vice president of the Data and Storage Platform Division
at Microsoft will have a keynote at the morning - I hope that he will show some more
live impressions.
&lt;/p&gt;
&lt;p&gt;
You will find the official press release &lt;a title="Katmai Press release" href="http://www.microsoft.com/presspass/press/2007/may07/05-09KatmaiPR.mspx" target="_blank"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
And there also is a &lt;a title="SQL future version" href="http://www.microsoft.com/sql/prodinfo/futureversion/default.mspx" target="_blank"&gt;information
website&lt;/a&gt; online.
&lt;/p&gt;
&lt;p&gt;
Regarding to the press release, "SQL Server “Katmai” is scheduled to be delivered
in 2008" - but there is no information about CTP´s available on the website yet.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.fits-consulting.de/blog/aggbug.ashx?id=eb01b206-73ee-45c9-a281-0366c3725937" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
This weblog is sponsored by &lt;a href="http://www.fits-consulting.de"&gt;FITS&lt;/a&gt;. 
&lt;br&gt;
We support &lt;a href="http://www.sqlpass.de"&gt;PASS Germany&lt;/a&gt;!
&lt;/p&gt;</description>
      <comments>http://www.fits-consulting.de/blog/CommentView,guid,eb01b206-73ee-45c9-a281-0366c3725937.aspx</comments>
      <category>MS;MS SQL Server;MS SQL Server/AS - SSAS;MS SQL Server/DTS - SSIS;MS SQL Server/MSDB - Express;MS SQL Server/RDBMS;MS SQL Server/RS - SSRS</category>
    </item>
    <item>
      <trackback:ping>http://www.fits-consulting.de/blog/Trackback.aspx?guid=45ea91f8-947b-444f-ae75-5324247a6154</trackback:ping>
      <pingback:server>http://www.fits-consulting.de/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.fits-consulting.de/blog/PermaLink,guid,45ea91f8-947b-444f-ae75-5324247a6154.aspx</pingback:target>
      <dc:creator>Markus Fischer</dc:creator>
      <wfw:comment>http://www.fits-consulting.de/blog/CommentView,guid,45ea91f8-947b-444f-ae75-5324247a6154.aspx</wfw:comment>
      <wfw:commentRss>http://www.fits-consulting.de/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=45ea91f8-947b-444f-ae75-5324247a6154</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a title="Vera Noest" href="http://sql.veranoest.net/" target="_blank">Vera Noest</a> provides
a really great link collection of ressources which will be very usefull while doing
troubleshoting.
</p>
        <p>
Vera also provides troubleshooting tips for <a title="Terminal Server and Citrix" href="http://ts.veranoest.net/" target="_blank">Terminal
Server and Citrix</a>.
</p>
        <p>
Worth reading - check it out!
</p>
        <img width="0" height="0" src="http://www.fits-consulting.de/blog/aggbug.ashx?id=45ea91f8-947b-444f-ae75-5324247a6154" />
        <br />
        <hr />
        <p>
This weblog is sponsored by <a href="http://www.fits-consulting.de">FITS</a>. 
<br />
We support <a href="http://www.sqlpass.de">PASS Germany</a>!
</p>
      </body>
      <title>SQL Server troubleshooting</title>
      <guid isPermaLink="false">http://www.fits-consulting.de/blog/PermaLink,guid,45ea91f8-947b-444f-ae75-5324247a6154.aspx</guid>
      <link>http://www.fits-consulting.de/blog/PermaLink,guid,45ea91f8-947b-444f-ae75-5324247a6154.aspx</link>
      <pubDate>Tue, 01 May 2007 22:34:30 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a title="Vera Noest" href="http://sql.veranoest.net/" target="_blank"&gt;Vera Noest&lt;/a&gt; provides
a really great link collection of ressources which will be very usefull while doing
troubleshoting.
&lt;/p&gt;
&lt;p&gt;
Vera also provides troubleshooting tips for &lt;a title="Terminal Server and Citrix" href="http://ts.veranoest.net/" target="_blank"&gt;Terminal
Server and Citrix&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Worth reading - check it out!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.fits-consulting.de/blog/aggbug.ashx?id=45ea91f8-947b-444f-ae75-5324247a6154" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
This weblog is sponsored by &lt;a href="http://www.fits-consulting.de"&gt;FITS&lt;/a&gt;. 
&lt;br&gt;
We support &lt;a href="http://www.sqlpass.de"&gt;PASS Germany&lt;/a&gt;!
&lt;/p&gt;</description>
      <comments>http://www.fits-consulting.de/blog/CommentView,guid,45ea91f8-947b-444f-ae75-5324247a6154.aspx</comments>
      <category>MS;MS SQL Server;MS SQL Server/AS - SSAS;MS SQL Server/DTS - SSIS;MS SQL Server/MSDB - Express;MS SQL Server/RDBMS;MS SQL Server/RS - SSRS</category>
    </item>
    <item>
      <trackback:ping>http://www.fits-consulting.de/blog/Trackback.aspx?guid=97cad9a1-68a9-4fd3-9ede-fae1d19b39ce</trackback:ping>
      <pingback:server>http://www.fits-consulting.de/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.fits-consulting.de/blog/PermaLink,guid,97cad9a1-68a9-4fd3-9ede-fae1d19b39ce.aspx</pingback:target>
      <dc:creator>Markus Fischer</dc:creator>
      <wfw:comment>http://www.fits-consulting.de/blog/CommentView,guid,97cad9a1-68a9-4fd3-9ede-fae1d19b39ce.aspx</wfw:comment>
      <wfw:commentRss>http://www.fits-consulting.de/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=97cad9a1-68a9-4fd3-9ede-fae1d19b39ce</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Interested in all the new things in SP2? <a href="http://download.microsoft.com/download/2/b/5/2b5e5d37-9b17-423d-bc8f-b11ecd4195b4/WhatsNewSQL2005SP2.htm" target="_blank">Here</a> is
a complete list.
</p>
        <p>
And <a href="http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/servicepacks/sp2.mspx" target="_blank">this</a> is
the complete <a href="http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/servicepacks/sp2.mspx" target="_blank">download
site</a> with links for the <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=d07219b2-1e23-49c8-8f0c-63fa18f26d3a" target="_blank">SP2</a> itself,
a new <a href="http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx" target="_blank">BOL</a>,
new <a href="http://www.microsoft.com/downloads/details.aspx?familyid=e719ecf7-9f46-4312-af89-6ad8702e4e6e&amp;displaylang=en" target="_blank">Samples</a>,
new <a href="http://www.microsoft.com/downloads/details.aspx?familyid=50b97994-8453-4998-8226-fa42ec403d17&amp;displaylang=en" target="_blank">Feature
Pack</a> and especially the links to <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=1e53f882-0c16-4847-b331-132274ae8c84" target="_blank">SQL
Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies</a> and <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=7c76e8df-8674-4c3b-a99b-55b17f3c4c51" target="_blank">SQL
Server 2005 Data Mining Add-ins for Microsoft Office 2007</a>.
</p>
        <p>
To avoid a restart after the installation of the SP2 you should stop the neccessary
services which could be done with the following commands on the command line
- if you have used the standard instances:
</p>
        <p>
net stop MSSQLSERVER<br />
net stop MSSQLServerOLAPService<br />
net stop msftesql<br />
net stop MsDtsServer<br />
net stop ReportServer
</p>
        <p>
After the installation the "SQL Server 2005 User Provisioning Tool is started automatically
if you use Windows Vista. As you probably know, Windows Admins are not automatically
also SQL or AS Admins  - this tool enables to set the right privileges to the
administartor accounts.
</p>
        <p>
But do not forget to start the services before you try to set the privileges...
</p>
        <p>
If you want to add a new account you will have to start the Provisioning Tool again,
but unluckily it is not added to the Start Menu, you will find it at:<br />
C:\Program Files\Microsoft SQL Server\90\Shared\SqlProv.exe - assumed that you have
a standard installation and an english version of MS Windows Vista.
</p>
        <img width="0" height="0" src="http://www.fits-consulting.de/blog/aggbug.ashx?id=97cad9a1-68a9-4fd3-9ede-fae1d19b39ce" />
        <br />
        <hr />
        <p>
This weblog is sponsored by <a href="http://www.fits-consulting.de">FITS</a>. 
<br />
We support <a href="http://www.sqlpass.de">PASS Germany</a>!
</p>
      </body>
      <title>SQL Server 2005 Service Pack 2 available for download</title>
      <guid isPermaLink="false">http://www.fits-consulting.de/blog/PermaLink,guid,97cad9a1-68a9-4fd3-9ede-fae1d19b39ce.aspx</guid>
      <link>http://www.fits-consulting.de/blog/PermaLink,guid,97cad9a1-68a9-4fd3-9ede-fae1d19b39ce.aspx</link>
      <pubDate>Tue, 20 Feb 2007 01:17:05 GMT</pubDate>
      <description>&lt;p&gt;
Interested in all the new things in SP2? &lt;a href="http://download.microsoft.com/download/2/b/5/2b5e5d37-9b17-423d-bc8f-b11ecd4195b4/WhatsNewSQL2005SP2.htm" target=_blank&gt;Here&lt;/a&gt;&amp;nbsp;is
a complete list.
&lt;/p&gt;
&lt;p&gt;
And &lt;a href="http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/servicepacks/sp2.mspx" target=_blank&gt;this&lt;/a&gt; is
the complete &lt;a href="http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/servicepacks/sp2.mspx" target=_blank&gt;download
site&lt;/a&gt; with links for the &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=d07219b2-1e23-49c8-8f0c-63fa18f26d3a" target=_blank&gt;SP2&lt;/a&gt; itself,
a new &lt;a href="http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx" target=_blank&gt;BOL&lt;/a&gt;,
new &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=e719ecf7-9f46-4312-af89-6ad8702e4e6e&amp;amp;displaylang=en" target=_blank&gt;Samples&lt;/a&gt;,
new &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=50b97994-8453-4998-8226-fa42ec403d17&amp;amp;displaylang=en" target=_blank&gt;Feature
Pack&lt;/a&gt; and especially the&amp;nbsp;links to &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=1e53f882-0c16-4847-b331-132274ae8c84" target=_blank&gt;SQL
Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies&lt;/a&gt;&amp;nbsp;and &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=7c76e8df-8674-4c3b-a99b-55b17f3c4c51" target=_blank&gt;SQL
Server 2005 Data Mining Add-ins for Microsoft Office 2007&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
To avoid a restart after the installation of the SP2 you should stop the neccessary
services which&amp;nbsp;could be done with the following commands on the command line
- if you have used the standard instances:
&lt;/p&gt;
&lt;p&gt;
net stop MSSQLSERVER&lt;br&gt;
net stop MSSQLServerOLAPService&lt;br&gt;
net stop msftesql&lt;br&gt;
net stop MsDtsServer&lt;br&gt;
net stop ReportServer
&lt;/p&gt;
&lt;p&gt;
After the installation the "SQL Server 2005 User Provisioning Tool is started automatically
if you use Windows Vista. As you probably know, Windows Admins are not automatically
also SQL or AS Admins&amp;nbsp; - this tool enables to set the right privileges to the
administartor accounts.
&lt;/p&gt;
&lt;p&gt;
But do not forget to start the services before you try to set the privileges...
&lt;/p&gt;
&lt;p&gt;
If you want to add a new account you will have to start the Provisioning Tool again,
but unluckily it is not added to the Start Menu, you will find it at:&lt;br&gt;
C:\Program Files\Microsoft SQL Server\90\Shared\SqlProv.exe - assumed that you have
a standard installation and an english version of MS Windows Vista.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.fits-consulting.de/blog/aggbug.ashx?id=97cad9a1-68a9-4fd3-9ede-fae1d19b39ce" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
This weblog is sponsored by &lt;a href="http://www.fits-consulting.de"&gt;FITS&lt;/a&gt;. 
&lt;br&gt;
We support &lt;a href="http://www.sqlpass.de"&gt;PASS Germany&lt;/a&gt;!
&lt;/p&gt;</description>
      <comments>http://www.fits-consulting.de/blog/CommentView,guid,97cad9a1-68a9-4fd3-9ede-fae1d19b39ce.aspx</comments>
      <category>MS SQL Server;MS SQL Server/AS - SSAS;MS SQL Server/DTS - SSIS;MS SQL Server/MSDB - Express;MS SQL Server/RDBMS;MS SQL Server/RS - SSRS;MS WSS SPS</category>
    </item>
    <item>
      <trackback:ping>http://www.fits-consulting.de/blog/Trackback.aspx?guid=827943d9-2c90-4ab5-b6ef-dd38f4acbf69</trackback:ping>
      <pingback:server>http://www.fits-consulting.de/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.fits-consulting.de/blog/PermaLink,guid,827943d9-2c90-4ab5-b6ef-dd38f4acbf69.aspx</pingback:target>
      <dc:creator>Markus Fischer</dc:creator>
      <wfw:comment>http://www.fits-consulting.de/blog/CommentView,guid,827943d9-2c90-4ab5-b6ef-dd38f4acbf69.aspx</wfw:comment>
      <wfw:commentRss>http://www.fits-consulting.de/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=827943d9-2c90-4ab5-b6ef-dd38f4acbf69</wfw:commentRss>
      <title>SQL Server Training online ressources</title>
      <guid isPermaLink="false">http://www.fits-consulting.de/blog/PermaLink,guid,827943d9-2c90-4ab5-b6ef-dd38f4acbf69.aspx</guid>
      <link>http://www.fits-consulting.de/blog/PermaLink,guid,827943d9-2c90-4ab5-b6ef-dd38f4acbf69.aspx</link>
      <pubDate>Thu, 15 Feb 2007 14:41:58 GMT</pubDate>
      <description>Interested in online ressources for SQL Server Training?
Please do not forget that these ressources can not replace a complete Training and therefor only should be considered as a additional point of information...&lt;img width="0" height="0" src="http://www.fits-consulting.de/blog/aggbug.ashx?id=827943d9-2c90-4ab5-b6ef-dd38f4acbf69"/&gt;&lt;br/&gt;&lt;hr/&gt;&lt;p&gt;This weblog is sponsored by &lt;a href="http://www.fits-consulting.de"&gt;FITS&lt;/a&gt;. &lt;br&gt;
We support &lt;a href="http://www.sqlpass.de"&gt;PASS Germany&lt;/a&gt;!&lt;/p&gt;</description>
      <comments>http://www.fits-consulting.de/blog/CommentView,guid,827943d9-2c90-4ab5-b6ef-dd38f4acbf69.aspx</comments>
      <category>MS SQL Server;MS SQL Server/AS - SSAS;MS SQL Server/DTS - SSIS;MS SQL Server/MSDB - Express;MS SQL Server/RDBMS;MS SQL Server/RS - SSRS</category>
    </item>
    <item>
      <trackback:ping>http://www.fits-consulting.de/blog/Trackback.aspx?guid=f7f58e2d-9239-4eb4-b011-7a32bf6e0d04</trackback:ping>
      <pingback:server>http://www.fits-consulting.de/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.fits-consulting.de/blog/PermaLink,guid,f7f58e2d-9239-4eb4-b011-7a32bf6e0d04.aspx</pingback:target>
      <dc:creator>Markus Fischer</dc:creator>
      <wfw:commentRss>http://www.fits-consulting.de/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=f7f58e2d-9239-4eb4-b011-7a32bf6e0d04</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
The SQL Server 2005 Service Pack 1 is available now, which updates your SQL Version
to Build 9.00.2047.
</p>
        <ul>
          <li>
            <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=cb6c71ea-d649-47ff-9176-e7cac58fd4bc" target="_blank">download
english version</a>
          </li>
          <li>
            <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=de&amp;FamilyID=cb6c71ea-d649-47ff-9176-e7cac58fd4bc" target="_blank">download
german version</a>
          </li>
          <li>
            <a href="http://support.microsoft.com/kb/913090">List of bugfixes</a>
          </li>
          <li>
            <a href="http://support.microsoft.com/kb/916940">List of new features</a>
          </li>
        </ul>
        <p>
Microsoft also now has published the "SQL Server 2005 Express Edition with Advanced
Services", which contains Reporting Services now, and the "Microsoft SQL Server 2005
Express Edition Toolkit", which contains the Business Intelligence Development Studio
and a Software Development Kit!<br />
SQL Server 2005 Express now really is worth a look and it is for free, you will be
able to download it here:<br /><a href="http://msdn.microsoft.com/vstudio/express/sql/download/">http://msdn.microsoft.com/vstudio/express/sql/download/</a></p>
        <img width="0" height="0" src="http://www.fits-consulting.de/blog/aggbug.ashx?id=f7f58e2d-9239-4eb4-b011-7a32bf6e0d04" />
        <br />
        <hr />
        <p>
This weblog is sponsored by <a href="http://www.fits-consulting.de">FITS</a>. 
<br />
We support <a href="http://www.sqlpass.de">PASS Germany</a>!
</p>
      </body>
      <title>SQL Server 2005 SP1 available NOW!</title>
      <guid isPermaLink="false">http://www.fits-consulting.de/blog/PermaLink,guid,f7f58e2d-9239-4eb4-b011-7a32bf6e0d04.aspx</guid>
      <link>http://www.fits-consulting.de/blog/PermaLink,guid,f7f58e2d-9239-4eb4-b011-7a32bf6e0d04.aspx</link>
      <pubDate>Wed, 19 Apr 2006 22:17:43 GMT</pubDate>
      <description>&lt;p&gt;
The SQL Server 2005 Service Pack 1 is available now, which updates your SQL Version
to Build 9.00.2047.
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=cb6c71ea-d649-47ff-9176-e7cac58fd4bc" target=_blank&gt;download
english version&lt;/a&gt; 
&lt;li&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=de&amp;amp;FamilyID=cb6c71ea-d649-47ff-9176-e7cac58fd4bc" target=_blank&gt;download
german version&lt;/a&gt; 
&lt;li&gt;
&lt;a href="http://support.microsoft.com/kb/913090"&gt;List of bugfixes&lt;/a&gt; 
&lt;li&gt;
&lt;a href="http://support.microsoft.com/kb/916940"&gt;List of new features&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Microsoft also now has published the "SQL Server 2005 Express Edition with Advanced
Services", which contains Reporting Services now, and the "Microsoft SQL Server 2005
Express Edition Toolkit", which contains the Business Intelligence Development Studio
and a Software Development Kit!&lt;br&gt;
SQL Server 2005 Express now really is worth a look and it is for free, you will be
able to download it here:&lt;br&gt;
&lt;a href="http://msdn.microsoft.com/vstudio/express/sql/download/"&gt;http://msdn.microsoft.com/vstudio/express/sql/download/&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.fits-consulting.de/blog/aggbug.ashx?id=f7f58e2d-9239-4eb4-b011-7a32bf6e0d04" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
This weblog is sponsored by &lt;a href="http://www.fits-consulting.de"&gt;FITS&lt;/a&gt;. 
&lt;br&gt;
We support &lt;a href="http://www.sqlpass.de"&gt;PASS Germany&lt;/a&gt;!
&lt;/p&gt;</description>
      <comments>http://www.fits-consulting.de/blog/CommentView,guid,f7f58e2d-9239-4eb4-b011-7a32bf6e0d04.aspx</comments>
      <category>MS SQL Server;MS SQL Server/AS - SSAS;MS SQL Server/DTS - SSIS;MS SQL Server/MSDB - Express;MS SQL Server/RDBMS;MS SQL Server/RS - SSRS</category>
    </item>
    <item>
      <trackback:ping>http://www.fits-consulting.de/blog/Trackback.aspx?guid=5379f751-6d29-46e2-ac2d-d74026483980</trackback:ping>
      <pingback:server>http://www.fits-consulting.de/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.fits-consulting.de/blog/PermaLink,guid,5379f751-6d29-46e2-ac2d-d74026483980.aspx</pingback:target>
      <dc:creator>Markus Fischer</dc:creator>
      <wfw:comment>http://www.fits-consulting.de/blog/CommentView,guid,5379f751-6d29-46e2-ac2d-d74026483980.aspx</wfw:comment>
      <wfw:commentRss>http://www.fits-consulting.de/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=5379f751-6d29-46e2-ac2d-d74026483980</wfw:commentRss>
      <title>SQL Server 2005 Express Edition Documentation and Samples (December 2005)</title>
      <guid isPermaLink="false">http://www.fits-consulting.de/blog/PermaLink,guid,5379f751-6d29-46e2-ac2d-d74026483980.aspx</guid>
      <link>http://www.fits-consulting.de/blog/PermaLink,guid,5379f751-6d29-46e2-ac2d-d74026483980.aspx</link>
      <pubDate>Mon, 02 Jan 2006 01:08:39 GMT</pubDate>
      <description>Download the Microsoft SQL Server 2005 Express Edition (SQL Server Express) Books Online and samples.&lt;img width="0" height="0" src="http://www.fits-consulting.de/blog/aggbug.ashx?id=5379f751-6d29-46e2-ac2d-d74026483980"/&gt;&lt;br/&gt;&lt;hr/&gt;&lt;p&gt;This weblog is sponsored by &lt;a href="http://www.fits-consulting.de"&gt;FITS&lt;/a&gt;. &lt;br&gt;
We support &lt;a href="http://www.sqlpass.de"&gt;PASS Germany&lt;/a&gt;!&lt;/p&gt;</description>
      <comments>http://www.fits-consulting.de/blog/CommentView,guid,5379f751-6d29-46e2-ac2d-d74026483980.aspx</comments>
      <category>MS SQL Server;MS SQL Server/MSDB - Express</category>
    </item>
    <item>
      <trackback:ping>http://www.fits-consulting.de/blog/Trackback.aspx?guid=472b5a34-e513-4c58-9756-c47bb15bd701</trackback:ping>
      <pingback:server>http://www.fits-consulting.de/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.fits-consulting.de/blog/PermaLink,guid,472b5a34-e513-4c58-9756-c47bb15bd701.aspx</pingback:target>
      <dc:creator>Markus Fischer</dc:creator>
      <wfw:comment>http://www.fits-consulting.de/blog/CommentView,guid,472b5a34-e513-4c58-9756-c47bb15bd701.aspx</wfw:comment>
      <wfw:commentRss>http://www.fits-consulting.de/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=472b5a34-e513-4c58-9756-c47bb15bd701</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <span>
          <p>
            <a href="http://www.microsoft.com/downloads/details.aspx?familyid=FA87E828-173F-472E-A85C-27ED01CF6B02&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=FA87E828-173F-472E-A85C-27ED01CF6B02&amp;displaylang=en</a>
          </p>
        </span>
        <p>
          <span>Extract from the website:<br /></span>
          <span>
            <em>
              <font color="#808080">"SSEUtil.exe is a tool that lets you easily
interact with SQL Server. Among other things, it allows you to:<br />
• Connect to the main instance or user-instance of SQL Server.<br />
• Create, attach, detach, and list databases on the server.<br />
• Upgrade database files to match the version of the server.<br />
• Execute SQL statements via the console (similar to SQLCMD).<br />
• Retrieve the version of SQL Server running.<br />
• Enable and disable trace flags (for example, to trace SQL statements sent to the
server by any client application)<br />
• List the instances of SQL Server on the local machine or on remote machines.<br />
• Checkpoint and shrink a database<br />
• Measure the performance of executing specific queries.<br />
• Create and playback lists of SQL commands for the server to execute.<br />
• Log all input and output."</font>
            </em>
          </span>
        </p>
        <img width="0" height="0" src="http://www.fits-consulting.de/blog/aggbug.ashx?id=472b5a34-e513-4c58-9756-c47bb15bd701" />
        <br />
        <hr />
        <p>
This weblog is sponsored by <a href="http://www.fits-consulting.de">FITS</a>. 
<br />
We support <a href="http://www.sqlpass.de">PASS Germany</a>!
</p>
      </body>
      <title>SQL Server Express Utility</title>
      <guid isPermaLink="false">http://www.fits-consulting.de/blog/PermaLink,guid,472b5a34-e513-4c58-9756-c47bb15bd701.aspx</guid>
      <link>http://www.fits-consulting.de/blog/PermaLink,guid,472b5a34-e513-4c58-9756-c47bb15bd701.aspx</link>
      <pubDate>Mon, 02 Jan 2006 01:03:08 GMT</pubDate>
      <description>&lt;span&gt; 
&lt;p&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=FA87E828-173F-472E-A85C-27ED01CF6B02&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=FA87E828-173F-472E-A85C-27ED01CF6B02&amp;amp;displaylang=en&lt;/a&gt;
&lt;/p&gt;
&lt;/span&gt; 
&lt;p&gt;
&lt;span&gt;Extract from the website:&lt;br&gt;
&lt;/span&gt;&lt;span&gt;&lt;em&gt;&lt;font color=#808080&gt;"SSEUtil.exe is a tool that lets you easily interact
with SQL Server. Among other things, it allows you to:&lt;br&gt;
• Connect to the main instance or user-instance of SQL Server.&lt;br&gt;
• Create, attach, detach, and list databases on the server.&lt;br&gt;
• Upgrade database files to match the version of the server.&lt;br&gt;
• Execute SQL statements via the console (similar to SQLCMD).&lt;br&gt;
• Retrieve the version of SQL Server running.&lt;br&gt;
• Enable and disable trace flags (for example, to trace SQL statements sent to the
server by any client application)&lt;br&gt;
• List the instances of SQL Server on the local machine or on remote machines.&lt;br&gt;
• Checkpoint and shrink a database&lt;br&gt;
• Measure the performance of executing specific queries.&lt;br&gt;
• Create and playback lists of SQL commands for the server to execute.&lt;br&gt;
• Log all input and output."&lt;/font&gt;&lt;/em&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.fits-consulting.de/blog/aggbug.ashx?id=472b5a34-e513-4c58-9756-c47bb15bd701" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
This weblog is sponsored by &lt;a href="http://www.fits-consulting.de"&gt;FITS&lt;/a&gt;. 
&lt;br&gt;
We support &lt;a href="http://www.sqlpass.de"&gt;PASS Germany&lt;/a&gt;!
&lt;/p&gt;</description>
      <comments>http://www.fits-consulting.de/blog/CommentView,guid,472b5a34-e513-4c58-9756-c47bb15bd701.aspx</comments>
      <category>MS SQL Server;MS SQL Server/MSDB - Express</category>
    </item>
    <item>
      <trackback:ping>http://www.fits-consulting.de/blog/Trackback.aspx?guid=bed2401f-6ce1-4139-98f8-f96285d2c3fe</trackback:ping>
      <pingback:server>http://www.fits-consulting.de/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.fits-consulting.de/blog/PermaLink,guid,bed2401f-6ce1-4139-98f8-f96285d2c3fe.aspx</pingback:target>
      <dc:creator>Markus Fischer</dc:creator>
      <wfw:comment>http://www.fits-consulting.de/blog/CommentView,guid,bed2401f-6ce1-4139-98f8-f96285d2c3fe.aspx</wfw:comment>
      <wfw:commentRss>http://www.fits-consulting.de/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=bed2401f-6ce1-4139-98f8-f96285d2c3fe</wfw:commentRss>
      <title>SQL Server 2005 Express Edition with Advanced Services</title>
      <guid isPermaLink="false">http://www.fits-consulting.de/blog/PermaLink,guid,bed2401f-6ce1-4139-98f8-f96285d2c3fe.aspx</guid>
      <link>http://www.fits-consulting.de/blog/PermaLink,guid,bed2401f-6ce1-4139-98f8-f96285d2c3fe.aspx</link>
      <pubDate>Sun, 01 Jan 2006 23:06:26 GMT</pubDate>
      <description>Regarding to Russell Christopher´s articel SQL Express and SQL Reporting Services 2005 – Soon, but not yet there will be a Version of SQL Express, called SQL Server 2005 Express Edition with Advanced Services, which will be able to be connected to a SSRS from Standard / Dev / Enterprise edition coming up in early next year.

Russle also has posted the link to the SQL Server 2005 Reporting Services Feature Matrix, which gives a clear and fast view, which edition will include which features.&lt;img width="0" height="0" src="http://www.fits-consulting.de/blog/aggbug.ashx?id=bed2401f-6ce1-4139-98f8-f96285d2c3fe"/&gt;&lt;br/&gt;&lt;hr/&gt;&lt;p&gt;This weblog is sponsored by &lt;a href="http://www.fits-consulting.de"&gt;FITS&lt;/a&gt;. &lt;br&gt;
We support &lt;a href="http://www.sqlpass.de"&gt;PASS Germany&lt;/a&gt;!&lt;/p&gt;</description>
      <comments>http://www.fits-consulting.de/blog/CommentView,guid,bed2401f-6ce1-4139-98f8-f96285d2c3fe.aspx</comments>
      <category>MS SQL Server;MS SQL Server/MSDB - Express;MS SQL Server/RS - SSRS</category>
    </item>
    <item>
      <trackback:ping>http://www.fits-consulting.de/blog/Trackback.aspx?guid=948a5ecd-ea09-4712-9028-0011ffb0dbb5</trackback:ping>
      <pingback:server>http://www.fits-consulting.de/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.fits-consulting.de/blog/PermaLink,guid,948a5ecd-ea09-4712-9028-0011ffb0dbb5.aspx</pingback:target>
      <dc:creator>Markus Fischer</dc:creator>
      <wfw:comment>http://www.fits-consulting.de/blog/CommentView,guid,948a5ecd-ea09-4712-9028-0011ffb0dbb5.aspx</wfw:comment>
      <wfw:commentRss>http://www.fits-consulting.de/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=948a5ecd-ea09-4712-9028-0011ffb0dbb5</wfw:commentRss>
      <title>SQL Server 2005 Reporting Services Feature Matrix</title>
      <guid isPermaLink="false">http://www.fits-consulting.de/blog/PermaLink,guid,948a5ecd-ea09-4712-9028-0011ffb0dbb5.aspx</guid>
      <link>http://www.fits-consulting.de/blog/PermaLink,guid,948a5ecd-ea09-4712-9028-0011ffb0dbb5.aspx</link>
      <pubDate>Mon, 26 Dec 2005 23:08:31 GMT</pubDate>
      <description>You will find the whole listing here.

A very interesting note is, that "Reporting Services features are not yet available in SQL Server 2005 Express Edition".
When will they be availible? Will they come? Or would this be to much features for free compared to the to the Workgroup Edition?&lt;img width="0" height="0" src="http://www.fits-consulting.de/blog/aggbug.ashx?id=948a5ecd-ea09-4712-9028-0011ffb0dbb5"/&gt;&lt;br/&gt;&lt;hr/&gt;&lt;p&gt;This weblog is sponsored by &lt;a href="http://www.fits-consulting.de"&gt;FITS&lt;/a&gt;. &lt;br&gt;
We support &lt;a href="http://www.sqlpass.de"&gt;PASS Germany&lt;/a&gt;!&lt;/p&gt;</description>
      <comments>http://www.fits-consulting.de/blog/CommentView,guid,948a5ecd-ea09-4712-9028-0011ffb0dbb5.aspx</comments>
      <category>MS SQL Server;MS SQL Server/MSDB - Express;MS SQL Server/RS - SSRS</category>
    </item>
  </channel>
</rss>