Windows 내부 데이터베이스

Windows Internal Database

Windows Internal Database(코드네임 WYukon, SQL Server Embedded Edition이라고도 함)는 SQL Server Express 2005-2014의 변형으로 Windows Server 2008(SQL 2005), Windows Server 2008 R2(SQL 2005), Windows Server 2012(SQL 2012 및 2016)에 포함되어 있습니다.SQL Server 데이터베이스 백엔드가 필요한 2007년 이후에 출시된 기타 무료 Microsoft 제품도 있습니다.Windows SharePoint Services 3.0 및 Windows Server Update Services 3.0에는 모두 SQL Server의 시판 버전을 사용하는 대신 사용할 수 있는 Windows 내부 데이터베이스가 포함되어 있습니다.WID는 Windows Server 2008 64비트의 컴포넌트로서도 32비트 어플리케이션으로 패스 내에 설치되어 있습니다.C:\Windows\sysmsi\ssee\Windows Server 2012 이후에서는 64비트 어플리케이션으로,C:\Windows\WID.

Windows 내부 데이터베이스는 최종 사용자 응용 프로그램에서 사용하는 독립 실행형 제품으로 사용할 수 없습니다. Microsoft는 이를 위해 SQL Server Express 및 Microsoft SQL Server를 제공합니다.또, 같은 머신상에서 실행되고 있는 Windows 서비스에만 액세스 할 수 있도록 설계되어 있습니다.

Windows Server 2008 및 2012의 일부 컴포넌트는 데이터 스토리지에 Windows 내부 데이터베이스를 사용합니다.Active Directory Rights Management Services, Windows System Resource Manager, UDDI Services, Active Directory Federation Services 2.0, 리모트 데스크톱(스탠드 아론) Connection[1] Broker, IPAM 및 Windows SharePoint Services.Windows Server 2003 에서는, SharePointWindows Server Update Services 가 Windows 내부 데이터베이스를 인스톨 해, 시판의 SQL Server 데이타베이스 인스턴스가 제공되지 않는 경우는, 디폴트의 데이터 스토어로 사용합니다.Microsoft가 발행한 Knowledge Base 문서에는 Windows 내부 데이터베이스는 리무버블컴포넌트로 식별되지 않으며 Windows Installer를 [2]직접 호출하여 제거할 수 있는 방법이 기재되어 있습니다.

SQL Server Management Studio Express를 사용하여 Windows 내부 데이터베이스 인스턴스에 연결할 수 있습니다.\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query(2003~2008) 또는\\.\pipe\MICROSOFT##WID\tsql\query(2012)를 인스턴스 이름으로 지정합니다.그러나 이 버전의 SQL Server에서는 원격 연결을 활성화할 수 없으므로 로컬에서만 작동합니다.또한 SQL Server 인증이 아닌 "Windows 인증"을 사용해야 하며 관리자는 Windows 설치 시 생성된 것과 동일한 관리 계정을 사용하여 로그온했을 때 인증에 성공하는 최상의 결과를 얻을 수 있습니다.

레퍼런스

  1. ^ "IPAM Architecture". TechNet. Microsoft.
  2. ^ "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)". Knowledge Base. Microsoft.

외부 링크