<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/6.11.7-stable" -->
<rss version="0.92">
	<channel>
		<title>Downloads</title>
		<link>https://www.insidesql.org/blogs/downloads/</link>
		<description>InsideSQL.org Blogs - Blogs über SQL Server</description>
		<language>de-DE</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
				<item>
			<title>Durchschnittliche Bearbeitungszeit eines Datensatzes in der Arbeitszeit</title>
						<description>&lt;p&gt;Für meine Antwort im MSDN Entwickler Forum zum Thread &lt;a href=&quot;http://social.msdn.microsoft.com/Forums/de-DE/sqlserverde/thread/e6ecee8b-0806-4175-ba71-fe1fdcaa94de&quot; target=&quot;_blank&quot;&gt;Durchschnittliche Bearbeitungszeit eines Datensatzes in der Arbeitszeit&lt;/a&gt; habe ich das angehängte Skript gepostet.&lt;/p&gt;
&lt;a href=&quot;https://www.insidesql.org/blogs/downloads/2013/01/18/durchschnittliche-bearbeitungszeit-eines-datensatzes-in-der-arbeitszeit#more3401&quot;&gt;Ganze Geschichte &amp;raquo;&lt;/a&gt;</description>
			<link>https://www.insidesql.org/blogs/downloads/2013/01/18/durchschnittliche-bearbeitungszeit-eines-datensatzes-in-der-arbeitszeit</link>
							</item>
				<item>
			<title>Spaltenname über alle Tabellen einer Datenbank suchen</title>
						<description>&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;ca-pub-1436692152092954&quot;;
/* Inline */
google_ad_slot = &quot;6416122483&quot;;
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;
&lt;a href=&quot;https://www.insidesql.org/blogs/media/blogs/downloads/Spaltenname_ueber_alle_Tabellen_einer Datenbank_suchen.sql?mtime=1284015161&quot;&gt;&lt;span alt=&quot;sql&quot; title=&quot; Spaltenname_ueber_alle_Tabellen_einer Datenbank_suchen.sql&quot; style=&quot;background-position: -16px -16px&quot; class=&quot;icon&quot;&gt;&amp;nbsp;&lt;/span&gt; Spaltenname_ueber_alle_Tabellen_einer Datenbank_suchen.sql&lt;/a&gt;</description>
			<link>https://www.insidesql.org/blogs/downloads/2010/09/09/spaltenname-ueber-alle-tabellen-einer-datenbank-suchen</link>
							</item>
				<item>
			<title>Alle Extended Properties löschen</title>
						<description>&lt;p&gt;Das angehängte Skript löscht alle Extended Properties in einer Datenbank, Zumindest die, welche ich bei mir erstellt habe. Sollte aber nicht schwierig sein, das Skript um die fehlenden Typen zu erweitern.&lt;/p&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;ca-pub-1436692152092954&quot;;
/* Inline */
google_ad_slot = &quot;6416122483&quot;;
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;

&lt;a href=&quot;https://www.insidesql.org/blogs/media/blogs/downloads/ExtendedProperties.sql?mtime=1283514877&quot;&gt;&lt;span alt=&quot;sql&quot; title=&quot; ExtendedProperties.sql&quot; style=&quot;background-position: -16px -16px&quot; class=&quot;icon&quot;&gt;&amp;nbsp;&lt;/span&gt; ExtendedProperties.sql&lt;/a&gt;</description>
			<link>https://www.insidesql.org/blogs/downloads/2010/09/03/alle-extended-properties-loeschen</link>
							</item>
				<item>
			<title>Liste aller DBCC-Befehle</title>
						<description>&lt;p&gt;&lt;a href=&quot;http://tracker.icerocket.com/project.info.php?pid=11155&amp;amp;rid=pbl&quot;&gt;&lt;img src=&quot;http://tracker.icerocket.com/s/11155.png&quot; alt=&quot;&quot; width=&quot;0&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;CU&lt;br /&gt;&lt;a title=&quot;Torsten Schuessler&quot; href=&quot;/blogs/tosc&quot; target=&quot;_self&quot;&gt;tosc&lt;/a&gt;&lt;/p&gt;
&lt;a href=&quot;https://www.insidesql.org/blogs/downloads/2010/08/20/liste-aller-dbcc-befehle#more1020&quot;&gt;Ganze Geschichte &amp;raquo;&lt;/a&gt;</description>
			<link>https://www.insidesql.org/blogs/downloads/2010/08/20/liste-aller-dbcc-befehle</link>
							</item>
				<item>
			<title>Überprüfung aller Datenbanken einer Instanz</title>
						<description>&lt;p&gt;Überprüfung folgender Eigenschaften für alle Datenbanken einer Instanz:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Wiederherstellungsmodell - &lt;code class=&quot;codespan&quot;&gt;recovery_model_desc&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Datenbankstatus - &lt;code class=&quot;codespan&quot;&gt;state_desc&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Wiederverwendung von Transaktionsprotokollspeicher - &lt;code class=&quot;codespan&quot;&gt;log_reuse_wait_desc&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Transaktionsprotokoll Groesse / Verwendung&lt;/li&gt;
&lt;li&gt;Datenbank Kompatibilitätsgrad - &lt;code class=&quot;codespan&quot;&gt;compatibility_level&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;und mehr ...&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;CU&lt;br /&gt;&lt;a title=&quot;Torsten Schuessler&quot; href=&quot;/blogs/tosc/&quot; target=&quot;_self&quot;&gt;tosc&lt;/a&gt;&lt;/p&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;ca-pub-1436692152092954&quot;;
/* Inline */
google_ad_slot = &quot;6416122483&quot;;
google_ad_width = 468;
google_ad_height = 15;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;

&lt;a href=&quot;https://www.insidesql.org/blogs/media/blogs/downloads/quick_check_db_instance.sql?mtime=1282144133&quot;&gt;&lt;span alt=&quot;sql&quot; title=&quot; quick_check_db_instance.sql&quot; style=&quot;background-position: -16px -16px&quot; class=&quot;icon&quot;&gt;&amp;nbsp;&lt;/span&gt; quick_check_db_instance.sql&lt;/a&gt;</description>
			<link>https://www.insidesql.org/blogs/downloads/2010/08/18/ueberpruefung-aller-datenbanken-einer-instanz</link>
							</item>
				<item>
			<title>Ausführen eines Langen dynamischen SQL Statements</title>
						<description>&lt;p&gt;Ausführen eines Langen dynamischen SQL Statements. &lt;br /&gt;Problem: Sie haben eine dynamische Anweisung die länger als 8000 Zeichen wird und wollen nicht prüfen wie lang das Statement wird. Sie können die ExecQueue verneden. Hierfür werden 2 Proceduren benötigt: &lt;br /&gt;1. Procedur sp_fillQueue &lt;br /&gt;2. Procedur sp_ExecuteQueue &lt;br /&gt;Erste Procedur füllt die Queue und zweite führt die Queue aus. &lt;br /&gt;&lt;/p&gt;&lt;!-- Adsense block #4 not displayed since it exceed the limit of 3 --&gt;

&lt;a href=&quot;https://www.insidesql.org/blogs/media/blogs/downloads/ExecQueue.sql?mtime=1282031286&quot;&gt;&lt;span alt=&quot;sql&quot; title=&quot; ExecQueue.sql&quot; style=&quot;background-position: -16px -16px&quot; class=&quot;icon&quot;&gt;&amp;nbsp;&lt;/span&gt; ExecQueue.sql&lt;/a&gt;</description>
			<link>https://www.insidesql.org/blogs/downloads/2010/08/17/ausfuehren-eines-langen-dynamischen-sql-statements</link>
							</item>
				<item>
			<title>Überprüfung der sofortigen Dateiinitialisierung</title>
						<description>&lt;p&gt;Warum? &lt;a href=&quot;http://msdn.microsoft.com/de-de/library/ms175935.aspx&quot;&gt;http://msdn.microsoft.com/de-de/library/ms175935.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;CU&lt;br /&gt;tosc&lt;/p&gt;&lt;!-- Adsense block #5 not displayed since it exceed the limit of 3 --&gt;

&lt;a href=&quot;https://www.insidesql.org/blogs/media/blogs/downloads/Dateiinitialisierung.sql?mtime=1281970824&quot;&gt;&lt;span alt=&quot;sql&quot; title=&quot; Dateiinitialisierung.sql&quot; style=&quot;background-position: -16px -16px&quot; class=&quot;icon&quot;&gt;&amp;nbsp;&lt;/span&gt; Dateiinitialisierung.sql&lt;/a&gt;</description>
			<link>https://www.insidesql.org/blogs/downloads/2010/08/16/ueberpruefung-der-sofortigen-dateiinitialisierung</link>
							</item>
				<item>
			<title>Berechtigung und Rollen von Windows Gruppen und ihren Mitgliedern</title>
						<description>&lt;p&gt;Folgendes Script liefert die Berechtigungen und Rollen inkl. Windows Gruppen und Ihrer Mitglieder auf.&lt;/p&gt;
&lt;p&gt;&lt;!-- Adsense block #6 not displayed since it exceed the limit of 3 --&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.insidesql.org/blogs/media/blogs/downloads/permission_role.sql?mtime=1281969820&quot;&gt;&lt;span alt=&quot;sql&quot; title=&quot; Below script displays SQL-Server Roles/Permissions retrieving each NT-account that belongs to NT-groups&quot; style=&quot;background-position: -16px -16px&quot; class=&quot;icon&quot;&gt;&amp;nbsp;&lt;/span&gt; Below script displays SQL-Server Roles/Permissions retrieving each NT-account that belongs to NT-groups&lt;/a&gt;&lt;/p&gt;</description>
			<link>https://www.insidesql.org/blogs/downloads/2010/08/16/berechtigung-und-rollen-von-windows-gruppen-und-ihren-mitgliedern</link>
							</item>
			</channel>
</rss>
