<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.wingeav.de/index.php?action=history&amp;feed=atom&amp;title=Windows_Internal_Database_%28WID%29</id>
	<title>Windows Internal Database (WID) - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.wingeav.de/index.php?action=history&amp;feed=atom&amp;title=Windows_Internal_Database_%28WID%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.wingeav.de/index.php?title=Windows_Internal_Database_(WID)&amp;action=history"/>
	<updated>2026-04-17T15:19:08Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in MyWiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.wingeav.de/index.php?title=Windows_Internal_Database_(WID)&amp;diff=242&amp;oldid=prev</id>
		<title>Rueling: Die Seite wurde neu angelegt: „WSUS und RDS (Remote Desktop Services / Terminal Services) verwenden eine Windows Internal Database. &lt;br&gt; Dabei handelt es sich um eine spezielle MSSQL Instanz…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.wingeav.de/index.php?title=Windows_Internal_Database_(WID)&amp;diff=242&amp;oldid=prev"/>
		<updated>2020-09-29T10:53:02Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „WSUS und RDS (Remote Desktop Services / Terminal Services) verwenden eine Windows Internal Database. &amp;lt;br&amp;gt; Dabei handelt es sich um eine spezielle MSSQL Instanz…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;WSUS und RDS (Remote Desktop Services / Terminal Services) verwenden eine Windows Internal Database. &amp;lt;br&amp;gt;&lt;br /&gt;
Dabei handelt es sich um eine spezielle MSSQL Instanz. &amp;lt;br&amp;gt;&lt;br /&gt;
Um diese zu konfigurieren, z.B. um MaxMemory anzupassen kann man mit dem Management Studio, Powershell oder den SQL Commandline Utility (sqlcmd Utility) + ODBC Treiber sich über eine Pipe mit der SQL Instanz verbinden&lt;br /&gt;
 &amp;lt;b&amp;gt;Powershell:&amp;lt;/b&amp;gt;&lt;br /&gt;
 $ConnectionString = &amp;#039;server=\\.\pipe\MICROSOFT##WID\tsql\query;trusted_connection=true;&amp;#039;&lt;br /&gt;
 $SQLConnection= New-Object System.Data.SQLClient.SQLConnection($ConnectionString)&lt;br /&gt;
 $SQLConnection.Open()&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;b&amp;gt;SQLcmd:&amp;lt;/b&amp;gt;&lt;br /&gt;
 sqlcmd -E -S \\.\pipe\Microsoft##WID\tsql\query&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;b&amp;gt;SSMS:&amp;lt;/b&amp;gt;&lt;br /&gt;
 np:\\.\pipe\MICROSOFT##WID\tsql\query&lt;br /&gt;
&lt;br /&gt;
Der Befehl zum ändern von MaxMemory ist wie folgt:&lt;br /&gt;
  exec sp_configure &amp;#039;show advanced option&amp;#039;, &amp;#039;1&amp;#039;;&lt;br /&gt;
  reconfigure;&lt;br /&gt;
  go&lt;br /&gt;
  &lt;br /&gt;
  #Anzeigen der Konfiguration:&lt;br /&gt;
  exec sp_configure;&lt;br /&gt;
  go&lt;br /&gt;
  &lt;br /&gt;
  Um die Einstellung anzupassen:&lt;br /&gt;
  exec sp_configure ‚max server memory‘, 32768;&lt;br /&gt;
  reconfigure with override;&lt;br /&gt;
  go&lt;/div&gt;</summary>
		<author><name>Rueling</name></author>
	</entry>
</feed>