'2008'에 해당되는 글 4건

  1. 2008/04/16 Windows Server 2008 관련 문서
  2. 2008/04/10 MS Heros Happen here 세미나 자료
  3. 2007/11/16 MS SQL Server 2008 CTP July (1)
  4. 2007/11/14 Microsoft Windows Server 2008
2008/04/16 15:47

Windows Server 2008 관련 문서

필요하신 자료 다운로드 받으시기 바랍니다 , 한글,영문 다 있습니다

Windows Server 2008 Step-by-Stey Guide. Windows Server 2008 Brochure,

Windows Server 2008 - All up , High End Edition , Hyper-V, Network Access Protection,

Networking And Security , Terminal Services , Web IIS7 등등

Windows Server 2008의 다양한 자료가 있습니다

http://www.microsoft.com/korea/windowsserver2008/resources/default.mspx

크리에이티브 커먼즈 라이선스
Creative Commons License
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 0

Trackback : http://i-ruru.com/trackback/320 관련글 쓰기

2008/04/10 13:18

MS Heros Happen here 세미나 자료

2008년 HEROS Happen {Here} 라는 이름으로 진행된 세미나의 발표자료들이 사이트에 게시 되었네요.

참석하지 못해 세미나 내용을 못보신분들은 아래 사이트에서 발표자료라도 참고해보면 되겠습니다.


http://www.microsoft.com/korea/heroeshappenhere/events/default.mspx

크리에이티브 커먼즈 라이선스
Creative Commons License
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 0

Trackback : http://i-ruru.com/trackback/317 관련글 쓰기

2007/11/16 12:58

MS SQL Server 2008 CTP July

지난 7월에 나온 SQL Server 2008 CTP

2005에서 얼마나 더 바뀐건지는 아직 자세히 보지 않았지만 BI를 향상시키는 방향으로 기능과 기술이 추가되어있지 않을까 생각한다.



SQL Server 2008 Improvement Pillars

 Katmai Banner 
With SQL Server 2008 July CTP release, customers can understand and get hands-on experience with the new capabilities that, with the release of SQL Server 2008, will help them support their mission-critical platform and enable pervasive insight across the enterprise. SQL Server 2008 lays the groundwork for innovative policy-based management that enables administrators to reduce their time spent on maintenance tasks. SQL Server 2008 provides enhancements in the SQL Server BI platform by enabling customers to provide up-to-date information with Change Data Capture and MERGE features, and develop highly scalable analysis services cubes with new development environments.

The chart below depicts significant improvements coming online with each CTP. Below, you will see the 10 new improvements in the July CTP. Click on any improvement in the chart below to explore and learn more about it.  Want to find out more about the improvement groups?  Each group will open to an informative video on what each means.

SQL Server 2008 July CTP Improvements



https://connect.microsoft.com/SQLServer/content/content.aspx?ContentID=5470
https://connect.microsoft.com/SQLServer/content/content.aspx?ContentID=5395




이하 내용은 2008에 추가된 기능을 설명한 내용이다.



Katmai (Sql 2008) - The List of New Features

So, I've been getting quite a few pings about providing a list of new features to look for in Katmai (Sql 2008) and/or those that I'll be either blogging about and/or presenting on at the DC area groups I mentioned here: http://blogs.msdn.com/chadboyd/archive/2007/07/18/katmai-sql-server-2008-presentations-in-the-dc-area-novasql-caparea-net-cmap.aspx

Well, I put together a list below, and this isn't even everything (though it's a lot of the major stuff) - I even tried to categorize it (and some things may appear in multiple categories). I'll be blogging/presenting/etc. on many, many of these in the coming months, so stay tuned:

  Security/Auditing
     - Transparent Data Encryption (encryption while data is 'still' on disk, transparent to applications)
     - External Key Management (Consolidation of key management, integration with external products)
     - Data Auditing (1st-class 'AUDIT' objects; DDL support; audit objects, principals, data, etc.; support for multiple logging targets)
    
  Availability/Reliability
     - Pluggable CPU support
     - Enhanced Database Mirroring (compression of mirror streams, enhanced performance, automatic page-level repair for principal/mirror)
   
  Performance
     - Data compression (easy to enable/disable online, more efficient data storage (this is NOT traditional data compression))
     - Backup stream compression (server level control or backup statement control, all backup types)
     - Performance data collection (single, common framework for data collection, reporting, and storage/warehousing)
     - Improved Plan Guide support (plan freezing, pull plans directly from plan cache, SSMS integration, etc.)
     - Resource Governor (create pools and groups to govern, define classifications based on built-in functions, segment resource utilization amoung groups)
 
  Management
     - Policy-based management framework (manage via policies vs. scripts, enterprise-wide support, automated monitoring/enforcement, etc.)
     - Integrate with Microsoft System Center
     - Extended Events (high perf lightweight tracing infrastructure, NOT sql trace, integrated with ETW, unprecidented insight into goings-on)
    
  Development Enhancements
     - Improved datetime datatypes (100th nanosecond precision (7 digits past second), time-zone datetime offset, date only, time only)
     - HierarchyID datatype (hierarchical-aware data type, ORDPath values, built-in functions, methods, etc.)
     - Entity Data Model support (develop 'business entities' vs. tables, model complex relationships, retrieve entities vs. rows/columns)
     - LINQ
     - Sql Server Change Tracking (Change Data Capture, get 'diff' data changes WITHOUT a comparible value (i.e. datetime, timestamp, etc.))
     - Table Valued Parameters
     - MERGE statement ('upsert' data, also includes deletion functionality)
     - Large UDT's (no more 8000 byte limit on CLR-based UDTs, no more 8000 byte limit for UDA's)
     - Spatial data (GEOMETRY and GEOGRAPHY data types, built-in spatial function support, spatial indexes)
     - XML enhancements (support for lax validation, office 12 support, xs:dateTime support, lists/union types, LET FLOWR support, etc.)
     - Inline initialization and compound assignment
    
  Service Broker
     - New UI and Tools for working with (add/drop/edit functionality within SSMS, Diag tools, )
     - Conversation Priority (set message ordering, send/receive impact, 1-10 levels)
  
  Data Storage
     - Data compression (see above)
     - FILESTREAM attribute (get the 'best of both' functionality from BLOBs in the DB vs. BLOBs on filesystem, no more "to blob or not to blob")
     - Integrated Full Text Search (FTS fully integrated into DB engine, no external storage, no external service, more efficient and reliable costing)
     - Sparse columns (more efficient storage for 'wide' tables with many columns that repeat and don't contain data)
     - New index types (spatial indexes, hierarchical indexes, FILTERED indexes (indexes on filtered values within columns), etc.)
  
  Data Warehousing/ETL
     - Partitioned Table Parallelism (no more thread limit per partition)
     - Star Join support (no special syntax, optimizer based, full backward syntax support)
     - Data compression (see above)
     - Resource Governor (see above)
     - Persistent Lookups in SSIS (no more re-querying for lookup operators, cache lookups in multiple ways, persist lookups to disk)
     - Improved thread scheduling in SSIS (shared thread pool, pipeline parallelism)
     - Change Data Capture (see above)
     - MERGE statement (see above, great uses with slowly changing dimensions)
     - Scale-out analysis services (read-only storage supports multiple AS servers)
     - Subspace computations
     - New Tools for Cube design
     - Best Practice Design Alerting
     - Backup cubes with better scalability
     - Data-mining add-ins for Excell
    
  Reporting
     - IIS Agnostic Reporting Services Deployment (no IIS required to run RS any longer)
     - Rich-text support
     - Enhanced visualiztion (graphing)
     - New Word rendering (render reports to Microsoft Word)
    
  Deprecation
     - Many 'old' features ARE REMOVED/GONE (those that have been deprecated for some time - 60/65/70 compat modes, nolog / truncateonly syntax, etc.)



http://blogs.msdn.com/chadboyd/archive/2007/07/26/katmai-sql-2008-the-list-of-new-features.aspx

크리에이티브 커먼즈 라이선스
Creative Commons License
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 1

Trackback : http://i-ruru.com/trackback/192 관련글 쓰기

  1. 김성훈 2008/08/11 11:24 address edit & del reply

    ㅋㅋ

2007/11/14 13:49

Microsoft Windows Server 2008

얼마 후 출시될 윈도우 2008MS 백승주 과장님의 블로그 페이지입니다.

 

현재까지 윈도우 2008에 대하여 살펴본 특징등을 정리하여 목차로 만든 페이지이니, 필요하신 정보가 있으면 참고하시어 도움이 되시길 바랍니다.

 

http://blogs.technet.com/koalra/archive/2007/11/12/summary-windows-server-2008-11-12-
url.aspx



이하 내용은 해당 블로그에서 참조한 내용입니다.


8월 20일에 한번 정리했던 URL을 다시 한번 정리합니다. 이제 Windows Server 2008 (Codename Longhorn)의 이야기가 52편에 이르렀습니다.

그동안 많은 관심 가져주셨던 분들께 정말 감사하다는 말씀드리고 싶습니다. 출시전까지 눈여겨 보아야 할 내용에 대해 쭉 이어갈 예정입니다만, 이시점에서 한번쯤은 전체 목차(?)를 만들어두는 것이 좋을 것 같아보여 포스팅합니다. 아무쪼록 Windows Server 2008을 새롭게 알아가시는데 도움이 되셨으면 합니다.

Windows Server 2008이 나오면... (52) - FastCGI in IIS 7.0
Windows Server 2008이 나오면... (51) - 작업자 프로세스 확인 in IIS 7.0
Windows Server 2008이 나오면... (50) - 실패한 요청 추적 in IIS 7.0
Windows Server 2008이 나오면... (49) - 기능 위임 in IIS 7.0
Windows Server 2008이 나오면... (48) - NAP 클라이언트 설정
Windows Server 2008이 나오면... (47) - 관리자 권한 설정 in IIS 7.0
Windows Server 2008이 나오면... (46) - 공유 구성 in IIS 7.0
Windows Server 2008이 나오면... (45) - IIS와 PowerShell의 절묘한 만남?!
Windows Server 2008이 나오면... (44) - MSCS Validation Wizard
Windows Server 2008이 나오면... (43) - Terminal Service RemoteAPP
Windows Server 2008이 나오면... (41) - Windows Deployment Services
Windows Server 2008이 나오면... (40) - Active Directory Audit의 변화
Windows Server 2008이 나오면... (39) - Windows Media Service
Windows Server 2008이 나오면... (38) - 분산 파일 시스템(DFS)
Windows Server 2008이 나오면... (37) - Windows Server 2008 Active Directory 구성 요소
Windows Server 2008이 나오면... (36) - Windows Server 2008 기능 구성 요소...
Windows Server 2008이 나오면... (35) - Windows Web Server 2008?
Windows Server 2008이 나오면... (34) - 장비와 NAP이 만났을 때?!
Windows Server 2008이 나오면... (33) - IDA in Microsoft Platform
Windows Server 2008이 나오면... (32) - HRA in NAP
Windows Server 2008이 나오면... (31) - 그룹 정책을 편히 써봅시다. :)
Windows Server 2008이 나오면... (30) - 구성 요소 설치는 어디서 해요?
Windows Server 2008이 나오면... (29) - Network QoS(Quality of Service)
Windows Server 2008이 나오면... (28) - IIS 7 on Server Core
Windows Server 2008이 나오면... (27) - NAP with SCCM
Windows Server 2008이 나오면... (26) - ADRMS
Windows Server 2008이 나오면... (25) - ADFS
Windows Server 2008이 나오면... (24) - FTP on IIS 7.0
Windows Server 2008이 나오면... (23) - Server Core의 가치..
Windows Server 2008이 나오면... (22) - Network Auto-Tuning (2)
Windows Server 2008이 나오면... (21) - Network Auto-Tuning (1)
Windows Server 2008이 나오면... (20) - Active Directory Snapshot
Windows Server 2008이 나오면... (19) - Network Policy Server (3)
Windows Server 2008이 나오면... (18) - Network Policy Server (2)
Windows Server 2008이 나오면... (17) - Network Policy Server (1)
Windows Server 2008이 나오면... (16) - Fine-Grained Password Policy
Windows Server 2008이 나오면... (15) - 주요 기능 데모
Windows Server 2008이 나오면... (14) - SCVMM의 P2V
Windows Server 2008이 나오면... (13) - Windows Powershell
Windows Server 2008이 나오면... (12) - Modulization
Windows Server 2008이 나오면... (11) - PKI, Certificate
Windows Server 2008이 나오면... (10) - Terminal Service Gateway
Windows Server 2008이 나오면... (9) - Terminal Service UX
Windows Server 2008이 나오면... (8) - WS-Management의 시대...
Windows Server 2008이 나오면... (7) - 장애 조치 클러스터
Windows Server 2008이 나오면... (6) - Windows Powershell의 소개
Windows Server 2008이 나오면... (5) - Server Core의 소개
Windows Server 2008이 나오면... (4) - IIS 7.0
Windows Server 2008이 나오면... (3) - NAP
Windows Server 2008이 나오면... (2) - Active Directory의 변화
Windows Server 2008이 나오면... (1) - 변경된 기능 요약


 

추가로 윈도우 2008 step by step guide 한글 번역본을 첨부합니다.

 

크리에이티브 커먼즈 라이선스
Creative Commons License
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 0

Trackback : http://i-ruru.com/trackback/191 관련글 쓰기