티스토리 뷰
SQL Server 시작할때 시작계정을 레지스트리의 값을 가져와서 구동이 된다.
그럼 레지스트리의 어느 경로에 있을까?
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSSQLSERVER
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SQLSERVERAGENT
위 레지스트리의 경로에 보면 CurrentControlSet 바로 위에 있는 ControlSet001..002 이렇게 생성이 된다.
어떤 의미일까?
결론 : CurrentControlSET은 001꺼로 동기화를 하고 최근 마지막구성은 002 로 복원안전모드시 가져오게 되는 값이다.
https://support.microsoft.com/en-us/kb/100010
ontrol sets are stored in the HKEY_LOCAL_MACHINE subtree, under the SYSTEM key. There may be several control sets depending on how often you change system settings or have problems with the settings you choose. A typical installation of Windows NT will contain four:
\ControlSet001
\ControlSet002
\CurrentControlSet
\Clone
ControlSet001 may be the last control set you booted with, while ControlSet002 could be what is known as the last known good control set, or the control set that last successfully booted Windows NT. The CurrentControlSet subkey is really a pointer to one of the ControlSetXXX keys. Clone is a clone of CurrentControlSet, and is created each time you boot your computer by the kernel initialization process. In order to better understand how these control sets are used, you need to be aware of another subkey, Select.
검색어 : 시작계정레지스트리경로
'SQL Server' 카테고리의 다른 글
SQL Server NT Service\MSSQLSERVER 와 메모리에 페이지 잠금 옵션과의 관계 (0) | 2016.05.20 |
---|---|
설치된 오라클 클라이언트(Oracle Client ) 버전 및 비트 확인 하기 (0) | 2016.05.12 |
SQL Server 2000 호환성수준 80과 90에서 수동 점검 해야하는 쿼리 (0) | 2016.05.12 |
SQL Server 7.0 to SQL Server 2008(R2) 마이그레이션 하기 (0) | 2016.05.09 |
[SQL Server] Compatibility Level(호환성수준) 차이점 (0) | 2016.05.09 |
- Total
- Today
- Yesterday