일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 프로세스 CPU 사용량
- Local TempDB
- iSCSI target
- Nested VM
- paged pool
- windows media service
- LiveKD
- Windows Server 2008
- Hyper-V
- windbg
- 안철수
- ftp7.5 장애조치 클러스터
- failover cluster
- Session space
- nonpaged pool
- SQL Server 2012R2 FCI
- Windows Server 2016
- 클러스터
- cluster node as Domain controller
- MSCS on VMWare
- windows debugging tool
- windows update
- 인문고전
- 터키여행
- Windows Server 2016 Hyper-v Cluster
- 작업관리자
- FTP7.5
- SQL Server 2008
- dsquery
- Xperf
Archives
- Today
- Total
류짱:Beyond MySelf
SQL server 버전 확인 방법 본문
SQL server 버전 확인 방법 알려 드립니다. 참조 하시기 바랍니다.
아래 쿼리를 실행 하시면 좀더 자세하게 확인 할 수 있습니다. SELECT SERVERPROPERTY('ProductVersion') 'Version', SERVERPROPERTY ('ProductLevel') 'Service Pack', SERVERPROPERTY ('Edition') 'Edition' |
http://www.sqlteam.com/article/sql-server-versions
감사합니다.^^