Content deleted Content added
this is part of Microsoft Windows |
expanded the article a bit. it's still a bit messy. |
||
Line 1:
'''Windows Internal Database'''
Windows Internal Database is not available as a standalone product for use by end-user applications; Microsoft provides SQL Server Express and [[Microsoft SQL Server]] for this purpose. Additionally, it is designed to only be accessible to [[Windows Services]] running on the same machine.
Several components of Windows Server 2008 use Windows Internal Database for their data storage: [[Active Directory Rights Management Services]], [[Windows System Resource Manager]], [[Universal Description Discovery and Integration|UDDI Services]], and Windows SharePoint Services. On Windows Server 2003, SharePoint and [[Windows Server Update Services]] will install Windows Internal Database and use it as a default data store if a retail SQL Server database instance is not provided. A Knowledge Base article published by Microsoft states that Windows Internal Database does not identify itself as a removable component, and provides instructions how it may be uninstalled by calling [[Windows Installer]] directly.<ref>{{cite web
|url=http://support.microsoft.com/kb/920277
|title=Windows Internal Database is not listed in the Add or Remove Programs tool and is not removed when you remove Windows SharePoint Services 3.0 from the computer (MSKB920277)
|work=Knowledge Base
|publisher=Microsoft
}}</ref>
[[SQL Server Management Studio Express]] can be used to connect to an instance of Windows Internal Database using <code>\\.\pipe\mssql$microsoft##ssee\sql\query</code> as server name.
==References==
{{reflist}}
==External links==
Line 7 ⟶ 21:
{{MS DevTools}}
[[Category:SQL]]
|