반응형

SQL Server 설치 (1) 하드웨어 요구사항

 

지난 시간에는 DBMS가 무엇인지 SQL이 무엇인지 개요에 대해서 살펴 보았다.

이번 시간에는 Microsoft SQL Server 2008 R2를 설치해보도록 하겠다.

 

글을 쓰는 현재 MS에서는 SQL Server Code Name "Denali"(2011)이 발표 되었다.

 

우선 이제부터 SQL 설치 및 기타 기능들을 알아 보기 위해서는 SQL Server를 설치해야하는데 MS에서 Trial 또는 Expression Edition 으로 무료로 쓸 수 있도록 되어 있다.

 

Express Edition은 기능상 제약이 많은 관계로 Enterprise Trial을 다운받아 진행 한다.

 

SQL Server 2008 R2 Download (링크는 MS사정에 따라 변경 될 수 있음)

: http://www.microsoft.com/sqlserver/en/us/get-sql-server/try-it.aspx

 

사용자의 환경에 따라 32bit 또는 64bit 다운로드 한다.

 

 

 

현재 운영체제의 하드웨어 및 OS , 서비스팩 정보 확인

[시작] – [실행] – msinfo32 실행

 

Win XP, VISTA, 2003은 SP2 이상, .Net FrameWork 3.5 이상을 꼭 설치하여야 한다.

최신 윈도우 업데이트를 실행하면 대부분 해결된다.

 

 

 

1. 하드웨어 요구사항 및 OS

출처 : http://msdn.microsoft.com/ko-kr/library/ms143506(v=SQL.100).aspx#EEIA64

 

Edition(32bit)

CPU, 속도

RAM

Enterprise Edition

Developer Edition

Standard Edition

Pentium III 호환 프로세서 이상

 

최소:1.0GHz

권장:2.0GHz 이상

최소 : 512MB

권장 : 2GB이상

최대 : OS MAX

Web Edition

Workgroup Edition

Express Edition

최소 : 256MB

권장 : 1GB 이상

최대 : OS MAX

OS

Windows Server 2008 R2 64비트 x64 Datacenter / Enterprise / Standard / Web

Windows Server 2008 x64 Datacenter / Enterprise
Windows Server 2008 Datacenter / Enterprise / Standard / Web

Windows Server 2003 SP2 x64 Datacenter / Enterprise / Standard
Windows Server 2003 SP2 Datacenter / Enterprise / Standard /2003 Small Business

Windows 7 x64 Enterprise / Ultimate / Professional
Windows 7 Enterprise / Ultimate / Professional

Windows Vista x64 Enterprise / Ultimate / Business
Windows Vista Enterprise / Ultimate / Business

Windows XP x64 Professional
Windows XP SP2 Professional / / Home Edition / Tablet / Media Center 2005, 2004, 2002

 

Edition(64bit)

CPU, 속도

RAM

Enterprise Edition

Developer Edition

Standard Edition

최소 : AMD Opteron, Athlon 64

Intel EM64T 지원하는 Intel Xeon

 

Intel EM64T 지원하는 Intel Pentium IV

 

최소:1.4GHz

권장:2.0GHz 이상

최소 : 512MB

권장 : 2GB이상

최대 : OS MAX

Web Edition

Workgroup Edition

Express Edition

최소 : 512MB

권장 : 1GB 이상

최대 : OS MAX

OS

Windows Server 2008 R2 Itanium IA64
Windows 2008 R2 x64 Datacenter / Enterprise / Standard / Foundation Server / Web

 

Windows Server 2008 x64 Itanium
Windows Server 2008 x64 Datacenter / Enterprise / Web / Standard / Small Business
Windows Server 2008 for Windows Essential Server Solutions

Windows Server 2003 SP2 x64 Itanium Datacenter/ Enterprise
Windows Server 2003 SP2 x64 Datacenter / Enterprise / Standard

Windows 7 x64 Enterprise / Ultimate / Professional

Windows Vista x64 Enterprise / Ultimate / Business

Windows XP Professional x64

 

필자의 테스트 환경 사양이다.

Host PC

- CPU : Intel Core2 Duo E6750 64(32)

- RAM : 3GB

- OS : Win7 64Bit Professional K

 

필자는 여러 버전을 테스트하기 위하여 SQL을 VM 환경에 구축하였다.

- RAM : 1G 할당.

- HDD 50G

- OS : Win 7 64bit, Win2008 R2 64bit

 

반응형

+ Recent posts