<feed xmlns:dc="http://purl.org/dc/elements/1.1/" 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="http://www.w3.org/2005/Atom" xml:lang="de-CH">
    <title>Schmidi's Blog</title>
    <link rel="self" type="application/xml" href="http://schmidi.bloggingon.net/Atom.aspx" />
    <subtitle type="html">.NET, SQL-Server,Windows,...</subtitle>
    <id>http://schmidi.bloggingon.net/Default.aspx</id>
    <author>
        <name>Schmid</name>
        <uri>http://schmidi.bloggingon.net/Default.aspx</uri>
    </author>
    <generator uri="http://subtextproject.com" version="Subtext Version 1.9.5.177">Subtext</generator>
    <updated>2009-06-16T10:34:16Z</updated>
    <entry>
        <title>Welcher WorkerProzess gehört zu welchem AppPool die 2.</title>
        <link rel="self" type="text/html" href="http://schmidi.bloggingon.net/archive/2009/06/16/welcher-workerprozess-gehört-zu-welchem-apppool-die-2.aspx" />
        <id>http://schmidi.bloggingon.net/archive/2009/06/16/welcher-workerprozess-gehört-zu-welchem-apppool-die-2.aspx</id>
        <published>2009-06-16T10:34:1602:00:00</published>
        <updated>2009-06-16T10:34:16Z</updated>
        <content type="html">Mit Windows 2008-Server geht die früher gemeldete Funktion nicht mehr. Neu kann man das wie folgt machen:&lt;br /&gt;
&lt;br /&gt;
%windir%\system32\inetsrv\appcmd.exe list wp  &lt;br /&gt;
&lt;br /&gt;
Dabei sieht man, welcher WP-Prozess(aus dem Taskmanager sieht man z.B. die Auslastung) zu welchem AppPool gehört.&lt;img src="http://schmidi.bloggingon.net/aggbug/49.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://schmidi.bloggingon.net/comments/49.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://schmidi.bloggingon.net/comments/commentRss/49.aspx</wfw:commentRss>
        <trackback:ping>http://schmidi.bloggingon.net/services/trackbacks/49.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Nummerieren von SQL-Abfragen mit ROW_NUMBER()</title>
        <link rel="self" type="text/html" href="http://schmidi.bloggingon.net/archive/2009/05/26/nummerieren-von-sql-abfragen-mit-row_number.aspx" />
        <id>http://schmidi.bloggingon.net/archive/2009/05/26/nummerieren-von-sql-abfragen-mit-row_number.aspx</id>
        <published>2009-05-26T10:24:5802:00:00</published>
        <updated>2009-05-26T10:24:58Z</updated>
        <content type="html">Wie man mit ROW_NUMBER() eine fortlaufende Nummerierung in seine Abfrage bringt, wird in &lt;a href="http://www.sql-asp-blog.de/post.aspx?id=0d170165-fa33-4913-b6e2-13f4bdcaef09"&gt;diesem Posting &lt;/a&gt;sehr gut beschrieben.&lt;img src="http://schmidi.bloggingon.net/aggbug/48.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://schmidi.bloggingon.net/comments/48.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://schmidi.bloggingon.net/comments/commentRss/48.aspx</wfw:commentRss>
        <trackback:ping>http://schmidi.bloggingon.net/services/trackbacks/48.aspx</trackback:ping>
    </entry>
    <entry>
        <title>einfaches aber super Video-Schnittprogramm</title>
        <link rel="self" type="text/html" href="http://schmidi.bloggingon.net/archive/2009/01/28/einfaches-aber-super-video-schnittprogramm.aspx" />
        <id>http://schmidi.bloggingon.net/archive/2009/01/28/einfaches-aber-super-video-schnittprogramm.aspx</id>
        <published>2009-01-28T23:37:0001:00:00</published>
        <updated>2009-01-28T23:37:00Z</updated>
        <content type="html">Um kleine Videos von der Digi-Cam zusammenzuschneiden um der Verwandtschaft online bereitstellen zu können, habe ich vor einiger Zeit schon lange gesucht und dann MPEG Streamclip entdeckt. Beim HD-Crash anfangs Jahr habe ich dieses Programm verloren und leider den Namen nicht gemerkt.&lt;br /&gt;
Jetzt habe ich es endlich wieder gefunden und möchte hiermit ein späteres Verschwinden verhinden.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.squared5.com/svideo/mpeg-streamclip-win.html"&gt;Link zu MPEG Streamclip&lt;br /&gt;
&lt;/a&gt;&lt;img src="http://schmidi.bloggingon.net/aggbug/47.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://schmidi.bloggingon.net/comments/47.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://schmidi.bloggingon.net/comments/commentRss/47.aspx</wfw:commentRss>
        <trackback:ping>http://schmidi.bloggingon.net/services/trackbacks/47.aspx</trackback:ping>
    </entry>
    <entry>
        <title>SQL-Abfrage analysieren</title>
        <link rel="self" type="text/html" href="http://schmidi.bloggingon.net/archive/2009/01/15/sql-abfrage-analysieren.aspx" />
        <id>http://schmidi.bloggingon.net/archive/2009/01/15/sql-abfrage-analysieren.aspx</id>
        <published>2009-01-15T08:34:0301:00:00</published>
        <updated>2009-01-15T08:36:21Z</updated>
        <content type="html">Mit&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/ms190287(SQL.90).aspx"&gt;SET STATISTICS TIME ON&lt;/a&gt;&lt;br /&gt;
Go&lt;br /&gt;
&lt;a href="http://technet.microsoft.com/de-de/library/ms184361(SQL.90).aspx"&gt;SET STATISTICS IO ON;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
kann man sich diverse Info(Ausführungszeit,Leservorgänge,...) zu einer Abfrage anzeigen lassen.&lt;br /&gt;
&lt;br /&gt;
Man kann dieses Einstellung im SQL Managament Studio/Query Analyzer auch direkt in den Abfrageoptionen aktivieren.&lt;img src="http://schmidi.bloggingon.net/aggbug/46.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://schmidi.bloggingon.net/comments/46.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://schmidi.bloggingon.net/comments/commentRss/46.aspx</wfw:commentRss>
        <trackback:ping>http://schmidi.bloggingon.net/services/trackbacks/46.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Michael Schwarz verschenkt div. NET-Bücher</title>
        <link rel="self" type="text/html" href="http://schmidi.bloggingon.net/archive/2009/01/08/gratis_buecher.aspx" />
        <id>http://schmidi.bloggingon.net/archive/2009/01/08/gratis_buecher.aspx</id>
        <published>2009-01-08T20:10:0401:00:00</published>
        <updated>2009-01-22T08:09:30Z</updated>
        <content type="html">Hallo&lt;br /&gt;
&lt;br /&gt;
Michael Schwarz bietet div. Bücher gratis an. Dabei sind Bücher zu 3.5 und 2.0.&lt;br /&gt;
Weitere Infos gibt es unter:&lt;br /&gt;
&lt;a href="http://michael-schwarz.blogspot.com/2009/01/net-bcher-und-software-kostenlos.html"&gt;http://michael-schwarz.blogspot.com/2009/01/net-bcher-und-software-kostenlos.html&lt;/a&gt;&lt;img src="http://schmidi.bloggingon.net/aggbug/45.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://schmidi.bloggingon.net/comments/45.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://schmidi.bloggingon.net/comments/commentRss/45.aspx</wfw:commentRss>
        <trackback:ping>http://schmidi.bloggingon.net/services/trackbacks/45.aspx</trackback:ping>
    </entry>
    <entry>
        <title>SQL-Server Lizensierung</title>
        <link rel="self" type="text/html" href="http://schmidi.bloggingon.net/archive/2008/11/20/sql-server-lizensierung.aspx" />
        <id>http://schmidi.bloggingon.net/archive/2008/11/20/sql-server-lizensierung.aspx</id>
        <published>2008-11-20T09:14:2101:00:00</published>
        <updated>2008-11-20T09:15:19Z</updated>
        <content type="html">Dazu gibt es von Trivadis einen &lt;a href="http://blog.trivadis.com/blogs/imsms/archive/2007/10/03/sql-server-2005-licensing-und-unterst-252-tzung-von-multicore-cpus.aspx"&gt;Blog-Eintrag&lt;/a&gt; und ebenfalls ein &lt;a href="http://blog.trivadis.com/blogs/imsms/attachment/318.ashx"&gt;Dokument&lt;/a&gt;.&lt;img src="http://schmidi.bloggingon.net/aggbug/41.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://schmidi.bloggingon.net/comments/41.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://schmidi.bloggingon.net/comments/commentRss/41.aspx</wfw:commentRss>
        <trackback:ping>http://schmidi.bloggingon.net/services/trackbacks/41.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Handling der Transaction Log-Files im MS SQL Server</title>
        <link rel="self" type="text/html" href="http://schmidi.bloggingon.net/archive/2008/11/11/handling-der-transaction-log-files-im-ms-sql-server.aspx" />
        <id>http://schmidi.bloggingon.net/archive/2008/11/11/handling-der-transaction-log-files-im-ms-sql-server.aspx</id>
        <published>2008-11-11T22:55:5701:00:00</published>
        <updated>2008-11-11T22:56:49Z</updated>
        <content type="html">Eine gute Doku dazu gibts bei Trivadis unter:&lt;br /&gt;
&lt;a href="http://www.trivadis.com/uploads/tx_cabagdownloadarea/SQL_Server_Logfile_handling.pdf"&gt;Link&lt;/a&gt;&lt;img src="http://schmidi.bloggingon.net/aggbug/40.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://schmidi.bloggingon.net/comments/40.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://schmidi.bloggingon.net/comments/commentRss/40.aspx</wfw:commentRss>
        <trackback:ping>http://schmidi.bloggingon.net/services/trackbacks/40.aspx</trackback:ping>
    </entry>
    <entry>
        <title>preiswerte SSL Zertifikate</title>
        <link rel="self" type="text/html" href="http://schmidi.bloggingon.net/archive/2008/10/09/preiswerte-ssl-zertifikate.aspx" />
        <id>http://schmidi.bloggingon.net/archive/2008/10/09/preiswerte-ssl-zertifikate.aspx</id>
        <published>2008-10-09T12:52:0702:00:00</published>
        <updated>2008-10-09T12:52:07Z</updated>
        <content type="html">Damit ich es nicht nochmals suchen muss:&lt;br /&gt;
http://www.psw.net/ssl.cfm&lt;br /&gt;&lt;img src="http://schmidi.bloggingon.net/aggbug/39.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://schmidi.bloggingon.net/comments/39.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://schmidi.bloggingon.net/comments/commentRss/39.aspx</wfw:commentRss>
        <trackback:ping>http://schmidi.bloggingon.net/services/trackbacks/39.aspx</trackback:ping>
    </entry>
    <entry>
        <title>SQL Server 2005 Performance Dashboard Reports</title>
        <link rel="self" type="text/html" href="http://schmidi.bloggingon.net/archive/2008/10/06/sql-server-2005-performance-dashboard-reports.aspx" />
        <id>http://schmidi.bloggingon.net/archive/2008/10/06/sql-server-2005-performance-dashboard-reports.aspx</id>
        <published>2008-10-06T21:04:4902:00:00</published>
        <updated>2008-10-06T21:20:40Z</updated>
        <content type="html">Eine gute Sammlung an Reports für div. Auswertungen auf dem SQL Server sind in den Performance Dashboard Reports enthalten. So sieht man z.B. schnell, welche Tabellen wieviel Speicherplatz benötigen und vieles mehr.&lt;br /&gt;
&lt;br /&gt;
http://www.microsoft.com/downloads/details.aspx?FamilyId=1d3a4a0d-7e0c-4730-8204-e419218c1efc&amp;amp;displaylang=en&lt;br /&gt;
&lt;br /&gt;
Eine Installationsanleitung und eine gute Übersicht ist unter:&lt;br /&gt;
http://www.sql-server-performance.com/articles/per/bm_performance_dashboard_2005_p1.aspx&lt;br /&gt;
&lt;br /&gt;
zu finden.&lt;img src="http://schmidi.bloggingon.net/aggbug/38.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://schmidi.bloggingon.net/comments/38.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://schmidi.bloggingon.net/comments/commentRss/38.aspx</wfw:commentRss>
        <trackback:ping>http://schmidi.bloggingon.net/services/trackbacks/38.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Case Sensitive Filter in SQL-Abfrage</title>
        <link rel="self" type="text/html" href="http://schmidi.bloggingon.net/archive/2008/09/25/case-sensitive-filter-in-sql-abfrage.aspx" />
        <id>http://schmidi.bloggingon.net/archive/2008/09/25/case-sensitive-filter-in-sql-abfrage.aspx</id>
        <published>2008-09-25T23:01:1102:00:00</published>
        <updated>2008-09-25T23:01:11Z</updated>
        <content type="html">Damit bei einer SQL-Abfrage der WHERE-Filter die Gross/Kleinschreibung beachtet, muss folgendes gemacht werden:&lt;br /&gt;
&lt;br /&gt;
WHERE unit COLLATE Latin1_General_CS_AS = 'STK'   &lt;br /&gt;
&lt;br /&gt;
Das liefert die Daten zurück, welche als unit STK enthalten, aber nicht Stk.&lt;img src="http://schmidi.bloggingon.net/aggbug/37.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://schmidi.bloggingon.net/comments/37.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://schmidi.bloggingon.net/comments/commentRss/37.aspx</wfw:commentRss>
        <trackback:ping>http://schmidi.bloggingon.net/services/trackbacks/37.aspx</trackback:ping>
    </entry>
</feed>