사용자 도구

사이트 도구


mssqlserver

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
mssqlserver [2018/09/04 13:42]
kwon37xi [SQLServer 2012 Express 설치]
mssqlserver [2018/11/05 17:59]
kwon37xi
줄 30: 줄 30:
  
 # 완성형 필요하면 추가 옵션 # 완성형 필요하면 추가 옵션
--e "MSSQL_COLLATION=Korean_Wansung_CI_AS"+-e 'MSSQL_COLLATION=Korean_Wansung_CI_AS'
 </code> </code>
   * Docker 사용시 특히 Mac, Windows 에서는 Docker에 할당된 메모리가 4GB 이상인지 확인해야 한다.   * Docker 사용시 특히 Mac, Windows 에서는 Docker에 할당된 메모리가 4GB 이상인지 확인해야 한다.
-  * 그 외버전을 Docker 로 접속게 [[https://windocks.com/|Windocks]]+  * Windows CMD에서 실행하지 말고 파워셸에서 실행할 것. 
 +  * 아래와 같은 오류가 발생면(특히 Windows, Mac OS X) PC를 재시작할 것<code> 
 +  Unable to acquire SQL Server application lock 
 +  --------------------------------------------- 
 +  SQL State  S0000 
 +  Error Code : 17750 
 +  Message    : Could not load the DLL (server internal), or one of the DLLs it references. Reason: 126(The specified module could not be found.).
  
 +  Could not load the DLL (server internal), or one of the DLLs it references. Reason: 126(The specified module could not be found.).
 +</code>
 +  * 그 외버전을 Docker 로 접속가능하게 [[https://windocks.com/|Windocks]]
 <code sh> <code sh>
 # 한번에 # 한번에
줄 117: 줄 126:
 SET IDENTITY_INSERT books OFF; SET IDENTITY_INSERT books OFF;
 </code> </code>
 +
 +===== 실습용 데이터베이스 =====
 +  * [[https://github.com/Microsoft/sql-server-samples|SQL-Server Samples]] [[https://github.com/Microsoft/sql-server-samples/releases|Releases]]
  
 ===== 참고 ===== ===== 참고 =====
mssqlserver.txt · 마지막으로 수정됨: 2020/02/14 11:04 저자 kwon37xi