1 / 26

سمینار آشنایی با قابلیت های جدید SQL Server 2014

www.cybertech.ac. سمینار آشنایی با قابلیت های جدید SQL Server 2014. خرداد ماه 1393 – سازمان مدیریت صنعتی. About the speaker. Mohsen Kavyani Professional work on SQL over 8 year Delivered Over 3000 Hours Of SQL Server Training DBA and consulting in 20 Companies and organization

elijah
Télécharger la présentation

سمینار آشنایی با قابلیت های جدید SQL Server 2014

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. www.cybertech.ac سمینارآشنایی با قابلیت های جدیدSQL Server 2014 خرداد ماه 1393 – سازمان مدیریت صنعتی

  2. About the speaker Mohsen Kavyani • Professional work on SQL over 8 year • Delivered Over 3000 Hours Of SQL Server Training • DBA and consulting in 20 Companies and organization • Program manager of www.PersianProgrammers.com team Full resume in : www.cybertech.ac

  3. عناوین سمینار • Why SQL Server 2014 • Backup encryption • Separation of Duties Enhancements • Resource Governor for Physical IO Control • SSD Buffer pool Expansion • Clustered Updateable Columnstore index • In Memory Optimization

  4. مراحل تکامل SQL Server Modern DB platform Mission Critical Performance & Productivity Self-Service BI Cloud-Ready Mission Critical & Cloud Performance SQL Server 2000 XML ● KPIs SQL Server 2005 Management Studio ● Mirroring SQL Server 2008 Compression ● Policy-Based Mgmt ● Programmability SQL Server 2008 R2 PowerPivot ● SharePoint Integration ● Master Data Services SQL Server 2012 AlwaysOn ● ColumnStore Index ● Data Quality Services ● Power View ● Cloud Connectivity SQL Server 2014 In-Memory Across Workloads ● Performance & Scale ● Hybrid Cloud Optimized ● HDInsight ● Cloud BI

  5. چرا مهاجرت به ورژن2014 مهم است؟

  6. Secure 5years in a row 46% Market share Least vulnerabledatabase Most utilizeddatabase in the world Key Features Redefined Engineering Security Processes CC certification at High Assurance Level Enhanced Separation of Duty Transparent Data Encryption Encryption Key Management Support for Windows Server Core Database Vulnerabilities *National Institute of Standards and Technology Comprehensive Vulnerability Database 4/17/2013, Market share from IDC 2013

  7. عناوین سمینار • Why SQL Server 2014 • Backup encryption • Separation of Duties Enhancements • Resource Governor for Physical IO Control • SSD Buffer pool Expansion • Clustered Updateable Columnstore index • In Memory Optimization

  8. Backup Encryption Clear Text Cipher Text Backup Database Formula (Key)

  9. Backup Encryption سلسله مراتب Encryption Database Master Key Master Database Certificate Database Encryption Key My Database Data

  10. عناوین سمینار • Why SQL Server 2014 • Backup encryption • Separation of Duties Enhancements • Resource Governor for Physical IO Control • SSD Buffer pool Expansion • Clustered Updateable Columnstore index • In Memory Optimization

  11. Separation of Duties Enhancements • سه سطح دسترسی جدید • CONNECT ANY DATABASE • IMPERSONATE ANY LOGIN • SELECT ALL USER SECURABLES • هدف سطح دسترسی های جدید: تفکیک بهتر و قدرتمندتر سطوح دسترسی DBAها و کاربران • DBAهایی که تنها می توانند کارهایی مدیریتی نظیر backup انجام بدهند اما نمی توانند داده های کاربران را مشاهده کنند • DBAهایی که نمی توانند تغییری در loginها ایجاد کنند • DBAهایی که نمی توانند به جای login دیگری عمل کنند (Impersonate) • Loginهایی که میتوانند تمام داده های تمامی دیتابیس ها را مشاهده کنند اما DBA نیستند.

  12. عناوین سمینار • Why SQL Server 2014 • Backup encryption • Separation of Duties Enhancements • Resource Governor for Physical IO Control • SSD Buffer pool Expansion • Clustered Updateable Columnstore index • In Memory Optimization

  13. Resource Governor for Physical IO Control fn_Classifier Group (G_IOCheck) Pool (P_IOCheck)

  14. عناوین سمینار • Why SQL Server 2014 • Backup encryption • Separation of Duties Enhancements • Resource Governor for Physical IO Control • SSD Buffer pool Expansion • Clustered Updateable Columnstore index • In Memory Optimization

  15. SSD Buffer Pool Extension • استفاده از هارد های جدید و پرسرعتSSDبه عنوان بخشی از Buffer Pool • افزایش سرعت اجرای کوئری های OLTP بدون تغییر در نرم افزارها • تنظیمات بسیار ساده • بدون خطر از دست دادن دادها

  16. عناوین سمینار • Why SQL Server 2014 • Backup encryption • Separation of Duties Enhancements • Resource Governor for Physical IO Control • SSD Buffer pool Expansion • Clustered Updateable Columnstore index • In Memory Optimization

  17. اجرای سریع کوئری های سنگین مخصوصاً کوئری های DW افزایش میانگین 10 برابری سرعت نیاز به جدول جدید و یا جدا کردن جداول ندارید استفاده بهینه از فضا داده ها میتوانند تغییر کنند مدیریت ساده تر عدم نیاز به ایندکس های دیگر مدیریت ساده تر و استفاده بهینه از فضا حذف محدودیت های non-clustered columnstores در SQL Server 2012 Clustered Updateable Columnstore index Columnstores: clustered and updatable

  18. What is columnstore? Row-Store اطلاعات رکوردها در کنار یکدیگر قرار داده می شود. Columns-Store اطلاعات ستون ها در کنار یکدیگر قرار داده می شود.

  19. Column store index overview • داده ها به صورت چشمگیری فشرده می شوند و باعث کاهش IO می شوند. • داده های بیشتری می توانند در حافظه قرار بگیرند. Row Store Column Store Column Store, Compressed

  20. Column store index overview Row Store Column Store, Compressed

  21. Comparing space savings101 میلیون ردیف (Row) و فضای index

  22. عناوین سمینار • Why SQL Server 2014 • Backup encryption • Separation of Duties Enhancements • Resource Governor for Physical IO Control • SSD Buffer pool Expansion • Clustered Updateable Columnstore index • In Memory Optimization

  23. In-Memory for OLTP افزایش میانگین 10 برابری سرعت بدون تغییر در نرم افزارها Built-in Flexible می توانید مشخص کنید جداولی که به حافظه زیادی نیاز دارند در حافظه مقیم شوند و از حافظه به نحو احسن استفاده کنند Spans All Workloads قابل استفاده در تمامی دیتابیس ها OLTP, DW, BI

  24. عناوین سمینار • Why SQL Server 2014 • Backup encryption • Separation of Duties Enhancements • Resource Governor for Physical IO Control • SSD Buffer pool Expansion • Clustered Updateable Columnstore index • In Memory Optimization

  25. Thank you for listening! Any Question? You may contact me by: MohsenKavyani@yahoo.com www.PersianProgrammers.com

  26. % It’s Break Time :-)

More Related