일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- LiveKD
- dsquery
- Local TempDB
- paged pool
- windbg
- 작업관리자
- Xperf
- 인문고전
- windows update
- Nested VM
- 클러스터
- SQL Server 2012R2 FCI
- windows media service
- iSCSI target
- ftp7.5 장애조치 클러스터
- 터키여행
- Windows Server 2008
- MSCS on VMWare
- SQL Server 2008
- nonpaged pool
- failover cluster
- 프로세스 CPU 사용량
- windows debugging tool
- cluster node as Domain controller
- Hyper-V
- Windows Server 2016
- Windows Server 2016 Hyper-v Cluster
- FTP7.5
- 안철수
- Session space
Archives
- Today
- Total
목록SQL Server 버전확인 (1)
류짱:Beyond MySelf
SQL server 버전 확인 방법
SQL server 버전 확인 방법 알려 드립니다. 참조 하시기 바랍니다. 아래 쿼리를 실행 하시면 좀더 자세하게 확인 할 수 있습니다. SELECT SERVERPROPERTY('ProductVersion') 'Version', SERVERPROPERTY ('ProductLevel') 'Service Pack', SERVERPROPERTY ('Edition') 'Edition' 그리고 아래 링크를 참고 하면 현재까지 릴리즈 된 서비스팩과 누적 업데이트들을 확인 할 수 있습니다. The versions of SQL Server are listed in the following table. Below the table are instructions to determine what build you are r..
Microsoft/MS SQL
2010. 11. 12. 14:57