SlideShare une entreprise Scribd logo
1  sur  36
Télécharger pour lire hors ligne
SQL Server 2008
 Your questions answered…
SQL Server 2008




 Which boat are you in?
       Your developers and IT pros can‟t wait to start using all
       the new stuff
       Your developers and IT pros aren‟t interested in all the
       new stuff
       You think it‟s all too new – let‟s just wait for the first
       service pack to come out
       You don‟t know what to think amongst all the marketing
       hype
SQL Server 2008




 New features in SQL Server 2008
       Transparent Data Encryption         Visual Studio Support           Enterprise Reporting Engine
       External Key Management             SQL Server Conflict Detection   Internet Report Deployment
       Data Auditing                       FILESTREAM data type            Block Computations
       Pluggable CPU                       Integrated Full Text Search     Scale out Analysis
       Transparent Failover for Database   Sparse Columns                  Export to Word and Excel
       Mirroring                           Large User Defined Types        Author reports in Word and Excel
       Declarative Management Framework    Date/Time Data Type             Report Builder Enhancements
       Server Group Management             LOCATION data type              TABLIX
       Powershell                          SPATIAL data type               Charts and Gauges controls
       Streamlined Installation            Virtual Earth Integration       Rich Formatted Data
       Enterprise System Management        Partitioned Table Parallelism   Personalized Perspectives
       Performance Data Collection         Query Optimizations             … and many more
       System Analysis                     Persistent Lookups
       Data Compression                    Change Data Capture
       Query Optimization Modes            Backup Compression
       Resource Governor                   MERGE SQL Statement
       Entity Data Model                   Data Profiling
       LINQ                                Star Join
       Visual Entity Designer              SQL Server Change Tracking
       Entity Aware Adapters               Transparent Data Encryption
       Synchronized Programming Model
SQL Server 2008




  Platform vision
Enterprise Data Platform                          Services
                                        Reporting        Integration

                              Analysis                                 Synch
                                                        FILE
Beyond Relational          Query
                                                RDBMS
                                                        XML
                                                               OLAP
                                                                          Search



Dynamic Development
                           Mobile and
                                                     Server                    Cloud
                            Desktop
Pervasive Insight
SQL Server 2008




 What are we looking for?
       Trusted
                  Security, Reliability and Performance
       Productive
                  Developers
                  IT Pros
       Breadth of solutions
                  Integration Services
                  Analysis Services
                  Reporting Services
                  Synch/Search
SQL Server 2008




 Trusted
       Auditing
       Encryption
       Compression
       Performance
       Ensuring Business continuity
SQL Server 2008




 Auditing
       Native DDL for Audit configuration and management
       Create an Audit object to automatically log actions to:
                  File
                  Windows Application Log
                  Windows Security Log
       Ability to define granular Audit Actions of Users or Roles
       on DB objects
SQL Server 2008




 Native Encryption
       Transparent Data Encryption
                  Encrypts data at rest and within
                  backups                                       SQL Server 2008
                  No impact to existing apps
                  Encryption/decryption performed                       DEK


                  at database level
       Support for hardware based key
       management
                                                                                  Encrypted data page

                                                 Client Application
SQL Server 2008




 Compression
       Within database
                  Row compression
                  Page compression
       Within backups
SQL Server 2008




           Encryption, Compression and
           Auditing
SQL Server 2008




 Filtered Indexes
       Improve query performance and lower storage and
       maintenance costs
       Of benefit for well known sets of data (<=50% of full table
       set)




       Also very useful as a filter for UNIQUE indexes!
SQL Server 2008




 Resource Governor
       Manage workload and system resource consumption
       3 new concepts
                  Resource Pools
                  Workload Groups
                  Classifier Functions
       Directs each scheduler as to how to prioritize work within
       each virtual instance (pool)
SQL Server 2008




           Resource Governor
SQL Server 2008




 Ensuring Business Continuity
       Enhanced Mirroring
                  Auto-Page Repair
                  Log Stream Compression


       Hot-add CPU
                  64 bit Enterprise only
                  sp_configure „affinity mask‟ and „affinity I/O mask‟
SQL Server 2008



 General T-SQL Enhancements
 Productive – for Developers

       New Date and Time data types
                  DATE, TIME, DATETIME2
                  DATETIMEOFFSET
       GROUPING SETS
                  Specify multiple group by clauses
       Multi row INSERT
       += assignment
       Inline variable initialisation
SQL Server 2008



 MERGE statement
 Productive – for Developers

       New operation for performing multiple DML operations
       across a full outer join
       So you can perform INSERTS, UPDATES and DELETES
       as appropriate
       Key scenarios
                  Conditional insert / update
                  Synchronization
SQL Server 2008



 Table Value Parameters
 Productive – for Developers

       Allows TABLE types to be passed as a parameter to a
       stored procedure
       Use by
                  Defining a User Defined Table type
                  Declaring a parameter in sproc or function as that table type
                  passing as READONLY
                  Call by passing a table instance
SQL Server 2008



   Beyond Relational
   Productivity – for Developers
       Hierarchies and HierarchyId data type
       File system based data
       Sparse columns
                  Allows columns to be marked as SPARSE indicating they
                  may not have any data attached
       Integrated Full Text Search
SQL Server 2008



   Spatial Data
    Productivity – for Developers
       Vector based, industry spatial standards
       Two new data types:
                  GEOMETRY
                  GEOGRAPHY
       Implemented as managed UDT‟s in separate
       assembly
SQL Server 2008



 ADO.NET Entity Framework and LINQ
 Productive – for Developers

       Use ADO.NET Entities to rationalize our data and simplify
       development
                  Object Relational Mapping
                  Leverage LINQ for querying
       Reflects a shift towards domain driven architectures over
       traditional data silos
       At Intergen we use other ORMs instead… 
       But LINQ is great
SQL Server 2008




           T-SQL Enhancements
           MERGE statement
           Table Value Parameters
SQL Server 2008



 Configuration Servers
 Productive – for IT Pros

       Group servers together for configuration or management
       Multicast query – target all servers in the group at the
       same time!
       Collectively inspect or apply policy
SQL Server 2008



 Policy Based Management
 Productive – for IT Pros

       New declarative policy system to manage instances
       Uses DDL triggers and SQLCLR to enforce policy
       Supports “true transactional” events
       Fully scriptable
SQL Server 2008



 Powershell
 Productive – for IT Pros

       A new tool for scripting on Windows
       SQL Server integration
                  Object Explorer: Right-click, Start PowerShell
       SQL Agent integration
                  Can now create PowerShell job steps.
       External access
                  Native Providers to access SMO data and Policy
                  Provides direct SMO access
                  Invoke-sqlcmd cmdlet
SQL Server 2008




            Configuration Servers
            Policy Based Management
            Powershell
SQL Server 2008



   Integration Services
   Breadth of solutions
       Data Profiling
       Change Data Capture
       C# and VB.NET scripting
       Lookup Transformation enhancements
       Performance improvements
       New Performance Counters
SQL Server 2008



 Change Data Capture
  Breadth of solutions
                             Information about what changed at the source
OLTP                           Operation (Insert, Update, Delete)
                               Update mask (which columns changed)

                    Change
                    Tables   Changes captured from the log asynchronously
                               Minimal impact on source system
                               Log reader can be scheduled to run during idle time
Data Warehouse
                             Enabled per table
                               Hidden change tables store captured changes
                               One change table per source table that is tracked


                             CDC APIs provide access to change data
SQL Server 2008




            Data Profiling
SQL Server 2008



   Analysis Services
    Breadth of solutions
       Design it Right – help baked into design tools
                  Best practices
                  Performance tuning tricks
                  Configuration warnings
       Performance Monitoring
       Scalable backups
       Scalable shared databases
SQL Server 2008



   Reporting Services
    Breadth of solutions
       Combined Report Designer/Builder
       New Chart/Graph/Guage visualisations
       Rendering to Word, Excel, PDF, RTF
       Report Designer improvements
       Integration with SharePoint
SQL Server 2008


                                  Frame
                                  Effects
             Scale
            Breaks
                                            Drawing
                                             Styles




                             Multiple
                             Legends


                                                                 Calculated
                                                                   Series
                                                      Multiple
                     Striplines
                                                       Chart
                                                       Areas
SQL Server 2008




 Gauge Samples




                  Radial Gauge   Linear Gauge
SQL Server 2008



   Synch/Search
    Breadth of solutions
       Synch services – v1.0
       Fulltext indexing built into the SQL engine
SQL Server 2008




  Platform vision
Enterprise Data Platform                          Services
                                        Reporting        Integration

                              Analysis                                 Synch
                                                        FILE
Beyond Relational          Query
                                                RDBMS
                                                        XML
                                                               OLAP
                                                                          Search



Dynamic Development
                           Mobile and
                                                     Server                    Cloud
                            Desktop
Pervasive Insight
SQL Server 2008




 Enterprise Editions and features
         Category                      Feature Name                           Enterprise Standard
         High Availability             Database snapshots                     Yes       No
         High Availability             Online indexing                        Yes       No
         High Availability             Online restore                         Yes       No
         High Availability             Backup compression                     Yes       No
         Scalability                   Partitioning                           Yes       No
         Scalability                   Data Compression                       Yes       No
         Scalability                   Resource Governor                      Yes       No
         Security                      Fine grained auditing                  Yes       No
         Security                      Transparent database encryption        Yes       No
         Integration Services          Fuzzy logic/term extraction tasks      Yes       No
         Integration Services          Data mining tasks                      Yes       No
         Integration Services          Dimension/Partition processing tasks   Yes       No
         Data Warehouse Scaling        Change data capture                    Yes       No
         Data Warehouse Scaling        Star join query optimization           Yes       No
         Data Warehouse Scaling        Partitioned cubes                      Yes       No
         Data Warehouse Scaling        Proactive caching                      Yes       No
         Multi-Dimensional Analytics   Writeback dimensions                   Yes       No
         Multi-Dimensional Analytics   Perspectives                           Yes       No
         Reporting                     Data driven subscriptions              Yes       No
         Reporting                     Infinite click-through                 Yes       No
SQL Server 2008




 Quick wins/best bets
       Trusted platform
                  Auditing, Database Encryption, Backup Compression,
                  Resource Governor, Management Data Warehouse
       Developer Productivity
                  Everything except ADO.NET Entity Framework
       IT Pro Productivity
                  Configuration Servers, Policy-based management,
                  Powershell
       Business Intelligence
                  Falling into the pit of success

Contenu connexe

Tendances

First Look to SSIS 2012
First Look to SSIS 2012First Look to SSIS 2012
First Look to SSIS 2012Pedro Perfeito
 
Ssrs introduction session 1
Ssrs introduction session 1Ssrs introduction session 1
Ssrs introduction session 1Muthuvel P
 
Denny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for IT
Denny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for ITDenny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for IT
Denny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for ITBala Subra
 
SQL Server Reporting Services: IT Best Practices
SQL Server Reporting Services: IT Best PracticesSQL Server Reporting Services: IT Best Practices
SQL Server Reporting Services: IT Best PracticesDenny Lee
 
SQL Reporting Services
SQL Reporting ServicesSQL Reporting Services
SQL Reporting Servicesneha mittal
 
Saying goodbye to SQL Server 2000
Saying goodbye to SQL Server 2000Saying goodbye to SQL Server 2000
Saying goodbye to SQL Server 2000ukdpe
 
Microsoft India – SQL Server 2008 R2 Datasheet
Microsoft India – SQL Server 2008 R2 DatasheetMicrosoft India – SQL Server 2008 R2 Datasheet
Microsoft India – SQL Server 2008 R2 DatasheetMicrosoft Private Cloud
 
SQL Server 2008 for Developers
SQL Server 2008 for DevelopersSQL Server 2008 for Developers
SQL Server 2008 for Developersukdpe
 
Resume_Navneet_Formatted
Resume_Navneet_FormattedResume_Navneet_Formatted
Resume_Navneet_FormattedNavneet Tiwari
 
Introduction to Microsoft SQL Server 2008 R2 Integration Services
Introduction to Microsoft SQL Server 2008 R2 Integration ServicesIntroduction to Microsoft SQL Server 2008 R2 Integration Services
Introduction to Microsoft SQL Server 2008 R2 Integration ServicesQuang Nguyễn Bá
 
Sql server reporting services
Sql server reporting servicesSql server reporting services
Sql server reporting servicesssuser1eca7d
 
SQL Server Reporting Services (SSRS) 101
 SQL Server Reporting Services (SSRS) 101 SQL Server Reporting Services (SSRS) 101
SQL Server Reporting Services (SSRS) 101Sparkhound Inc.
 
Mohamed sakr Senior ETL Developer
Mohamed sakr   Senior ETL Developer Mohamed sakr   Senior ETL Developer
Mohamed sakr Senior ETL Developer Mohamed Sakr
 
An overview of microsoft data mining technology
An overview of microsoft data mining technologyAn overview of microsoft data mining technology
An overview of microsoft data mining technologyMark Tabladillo
 
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With SharepointReporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With SharepointJohn White
 
BI 2008 Simple
BI 2008 SimpleBI 2008 Simple
BI 2008 Simplellangit
 

Tendances (20)

First Look to SSIS 2012
First Look to SSIS 2012First Look to SSIS 2012
First Look to SSIS 2012
 
Patel v res_(1)
Patel v res_(1)Patel v res_(1)
Patel v res_(1)
 
Ssrs introduction session 1
Ssrs introduction session 1Ssrs introduction session 1
Ssrs introduction session 1
 
Denny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for IT
Denny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for ITDenny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for IT
Denny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for IT
 
SQL Server Reporting Services: IT Best Practices
SQL Server Reporting Services: IT Best PracticesSQL Server Reporting Services: IT Best Practices
SQL Server Reporting Services: IT Best Practices
 
Naveen CV
Naveen CVNaveen CV
Naveen CV
 
SQL Reporting Services
SQL Reporting ServicesSQL Reporting Services
SQL Reporting Services
 
Saying goodbye to SQL Server 2000
Saying goodbye to SQL Server 2000Saying goodbye to SQL Server 2000
Saying goodbye to SQL Server 2000
 
Microsoft India – SQL Server 2008 R2 Datasheet
Microsoft India – SQL Server 2008 R2 DatasheetMicrosoft India – SQL Server 2008 R2 Datasheet
Microsoft India – SQL Server 2008 R2 Datasheet
 
Ssrs 2008 R2 webinar
Ssrs 2008 R2   webinarSsrs 2008 R2   webinar
Ssrs 2008 R2 webinar
 
MSBI-SSRS PPT
MSBI-SSRS PPTMSBI-SSRS PPT
MSBI-SSRS PPT
 
SQL Server 2008 for Developers
SQL Server 2008 for DevelopersSQL Server 2008 for Developers
SQL Server 2008 for Developers
 
Resume_Navneet_Formatted
Resume_Navneet_FormattedResume_Navneet_Formatted
Resume_Navneet_Formatted
 
Introduction to Microsoft SQL Server 2008 R2 Integration Services
Introduction to Microsoft SQL Server 2008 R2 Integration ServicesIntroduction to Microsoft SQL Server 2008 R2 Integration Services
Introduction to Microsoft SQL Server 2008 R2 Integration Services
 
Sql server reporting services
Sql server reporting servicesSql server reporting services
Sql server reporting services
 
SQL Server Reporting Services (SSRS) 101
 SQL Server Reporting Services (SSRS) 101 SQL Server Reporting Services (SSRS) 101
SQL Server Reporting Services (SSRS) 101
 
Mohamed sakr Senior ETL Developer
Mohamed sakr   Senior ETL Developer Mohamed sakr   Senior ETL Developer
Mohamed sakr Senior ETL Developer
 
An overview of microsoft data mining technology
An overview of microsoft data mining technologyAn overview of microsoft data mining technology
An overview of microsoft data mining technology
 
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With SharepointReporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
 
BI 2008 Simple
BI 2008 SimpleBI 2008 Simple
BI 2008 Simple
 

En vedette

Intergen Twilight - Empowering Marketing and Sales using CRM and ClickDimensions
Intergen Twilight - Empowering Marketing and Sales using CRM and ClickDimensionsIntergen Twilight - Empowering Marketing and Sales using CRM and ClickDimensions
Intergen Twilight - Empowering Marketing and Sales using CRM and ClickDimensionsIntergen
 
Intergen Smarts 3 (2003)
Intergen Smarts 3 (2003)Intergen Smarts 3 (2003)
Intergen Smarts 3 (2003)Intergen
 
EPiServer Update and Roadmap 2012
EPiServer Update and Roadmap 2012EPiServer Update and Roadmap 2012
EPiServer Update and Roadmap 2012Intergen
 
Intergen Smarts 14 (2007)
Intergen Smarts 14 (2007)Intergen Smarts 14 (2007)
Intergen Smarts 14 (2007)Intergen
 
Dynamics Day 2012: Enterprise Projects - Setting up for Success
Dynamics Day 2012: Enterprise Projects - Setting up for SuccessDynamics Day 2012: Enterprise Projects - Setting up for Success
Dynamics Day 2012: Enterprise Projects - Setting up for SuccessIntergen
 
Boost loyalty and bottom line results by putting customers first
Boost loyalty and bottom line results by putting customers firstBoost loyalty and bottom line results by putting customers first
Boost loyalty and bottom line results by putting customers firstIntergen
 
Smarts 31 - All for one and one for all (New Zealand)
Smarts 31 - All for one and one for all (New Zealand)Smarts 31 - All for one and one for all (New Zealand)
Smarts 31 - All for one and one for all (New Zealand)Intergen
 
BI Think! Event: The Master of Your Domain
BI Think! Event: The Master of Your DomainBI Think! Event: The Master of Your Domain
BI Think! Event: The Master of Your DomainIntergen
 
Intergen Smarts 5 (2003)
Intergen Smarts 5 (2003)Intergen Smarts 5 (2003)
Intergen Smarts 5 (2003)Intergen
 
Intergen Smarts 24 (2010)
Intergen Smarts 24 (2010)Intergen Smarts 24 (2010)
Intergen Smarts 24 (2010)Intergen
 
Intergen Smarts 1 (2001)
Intergen Smarts 1 (2001)Intergen Smarts 1 (2001)
Intergen Smarts 1 (2001)Intergen
 
Intergen Smarts 11 (2006)
Intergen Smarts 11 (2006)Intergen Smarts 11 (2006)
Intergen Smarts 11 (2006)Intergen
 
Intergen Twilight Seminar: Break down silos with SharePoint Collaboration and...
Intergen Twilight Seminar: Break down silos with SharePoint Collaboration and...Intergen Twilight Seminar: Break down silos with SharePoint Collaboration and...
Intergen Twilight Seminar: Break down silos with SharePoint Collaboration and...Intergen
 
Intergen Think! Seminar: Assesing your fit for ERP cloud
Intergen Think! Seminar: Assesing your fit for ERP cloudIntergen Think! Seminar: Assesing your fit for ERP cloud
Intergen Think! Seminar: Assesing your fit for ERP cloudIntergen
 
Intergen Twilight Seminar: What's shaping the Business Systems of the Future
Intergen Twilight Seminar: What's shaping the Business Systems of the FutureIntergen Twilight Seminar: What's shaping the Business Systems of the Future
Intergen Twilight Seminar: What's shaping the Business Systems of the FutureIntergen
 
Dynamics Day 2012 Welcome and Keynote
Dynamics Day 2012 Welcome and KeynoteDynamics Day 2012 Welcome and Keynote
Dynamics Day 2012 Welcome and KeynoteIntergen
 
The Benefits of Social Collaboration in the Enterprise
The Benefits of Social Collaboration in the EnterpriseThe Benefits of Social Collaboration in the Enterprise
The Benefits of Social Collaboration in the EnterpriseIntergen
 
How to make the most out of Lead Management and CRM
How to make the most out of Lead Management and CRMHow to make the most out of Lead Management and CRM
How to make the most out of Lead Management and CRMIntergen
 

En vedette (18)

Intergen Twilight - Empowering Marketing and Sales using CRM and ClickDimensions
Intergen Twilight - Empowering Marketing and Sales using CRM and ClickDimensionsIntergen Twilight - Empowering Marketing and Sales using CRM and ClickDimensions
Intergen Twilight - Empowering Marketing and Sales using CRM and ClickDimensions
 
Intergen Smarts 3 (2003)
Intergen Smarts 3 (2003)Intergen Smarts 3 (2003)
Intergen Smarts 3 (2003)
 
EPiServer Update and Roadmap 2012
EPiServer Update and Roadmap 2012EPiServer Update and Roadmap 2012
EPiServer Update and Roadmap 2012
 
Intergen Smarts 14 (2007)
Intergen Smarts 14 (2007)Intergen Smarts 14 (2007)
Intergen Smarts 14 (2007)
 
Dynamics Day 2012: Enterprise Projects - Setting up for Success
Dynamics Day 2012: Enterprise Projects - Setting up for SuccessDynamics Day 2012: Enterprise Projects - Setting up for Success
Dynamics Day 2012: Enterprise Projects - Setting up for Success
 
Boost loyalty and bottom line results by putting customers first
Boost loyalty and bottom line results by putting customers firstBoost loyalty and bottom line results by putting customers first
Boost loyalty and bottom line results by putting customers first
 
Smarts 31 - All for one and one for all (New Zealand)
Smarts 31 - All for one and one for all (New Zealand)Smarts 31 - All for one and one for all (New Zealand)
Smarts 31 - All for one and one for all (New Zealand)
 
BI Think! Event: The Master of Your Domain
BI Think! Event: The Master of Your DomainBI Think! Event: The Master of Your Domain
BI Think! Event: The Master of Your Domain
 
Intergen Smarts 5 (2003)
Intergen Smarts 5 (2003)Intergen Smarts 5 (2003)
Intergen Smarts 5 (2003)
 
Intergen Smarts 24 (2010)
Intergen Smarts 24 (2010)Intergen Smarts 24 (2010)
Intergen Smarts 24 (2010)
 
Intergen Smarts 1 (2001)
Intergen Smarts 1 (2001)Intergen Smarts 1 (2001)
Intergen Smarts 1 (2001)
 
Intergen Smarts 11 (2006)
Intergen Smarts 11 (2006)Intergen Smarts 11 (2006)
Intergen Smarts 11 (2006)
 
Intergen Twilight Seminar: Break down silos with SharePoint Collaboration and...
Intergen Twilight Seminar: Break down silos with SharePoint Collaboration and...Intergen Twilight Seminar: Break down silos with SharePoint Collaboration and...
Intergen Twilight Seminar: Break down silos with SharePoint Collaboration and...
 
Intergen Think! Seminar: Assesing your fit for ERP cloud
Intergen Think! Seminar: Assesing your fit for ERP cloudIntergen Think! Seminar: Assesing your fit for ERP cloud
Intergen Think! Seminar: Assesing your fit for ERP cloud
 
Intergen Twilight Seminar: What's shaping the Business Systems of the Future
Intergen Twilight Seminar: What's shaping the Business Systems of the FutureIntergen Twilight Seminar: What's shaping the Business Systems of the Future
Intergen Twilight Seminar: What's shaping the Business Systems of the Future
 
Dynamics Day 2012 Welcome and Keynote
Dynamics Day 2012 Welcome and KeynoteDynamics Day 2012 Welcome and Keynote
Dynamics Day 2012 Welcome and Keynote
 
The Benefits of Social Collaboration in the Enterprise
The Benefits of Social Collaboration in the EnterpriseThe Benefits of Social Collaboration in the Enterprise
The Benefits of Social Collaboration in the Enterprise
 
How to make the most out of Lead Management and CRM
How to make the most out of Lead Management and CRMHow to make the most out of Lead Management and CRM
How to make the most out of Lead Management and CRM
 

Similaire à SQL Server 2008 Highlights

Introduction to microsoft sql server 2008 r2
Introduction to microsoft sql server 2008 r2Introduction to microsoft sql server 2008 r2
Introduction to microsoft sql server 2008 r2Eduardo Castro
 
Whats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 CwWhats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 CwEduardo Castro
 
AnalysisServices
AnalysisServicesAnalysisServices
AnalysisServiceswebuploader
 
SQL Server R2 Sunumu
SQL Server R2 SunumuSQL Server R2 Sunumu
SQL Server R2 SunumuÇözümPARK
 
SQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTPSQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTPGovind S Yadav
 
SQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginners
SQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginnersSQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginners
SQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginnersTobias Koprowski
 
Sql Server 2008 Features
Sql Server 2008 FeaturesSql Server 2008 Features
Sql Server 2008 FeaturesParul Sharma
 
The Evolution of SQL Server as a Service - SQL Azure Managed Instance
The Evolution of SQL Server as a Service - SQL Azure Managed InstanceThe Evolution of SQL Server as a Service - SQL Azure Managed Instance
The Evolution of SQL Server as a Service - SQL Azure Managed InstanceJavier Villegas
 
Microsoft SQL Server - Reduce Your Cost and Improve your Agility Presentation
Microsoft SQL Server - Reduce Your Cost and Improve your Agility PresentationMicrosoft SQL Server - Reduce Your Cost and Improve your Agility Presentation
Microsoft SQL Server - Reduce Your Cost and Improve your Agility PresentationMicrosoft Private Cloud
 
Microsoft SQL Server - SQL Server 2008 R2 Editions Datasheet
Microsoft SQL Server - SQL Server 2008 R2 Editions DatasheetMicrosoft SQL Server - SQL Server 2008 R2 Editions Datasheet
Microsoft SQL Server - SQL Server 2008 R2 Editions DatasheetMicrosoft Private Cloud
 
Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...
Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...
Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...Microsoft Private Cloud
 
DesignMind SQL Server 2008 Migration
DesignMind SQL Server 2008 MigrationDesignMind SQL Server 2008 Migration
DesignMind SQL Server 2008 MigrationMark Ginnebaugh
 
Higher Productivity With Ase
Higher Productivity With AseHigher Productivity With Ase
Higher Productivity With Asesparkwan
 
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...Shahzad
 
A Primer To Sybase Iq Development July 13
A Primer To Sybase Iq Development July 13A Primer To Sybase Iq Development July 13
A Primer To Sybase Iq Development July 13sparkwan
 
Sql Server 2008 Product Overview
Sql Server 2008 Product OverviewSql Server 2008 Product Overview
Sql Server 2008 Product OverviewIsmail Muhammad
 
Sql Server 2008 Security Enhanments
Sql Server 2008 Security EnhanmentsSql Server 2008 Security Enhanments
Sql Server 2008 Security EnhanmentsEduardo Castro
 
Self service BI with sql server 2008 R2 and microsoft power pivot short
Self service BI with sql server 2008 R2 and microsoft power pivot shortSelf service BI with sql server 2008 R2 and microsoft power pivot short
Self service BI with sql server 2008 R2 and microsoft power pivot shortEduardo Castro
 
SQL Server Developer 70-433
SQL Server Developer 70-433SQL Server Developer 70-433
SQL Server Developer 70-433jasonyousef
 

Similaire à SQL Server 2008 Highlights (20)

Introduction to microsoft sql server 2008 r2
Introduction to microsoft sql server 2008 r2Introduction to microsoft sql server 2008 r2
Introduction to microsoft sql server 2008 r2
 
Whats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 CwWhats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 Cw
 
AnalysisServices
AnalysisServicesAnalysisServices
AnalysisServices
 
SQL Server R2 Sunumu
SQL Server R2 SunumuSQL Server R2 Sunumu
SQL Server R2 Sunumu
 
SQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTPSQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTP
 
SQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginners
SQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginnersSQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginners
SQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginners
 
Sql Server 2008 Features
Sql Server 2008 FeaturesSql Server 2008 Features
Sql Server 2008 Features
 
The Evolution of SQL Server as a Service - SQL Azure Managed Instance
The Evolution of SQL Server as a Service - SQL Azure Managed InstanceThe Evolution of SQL Server as a Service - SQL Azure Managed Instance
The Evolution of SQL Server as a Service - SQL Azure Managed Instance
 
Microsoft SQL Server - Reduce Your Cost and Improve your Agility Presentation
Microsoft SQL Server - Reduce Your Cost and Improve your Agility PresentationMicrosoft SQL Server - Reduce Your Cost and Improve your Agility Presentation
Microsoft SQL Server - Reduce Your Cost and Improve your Agility Presentation
 
Microsoft SQL Server - SQL Server 2008 R2 Editions Datasheet
Microsoft SQL Server - SQL Server 2008 R2 Editions DatasheetMicrosoft SQL Server - SQL Server 2008 R2 Editions Datasheet
Microsoft SQL Server - SQL Server 2008 R2 Editions Datasheet
 
Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...
Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...
Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...
 
DesignMind SQL Server 2008 Migration
DesignMind SQL Server 2008 MigrationDesignMind SQL Server 2008 Migration
DesignMind SQL Server 2008 Migration
 
Day2
Day2Day2
Day2
 
Higher Productivity With Ase
Higher Productivity With AseHigher Productivity With Ase
Higher Productivity With Ase
 
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...
 
A Primer To Sybase Iq Development July 13
A Primer To Sybase Iq Development July 13A Primer To Sybase Iq Development July 13
A Primer To Sybase Iq Development July 13
 
Sql Server 2008 Product Overview
Sql Server 2008 Product OverviewSql Server 2008 Product Overview
Sql Server 2008 Product Overview
 
Sql Server 2008 Security Enhanments
Sql Server 2008 Security EnhanmentsSql Server 2008 Security Enhanments
Sql Server 2008 Security Enhanments
 
Self service BI with sql server 2008 R2 and microsoft power pivot short
Self service BI with sql server 2008 R2 and microsoft power pivot shortSelf service BI with sql server 2008 R2 and microsoft power pivot short
Self service BI with sql server 2008 R2 and microsoft power pivot short
 
SQL Server Developer 70-433
SQL Server Developer 70-433SQL Server Developer 70-433
SQL Server Developer 70-433
 

Plus de Intergen

Creating intelligent content: How to automate personalised, one-to-one market...
Creating intelligent content: How to automate personalised, one-to-one market...Creating intelligent content: How to automate personalised, one-to-one market...
Creating intelligent content: How to automate personalised, one-to-one market...Intergen
 
Taming the feral Teams
Taming the feral TeamsTaming the feral Teams
Taming the feral TeamsIntergen
 
Customer Insights: It's time to get personal
Customer Insights: It's time to get personalCustomer Insights: It's time to get personal
Customer Insights: It's time to get personalIntergen
 
Working Remotely with Microsoft Technologies
Working Remotely with Microsoft TechnologiesWorking Remotely with Microsoft Technologies
Working Remotely with Microsoft TechnologiesIntergen
 
Intergen Convergence 2017 - Digital workplace
Intergen Convergence 2017 - Digital workplaceIntergen Convergence 2017 - Digital workplace
Intergen Convergence 2017 - Digital workplaceIntergen
 
Intergen Convergence 2017 - Customer engagement (Toyota)
Intergen Convergence 2017 - Customer engagement (Toyota)Intergen Convergence 2017 - Customer engagement (Toyota)
Intergen Convergence 2017 - Customer engagement (Toyota)Intergen
 
Intergen Convergence 2017 - Customer engagement (Green Cross Health)
Intergen Convergence 2017 - Customer engagement (Green Cross Health)Intergen Convergence 2017 - Customer engagement (Green Cross Health)
Intergen Convergence 2017 - Customer engagement (Green Cross Health)Intergen
 
Intergen Convergence 2017 - Customer engagement (Dynamic Controls)
Intergen Convergence 2017 - Customer engagement (Dynamic Controls)Intergen Convergence 2017 - Customer engagement (Dynamic Controls)
Intergen Convergence 2017 - Customer engagement (Dynamic Controls)Intergen
 
Intergen Convergence 2017 - Business transformation across the enterprise (NZ...
Intergen Convergence 2017 - Business transformation across the enterprise (NZ...Intergen Convergence 2017 - Business transformation across the enterprise (NZ...
Intergen Convergence 2017 - Business transformation across the enterprise (NZ...Intergen
 
Intergen Convergence 2017 - Bringing your people on the change journey
Intergen Convergence 2017 - Bringing your people on the change journeyIntergen Convergence 2017 - Bringing your people on the change journey
Intergen Convergence 2017 - Bringing your people on the change journeyIntergen
 
Intergen Convergence 2017 - Why digital transformation
Intergen Convergence 2017 - Why digital transformationIntergen Convergence 2017 - Why digital transformation
Intergen Convergence 2017 - Why digital transformationIntergen
 
Intergen Convergence 2017 - Unleash your digital enterprise
Intergen Convergence 2017 - Unleash your digital enterpriseIntergen Convergence 2017 - Unleash your digital enterprise
Intergen Convergence 2017 - Unleash your digital enterpriseIntergen
 
Intergen Convergence 2017 - The future is here
Intergen Convergence 2017 - The future is hereIntergen Convergence 2017 - The future is here
Intergen Convergence 2017 - The future is hereIntergen
 
Intergen Convergence 2017 - Keeping safe, staying safe
Intergen Convergence 2017 - Keeping safe, staying safeIntergen Convergence 2017 - Keeping safe, staying safe
Intergen Convergence 2017 - Keeping safe, staying safeIntergen
 
Intergen Convergence 2017 - Customer Engagement
Intergen Convergence 2017 - Customer EngagementIntergen Convergence 2017 - Customer Engagement
Intergen Convergence 2017 - Customer EngagementIntergen
 
Intergen Convergence 2017 - Data as your most important asset
Intergen Convergence 2017 - Data as your most important assetIntergen Convergence 2017 - Data as your most important asset
Intergen Convergence 2017 - Data as your most important assetIntergen
 
Intergen Interconnect
Intergen InterconnectIntergen Interconnect
Intergen InterconnectIntergen
 
Your cyber security webinar
Your cyber security webinarYour cyber security webinar
Your cyber security webinarIntergen
 
Dynamics Day 2016: Microsoft Dynamics 365 first look
Dynamics Day 2016: Microsoft Dynamics 365 first lookDynamics Day 2016: Microsoft Dynamics 365 first look
Dynamics Day 2016: Microsoft Dynamics 365 first lookIntergen
 
Dynamics Day 2016: CRM Field Service and Project Service
Dynamics Day 2016: CRM Field Service and Project ServiceDynamics Day 2016: CRM Field Service and Project Service
Dynamics Day 2016: CRM Field Service and Project ServiceIntergen
 

Plus de Intergen (20)

Creating intelligent content: How to automate personalised, one-to-one market...
Creating intelligent content: How to automate personalised, one-to-one market...Creating intelligent content: How to automate personalised, one-to-one market...
Creating intelligent content: How to automate personalised, one-to-one market...
 
Taming the feral Teams
Taming the feral TeamsTaming the feral Teams
Taming the feral Teams
 
Customer Insights: It's time to get personal
Customer Insights: It's time to get personalCustomer Insights: It's time to get personal
Customer Insights: It's time to get personal
 
Working Remotely with Microsoft Technologies
Working Remotely with Microsoft TechnologiesWorking Remotely with Microsoft Technologies
Working Remotely with Microsoft Technologies
 
Intergen Convergence 2017 - Digital workplace
Intergen Convergence 2017 - Digital workplaceIntergen Convergence 2017 - Digital workplace
Intergen Convergence 2017 - Digital workplace
 
Intergen Convergence 2017 - Customer engagement (Toyota)
Intergen Convergence 2017 - Customer engagement (Toyota)Intergen Convergence 2017 - Customer engagement (Toyota)
Intergen Convergence 2017 - Customer engagement (Toyota)
 
Intergen Convergence 2017 - Customer engagement (Green Cross Health)
Intergen Convergence 2017 - Customer engagement (Green Cross Health)Intergen Convergence 2017 - Customer engagement (Green Cross Health)
Intergen Convergence 2017 - Customer engagement (Green Cross Health)
 
Intergen Convergence 2017 - Customer engagement (Dynamic Controls)
Intergen Convergence 2017 - Customer engagement (Dynamic Controls)Intergen Convergence 2017 - Customer engagement (Dynamic Controls)
Intergen Convergence 2017 - Customer engagement (Dynamic Controls)
 
Intergen Convergence 2017 - Business transformation across the enterprise (NZ...
Intergen Convergence 2017 - Business transformation across the enterprise (NZ...Intergen Convergence 2017 - Business transformation across the enterprise (NZ...
Intergen Convergence 2017 - Business transformation across the enterprise (NZ...
 
Intergen Convergence 2017 - Bringing your people on the change journey
Intergen Convergence 2017 - Bringing your people on the change journeyIntergen Convergence 2017 - Bringing your people on the change journey
Intergen Convergence 2017 - Bringing your people on the change journey
 
Intergen Convergence 2017 - Why digital transformation
Intergen Convergence 2017 - Why digital transformationIntergen Convergence 2017 - Why digital transformation
Intergen Convergence 2017 - Why digital transformation
 
Intergen Convergence 2017 - Unleash your digital enterprise
Intergen Convergence 2017 - Unleash your digital enterpriseIntergen Convergence 2017 - Unleash your digital enterprise
Intergen Convergence 2017 - Unleash your digital enterprise
 
Intergen Convergence 2017 - The future is here
Intergen Convergence 2017 - The future is hereIntergen Convergence 2017 - The future is here
Intergen Convergence 2017 - The future is here
 
Intergen Convergence 2017 - Keeping safe, staying safe
Intergen Convergence 2017 - Keeping safe, staying safeIntergen Convergence 2017 - Keeping safe, staying safe
Intergen Convergence 2017 - Keeping safe, staying safe
 
Intergen Convergence 2017 - Customer Engagement
Intergen Convergence 2017 - Customer EngagementIntergen Convergence 2017 - Customer Engagement
Intergen Convergence 2017 - Customer Engagement
 
Intergen Convergence 2017 - Data as your most important asset
Intergen Convergence 2017 - Data as your most important assetIntergen Convergence 2017 - Data as your most important asset
Intergen Convergence 2017 - Data as your most important asset
 
Intergen Interconnect
Intergen InterconnectIntergen Interconnect
Intergen Interconnect
 
Your cyber security webinar
Your cyber security webinarYour cyber security webinar
Your cyber security webinar
 
Dynamics Day 2016: Microsoft Dynamics 365 first look
Dynamics Day 2016: Microsoft Dynamics 365 first lookDynamics Day 2016: Microsoft Dynamics 365 first look
Dynamics Day 2016: Microsoft Dynamics 365 first look
 
Dynamics Day 2016: CRM Field Service and Project Service
Dynamics Day 2016: CRM Field Service and Project ServiceDynamics Day 2016: CRM Field Service and Project Service
Dynamics Day 2016: CRM Field Service and Project Service
 

Dernier

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 

Dernier (20)

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 

SQL Server 2008 Highlights

  • 1. SQL Server 2008 Your questions answered…
  • 2. SQL Server 2008 Which boat are you in? Your developers and IT pros can‟t wait to start using all the new stuff Your developers and IT pros aren‟t interested in all the new stuff You think it‟s all too new – let‟s just wait for the first service pack to come out You don‟t know what to think amongst all the marketing hype
  • 3. SQL Server 2008 New features in SQL Server 2008 Transparent Data Encryption Visual Studio Support Enterprise Reporting Engine External Key Management SQL Server Conflict Detection Internet Report Deployment Data Auditing FILESTREAM data type Block Computations Pluggable CPU Integrated Full Text Search Scale out Analysis Transparent Failover for Database Sparse Columns Export to Word and Excel Mirroring Large User Defined Types Author reports in Word and Excel Declarative Management Framework Date/Time Data Type Report Builder Enhancements Server Group Management LOCATION data type TABLIX Powershell SPATIAL data type Charts and Gauges controls Streamlined Installation Virtual Earth Integration Rich Formatted Data Enterprise System Management Partitioned Table Parallelism Personalized Perspectives Performance Data Collection Query Optimizations … and many more System Analysis Persistent Lookups Data Compression Change Data Capture Query Optimization Modes Backup Compression Resource Governor MERGE SQL Statement Entity Data Model Data Profiling LINQ Star Join Visual Entity Designer SQL Server Change Tracking Entity Aware Adapters Transparent Data Encryption Synchronized Programming Model
  • 4. SQL Server 2008 Platform vision Enterprise Data Platform Services Reporting Integration Analysis Synch FILE Beyond Relational Query RDBMS XML OLAP Search Dynamic Development Mobile and Server Cloud Desktop Pervasive Insight
  • 5. SQL Server 2008 What are we looking for? Trusted Security, Reliability and Performance Productive Developers IT Pros Breadth of solutions Integration Services Analysis Services Reporting Services Synch/Search
  • 6. SQL Server 2008 Trusted Auditing Encryption Compression Performance Ensuring Business continuity
  • 7. SQL Server 2008 Auditing Native DDL for Audit configuration and management Create an Audit object to automatically log actions to: File Windows Application Log Windows Security Log Ability to define granular Audit Actions of Users or Roles on DB objects
  • 8. SQL Server 2008 Native Encryption Transparent Data Encryption Encrypts data at rest and within backups SQL Server 2008 No impact to existing apps Encryption/decryption performed DEK at database level Support for hardware based key management Encrypted data page Client Application
  • 9. SQL Server 2008 Compression Within database Row compression Page compression Within backups
  • 10. SQL Server 2008 Encryption, Compression and Auditing
  • 11. SQL Server 2008 Filtered Indexes Improve query performance and lower storage and maintenance costs Of benefit for well known sets of data (<=50% of full table set) Also very useful as a filter for UNIQUE indexes!
  • 12. SQL Server 2008 Resource Governor Manage workload and system resource consumption 3 new concepts Resource Pools Workload Groups Classifier Functions Directs each scheduler as to how to prioritize work within each virtual instance (pool)
  • 13. SQL Server 2008 Resource Governor
  • 14. SQL Server 2008 Ensuring Business Continuity Enhanced Mirroring Auto-Page Repair Log Stream Compression Hot-add CPU 64 bit Enterprise only sp_configure „affinity mask‟ and „affinity I/O mask‟
  • 15. SQL Server 2008 General T-SQL Enhancements Productive – for Developers New Date and Time data types DATE, TIME, DATETIME2 DATETIMEOFFSET GROUPING SETS Specify multiple group by clauses Multi row INSERT += assignment Inline variable initialisation
  • 16. SQL Server 2008 MERGE statement Productive – for Developers New operation for performing multiple DML operations across a full outer join So you can perform INSERTS, UPDATES and DELETES as appropriate Key scenarios Conditional insert / update Synchronization
  • 17. SQL Server 2008 Table Value Parameters Productive – for Developers Allows TABLE types to be passed as a parameter to a stored procedure Use by Defining a User Defined Table type Declaring a parameter in sproc or function as that table type passing as READONLY Call by passing a table instance
  • 18. SQL Server 2008 Beyond Relational Productivity – for Developers Hierarchies and HierarchyId data type File system based data Sparse columns Allows columns to be marked as SPARSE indicating they may not have any data attached Integrated Full Text Search
  • 19. SQL Server 2008 Spatial Data Productivity – for Developers Vector based, industry spatial standards Two new data types: GEOMETRY GEOGRAPHY Implemented as managed UDT‟s in separate assembly
  • 20. SQL Server 2008 ADO.NET Entity Framework and LINQ Productive – for Developers Use ADO.NET Entities to rationalize our data and simplify development Object Relational Mapping Leverage LINQ for querying Reflects a shift towards domain driven architectures over traditional data silos At Intergen we use other ORMs instead…  But LINQ is great
  • 21. SQL Server 2008 T-SQL Enhancements MERGE statement Table Value Parameters
  • 22. SQL Server 2008 Configuration Servers Productive – for IT Pros Group servers together for configuration or management Multicast query – target all servers in the group at the same time! Collectively inspect or apply policy
  • 23. SQL Server 2008 Policy Based Management Productive – for IT Pros New declarative policy system to manage instances Uses DDL triggers and SQLCLR to enforce policy Supports “true transactional” events Fully scriptable
  • 24. SQL Server 2008 Powershell Productive – for IT Pros A new tool for scripting on Windows SQL Server integration Object Explorer: Right-click, Start PowerShell SQL Agent integration Can now create PowerShell job steps. External access Native Providers to access SMO data and Policy Provides direct SMO access Invoke-sqlcmd cmdlet
  • 25. SQL Server 2008 Configuration Servers Policy Based Management Powershell
  • 26. SQL Server 2008 Integration Services Breadth of solutions Data Profiling Change Data Capture C# and VB.NET scripting Lookup Transformation enhancements Performance improvements New Performance Counters
  • 27. SQL Server 2008 Change Data Capture Breadth of solutions Information about what changed at the source OLTP Operation (Insert, Update, Delete) Update mask (which columns changed) Change Tables Changes captured from the log asynchronously Minimal impact on source system Log reader can be scheduled to run during idle time Data Warehouse Enabled per table Hidden change tables store captured changes One change table per source table that is tracked CDC APIs provide access to change data
  • 28. SQL Server 2008 Data Profiling
  • 29. SQL Server 2008 Analysis Services Breadth of solutions Design it Right – help baked into design tools Best practices Performance tuning tricks Configuration warnings Performance Monitoring Scalable backups Scalable shared databases
  • 30. SQL Server 2008 Reporting Services Breadth of solutions Combined Report Designer/Builder New Chart/Graph/Guage visualisations Rendering to Word, Excel, PDF, RTF Report Designer improvements Integration with SharePoint
  • 31. SQL Server 2008 Frame Effects Scale Breaks Drawing Styles Multiple Legends Calculated Series Multiple Striplines Chart Areas
  • 32. SQL Server 2008 Gauge Samples Radial Gauge Linear Gauge
  • 33. SQL Server 2008 Synch/Search Breadth of solutions Synch services – v1.0 Fulltext indexing built into the SQL engine
  • 34. SQL Server 2008 Platform vision Enterprise Data Platform Services Reporting Integration Analysis Synch FILE Beyond Relational Query RDBMS XML OLAP Search Dynamic Development Mobile and Server Cloud Desktop Pervasive Insight
  • 35. SQL Server 2008 Enterprise Editions and features Category Feature Name Enterprise Standard High Availability Database snapshots Yes No High Availability Online indexing Yes No High Availability Online restore Yes No High Availability Backup compression Yes No Scalability Partitioning Yes No Scalability Data Compression Yes No Scalability Resource Governor Yes No Security Fine grained auditing Yes No Security Transparent database encryption Yes No Integration Services Fuzzy logic/term extraction tasks Yes No Integration Services Data mining tasks Yes No Integration Services Dimension/Partition processing tasks Yes No Data Warehouse Scaling Change data capture Yes No Data Warehouse Scaling Star join query optimization Yes No Data Warehouse Scaling Partitioned cubes Yes No Data Warehouse Scaling Proactive caching Yes No Multi-Dimensional Analytics Writeback dimensions Yes No Multi-Dimensional Analytics Perspectives Yes No Reporting Data driven subscriptions Yes No Reporting Infinite click-through Yes No
  • 36. SQL Server 2008 Quick wins/best bets Trusted platform Auditing, Database Encryption, Backup Compression, Resource Governor, Management Data Warehouse Developer Productivity Everything except ADO.NET Entity Framework IT Pro Productivity Configuration Servers, Policy-based management, Powershell Business Intelligence Falling into the pit of success