<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rainer Bendig &#187; Microsoft</title>
	<atom:link href="http://mrbendig.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://mrbendig.com</link>
	<description>Some stuff about developing, the web and social media</description>
	<lastBuildDate>Thu, 02 Sep 2010 21:51:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>

   <image>
    <title>Rainer Bendig</title>
    <url>http://1.gravatar.com/avatar/7ce1993be3038455e79d29f6495ceaef?s=48&amp;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536</url>
    <link>http://mrbendig.com</link>
   </image>
		<item>
		<title>Moving Databasefiles</title>
		<link>http://mrbendig.com/2010/03/moving-databasefiles/</link>
		<comments>http://mrbendig.com/2010/03/moving-databasefiles/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 13:40:29 +0000</pubDate>
		<dc:creator>Rainer Bendig</dc:creator>
				<category><![CDATA[Datenbanken]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[move files]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql2000]]></category>
		<category><![CDATA[sql2005]]></category>
		<category><![CDATA[sql2008]]></category>
		<category><![CDATA[sql2008 r2]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://mrbendig.com/?p=304</guid>
		<description><![CDATA[<p>If you want to move your databasefiles on a Microsoft SQL 2000, 2005 or 2008 server, you can use the following steps: (Optional) You should first backup your database, and then your current database files. (Optional) Get a list of all files... <a href="http://mrbendig.com/2010/03/moving-databasefiles/">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>If you want to move your databasefiles on a Microsoft SQL 2000, 2005 or 2008 server, you can use the following steps:</p>
<ol>
<li>(Optional) You should first backup your database, and then your current database files. </li>
<li>(Optional) Get a list of all files in use by a database<br />
<code>Use YourDatabase<br />
Go<br />
Exec sp_helpfile</code></li>
<li>Detach the database, to prevent other users to use it. <em>You cannot detach a database that&#8217;s in use, so you want maybe to restart the mssqlserver &#8211; service, or just drop all connections, otherwise, you will get an error.</em><br />
<code>Exec sp_detach_db 'YourDatabase'</code></li>
<li>Move your databasefiles to the new destinations. Remember: The rowfiles needn&#8217;t to be in the same folder like the log-files. For perfomance issues, move the log files to an other harddisk.</li>
<li>Now reattach the database with the databasefiles. You need to provide the filename, with the drive and the folder structure. You need to provide every file, even those which are not moved or renamed.<br />
<code>Exec sp_attach_db 'YourDatabase',<br />
    'D:\NewSqlHome\Data\YourDatabase_Data.mdf',<br />
    'D:\NewSqlHome\Logs\YourDatabase_Log.ldf'</code></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mrbendig.com/2010/03/moving-databasefiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mehrere Internet Explorer Versionen</title>
		<link>http://mrbendig.com/2008/12/mehrere-internet-explorer-versionen/</link>
		<comments>http://mrbendig.com/2008/12/mehrere-internet-explorer-versionen/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 08:06:22 +0000</pubDate>
		<dc:creator>Rainer Bendig</dc:creator>
				<category><![CDATA[arbeit]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[standalone]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://rainerbendig.com/?p=146</guid>
		<description><![CDATA[<p>TredoSoft bietet ein Komplettpaket für unterschiedliche Standalone-Versionen des Internet Explorers. Dies gab es bereits früher als einzelne Downloads pro Version von evolt.org aber ist mit dem Installer nun wesentlich angenehmer geworden. Das... <a href="http://mrbendig.com/2008/12/mehrere-internet-explorer-versionen/">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>TredoSoft bietet ein <a href="http://tredosoft.com/Multiple_IE">Komplettpaket</a> für unterschiedliche Standalone-Versionen des Internet Explorers. Dies gab es bereits früher als einzelne Downloads pro Version von <a href="http://browsers.evolt.org/">evolt.org</a> aber ist mit dem Installer nun wesentlich angenehmer geworden. Das Komplettpaket enthält die (englischen) Versionen von Internet Explorer 3.0, 4.01, 5.01, 5.55 sowie 6.0 und richtet sich an Webentwickler.</p>
]]></content:encoded>
			<wfw:commentRss>http://mrbendig.com/2008/12/mehrere-internet-explorer-versionen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows &#8211; Dialoge inkonsistent</title>
		<link>http://mrbendig.com/2008/10/windows-dialoge-inkonsistent/</link>
		<comments>http://mrbendig.com/2008/10/windows-dialoge-inkonsistent/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 11:22:04 +0000</pubDate>
		<dc:creator>Rainer Bendig</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[arbeit]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Guideline]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[System.Windows.Forms]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://rainerbendig.com/?p=120</guid>
		<description><![CDATA[<p>Im Regelfall richtet man sich richte ich mich nach beim Programmieren von Dialogen nach Beispielen die Windows selbst schon mitbringt. So gibt es den "OpenFileDialog", zum Öffnen von Dateien, zum Beispiel bei der Funktion "Ausführen", bei den... <a href="http://mrbendig.com/2008/10/windows-dialoge-inkonsistent/">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>Im Regelfall <span style="text-decoration: line-through;">richtet man sich</span> richte ich mich nach beim Programmieren von Dialogen nach Beispielen die Windows selbst schon mitbringt. So gibt es den &#8220;<a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.openfiledialog.aspx">OpenFileDialog</a>&#8220;, zum Öffnen von Dateien, zum Beispiel bei der Funktion &#8220;Ausführen&#8221;, bei den Geplanten Tasks, beim Editor und bei Wordpad. Man sollte nun annehmen können, dass diese Dialoge alle gleich aufgebaut sind.</p>
<p>Auf den ersten Blick ist dies auch so. Sieht man genauer hin, entdeckt man aber Inkonsistenzen, zum Beispiel im Dateifilter.</p>
<table border="0">
<tbody>
<tr>
<td><a href="http://static.bytekuenstler.com/BlogFiles/2009/01/ausfuehren_openfiledialog.png" rel="lightbox[120]"><img class="alignnone size-thumbnail wp-image-183" title="ausfuehren_openfiledialog" src="http://static.bytekuenstler.com/BlogFiles/2009/01/ausfuehren_openfiledialog-150x150.png" alt="ausfuehren_openfiledialog" width="150" height="150" /></a></td>
<td valign="top"><strong>Ausführen</strong></p>
<p>Im OpenFileDialog von &#8220;Ausführen&#8221; sind keine Dateieendungen angegeben, weder bei &#8220;Alle Dateien&#8221; noch bei &#8220;Programme&#8221;.</td>
</tr>
<tr></tr>
<tr>
<td><a href="http://static.bytekuenstler.com/BlogFiles/2009/01/tasks_openfiledialog.png" rel="lightbox[120]"><img class="alignnone size-thumbnail wp-image-186" title="tasks_openfiledialog" src="http://static.bytekuenstler.com/BlogFiles/2009/01/tasks_openfiledialog-150x150.png" alt="tasks_openfiledialog" width="150" height="150" /></a></td>
<td valign="top"><strong>Geplante Tasks</strong></p>
<p>Im Dialog von den geplanten Tasks, sind Dateiendungen bei &#8220;Alle Dateien&#8221; angegeben (*.*), nicht aber bei &#8220;Programme&#8221;.</td>
</tr>
<tr>
<td><a href="http://static.bytekuenstler.com/BlogFiles/2009/01/editor_openfiledialog.png" rel="lightbox[120]"><img class="alignnone size-thumbnail wp-image-185" title="editor_openfiledialog" src="http://static.bytekuenstler.com/BlogFiles/2009/01/editor_openfiledialog-150x150.png" alt="editor_openfiledialog" width="150" height="150" /></a></td>
<td valign="top"><strong>Editor</strong></p>
<p>Im Dialog vom Editor sind Dateiendungen bei &#8220;Textdateien&#8221; (*.txt) angegeben, nicht aber bei &#8220;Alle Dateien&#8221;.</td>
</tr>
<tr>
<td><a href="http://static.bytekuenstler.com/BlogFiles/2009/01/wordpad_openfiledialog.png" rel="lightbox[120]"><img class="alignnone size-thumbnail wp-image-187" title="wordpad_openfiledialog" src="http://static.bytekuenstler.com/BlogFiles/2009/01/wordpad_openfiledialog-150x150.png" alt="wordpad_openfiledialog" width="150" height="150" /></a></td>
<td valign="top"><strong>Wordpad</strong></p>
<p>Im Dialog von Wordpad sind Dateiendungen bei allen Auswahlmöglichkeiten, auch der Möglichkeit &#8220;Alle Dateien&#8221; angegeben.</td>
</tr>
</tbody>
</table>
<p>Seltsam. Und wonach richte ich mich nun?</p>
]]></content:encoded>
			<wfw:commentRss>http://mrbendig.com/2008/10/windows-dialoge-inkonsistent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
