SlideShare a Scribd company logo
Ing. Eduardo Castro, PhD
Comunidad Windows
ecastro@mswindowscr.org
Overview of SQL Server 2008
Major Enhancements from SQL Server
2008 to SQL Server 2008 R2
SQL Server 2008 is a very powerful tool of
Microsoft. SQL Server 2008 comes up with
many enhancements in Security, Availability,
Performance, Management, Storage,
Programmability, BI( Business Intelligence )
and SSRS (Reporting Services) .
New Editions
  2 new premium editions to meet the needs of
  large scale datacenters and data warehouses

New R2 Technologies
  Application and Multi-Server Management
  Managed Self-Service Business Intelligence
  Master Data Services
  StreamInsight Complex Event Processing
  Technology
New R2 Solutions

  PowerPivot for SharePoint
  PowerPivot for Excel
  Parallel Data Warehouse
  Fast Track Data Warehouse
Building on the momentum of SQL Server
2008, “R2” improves IT efficiency by
reducing the time and cost of developing
and managing applications
Empowers end users to make better
decisions through Self-Service Business
Intelligence and enables organizations to
scale with confidence by providing high
levels of reliability, security and scalability
for business critical applications.
Report Builder 3.0 with support for geospatial
visualization
Application and Multi-server Management - SMP
scale up with support for up to 256 logical
processors.
This CTP provides the first opportunity to explore
some of the features of SQL Server 2008 R2 and
see how it all comes together to enhance
performance and scalability, enable self-service BI
and improve IT and developer efficiency.
SQL Server 2008 R2 comes up with two
new feature in scalability and performance
enhancements:
  Support for More Than 64 CPUs- The number
  of CPU cores that a server can use for
  database operations been increased from 64
  to 512.
  Unicode Compression-Unicode data that is
  stored in nvarchar(n) and nchar(n) columns is
  now compressed by using an implementation
  of the standard Compression Scheme for
  Unicode(SCSU) algorithm.
Datacenter
  Designed to deliver a high-performing data
  platform that provides the highest levels of
  scalability for large application workloads,
  virtualization and consolidation

Key features new to Datacenter:
  Application and Multi-Server Management for
  enrolling, gaining insights and managing over
  25 instances
High-scale complex event processing with
SQL Server StreamInsight

Supports more processors and up to 256
logical processors for highest levels of scale

Supports memory limits up to OS maximum
SQL Server 2008 R2 Parallel Data
Warehouse is a highly scalable data
warehouse appliance-based solution
Key features new to Parallel Data
Warehouse:

  10s to 100s TBs enabled by MPP architecture
  Advanced data warehousing capabilities like
  Star Join Queries and Change Data Capture
  Integration with SSIS, SSRS, and SSAS
  Supports industry standard data warehousing
  hub and spoke architecture and parallel
  database copy
Whats New Sql Server 2008 R2 Cw
 Pre-configured For Each SQL Server Instance On Each
  Compute Node.
    Drives Configured As RAID1 To Avoid Appliance Failover for a Single Drive
     Failure
    IBM Compute Nodes Will Have 1 Lun (1 RAID1 Pair)
    Dell Compute Nodes Will Have 2 Lun’s (2 RAID1 Pairs)
    HP Compute Nodes Will Have 3 Luns’s (3 RAID1 Pairs)

 Tempdb:
    Sort-work Area For Data Loading Into Clustered Index Tables
    Spill Area For Hash Joins Not Fitting Into Memory
Pre-configured
   4 RAID10 Pairs for Primary User Data
   1 RAID10 Pair for Database Logs
   2 LUN’s Are Spread Across Each RAID Pair

User Databases Are Separate Physical SQLServer
Databases

Staging Database (Optional) Used for Loading and to
Minimize Fragmentation
Whats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 Cw
You can implement it simply when creating
table:
  With (Data_Compression=ROW)

or after creating table:

  Alter Table [Name] REBUILD
  WITH(Data_Compression=ROW)
SQL Server 2008 R2 introduces the SQL
Server Utility for managing multiple
instances of the SQL Server Database
Engine.
In SQL Server Management Studio,
organizations will gain insights into their
growing applications and SQL Server
instances
Consolidation management
  Use a new explorer in SQL Server
  Management Studio to access the central
  management for multi-server management and
  at-a-glance dashboard views

Improve service levels
  Set policies to define desired utilization
  thresholds across target servers or applications
  within a new central management point.
  Identify issues with instances and applications
Whats New Sql Server 2008 R2 Cw
Ing. Eduardo Castro, PhD
Grupo Asesor en Informática
ecastro@grupoasesor.net
It also introduces a unit of management
called a data-tier application that provides
an application-based view for managing the
data-tier objects in the SQL Server Utility or
stand-alone instances of the Database
Engine.
R2 makes it easier for DBAs to move
databases around from server to server in
much the same way virtualization admins
move guest OS’s around between physical
hosts.
SQL Server 2008 R2 still has the same
concept of databases, but it’s added a new
level above databases called Data-Tier
Applications, abbreviated DAC

The DAC includes the database schema
plus some server-level objects required in
order to support the database, like logins.

The DAC does not include the data inside
your database.
For deployment best practices, you should
have any necessary data (configuration
tables, basic lookup tables) already scripted
out as part of your deployment strategy.

With the DAC approach, it makes sense to
put these scripts inside the database as
objects. For example, you might have a
stored procedure called usp_deploy that
populates all of the necessary configuration
tables via insert statements.
Developers create and update their
database schema, stored procedures,
functions, etc. inside Visual Studio,
packaging them into DAC Packs, and
handing them to the database administrator.
Ing. Eduardo Castro, PhD
Grupo Asesor en Informática
ecastro@grupoasesor.net
SQL Server installs by creating sysprep-ed
images of SQL Server standalone instances
that can be copied and quickly installed on
target systems.

Enables rapid provisioning and configuration
using prepared images stored in VHDMart
for Hyper-V deployments.
SQL Server 2008 Sysprep accomplishes the
install in two phases behind the scenes:
prepare and configure.

In SQL Server 2008 R2, two new SQL
Server setup actions are exposed to the
users: PrepareImage (also referred to as
“prepare”) and CompleteImage (also
referred to as “complete” or “configure”).
SQL Server PrepareImage takes about 30 minutes
for Engine and RS components, whereas
CompleteImage takes a few minutes.
Windows SysPrep process can be run in between
the two steps to create Windows OS image and
deploy to target computers, but is not a required
step.
These two steps can be run back-to-back on the
same computer. Sysprep will be able to save on
the average an estimated 30 minutes per install.
Empower your business units and users to
create and share BI solutions through
familiar and intuitive tools
  SQL Server PowerPivot Add-in for
  Excel(formerly known as "Gemini)
  SharePoint 2010 based Operations Dashboard
  SQL Server Reporting Services Report Builder
  3.0
  Rich visualization of geospatial data
So, what is PowerPivot then?
  New client and server components for self-
  service, managed BI
  Client component lights up Excel 2010
    Huge data capacities and mash-ups
    In-memory SSAS data model
  Server component lights up in SharePoint 2010
    Integrated SSAS service to handle data models
    Excel Services used to render spreadsheets
PowerPivot client tool
  Add-in for Excel 2010
  Provides SSAS engine, PowerPivot UI
  Creates in-memory database model
Gather data for analysis
  Load & Prepare Data option
  Connect to data sources (lots of options)
  Import data into PowerPivot tab
  Select columns, filter data as needed
Describe how data is related
  Inform PowerPivot of data relationships
  Supports basic PK-FK type relationships
  Create basic data model
Use expressions (DAX) to add calculations
  Includes many Excel functions
  Expressions based on columns, not cells
Use pivot-tables and pivot-charts
  Updated task pane for selecting data
  Data elements grouped by PowerPivot tab
  Use as dimensions or measures as appropriate
New and updated visualizations
  Slicers (excellent!)
  Sparklines (excellent!)
  Improved icon sets, data bar formatting
  Improved chart options and performance
Ing. Eduardo Castro, PhD
Grupo Asesor en Informática
ecastro@grupoasesor.net
Master Data Services helps enterprises
standardize the data people rely on to make
critical business decisions.
With Master Data Services, IT organizations
can centrally manage critical data assets
companywide and across diverse systems,
enable more people to securely manage
master data directly, and ensure the integrity
of information over time.
Whats New Sql Server 2008 R2 Cw
Master Data Services is a Master Data
Management application that consists of the
following components and tools

  Master Data Services Configuration Manager,
  Master Data Manager
  Master Data Services Web service
Master data hub that provides central
management of master data entities and
hierarchies and collections
Thin-client stewardship portal that provides
secure, role-based Web access to master
data
Versioning of all data entities and
hierarchies
Human workflow that notifies assigned
owners by e-mail of business rule violations
Flexible and extensible business rules that
safeguard the quality of data entered in the
master data hub
Support for a broad range of hierarchy and
attribute management strategies and
requirements
Comprehensive role-based security model
that enables fine-grained, secure access to
master data
Whats New Sql Server 2008 R2 Cw
Models are the highest level of data
organization in Master Data Services

  Entities
  Attributes and attribute groups
  Hierarchies (derived and explicit)
  Collections
Ing. Eduardo Castro, PhD
Grupo Asesor en Informática
ecastro@grupoasesor.net
Data volumes are exploding with event data
streaming from sources such as RFID,
sensors and web logs
The size and frequency of the data make it
challenging to store for data mining and
analysis.
The ability to monitor, analyze and take
business decisions in near real-time
SQL Server StreamInsight’s ability to derive
insights from data streams and act in near real
time provides significant business benefits. Some
of the possible scenarios include:

   Algorithmic trading and fraud detection for financial
   services
    Industrial process control (chemicals, oil and gas) for
   manufacturing
    Electric grid monitoring and advanced metering for
   utilities
   Click stream web analytics
   Network and data center system monitoring.
.NET
StreamInsight Application                                              C#
Development                                                           LINQ

                               StreamInsight Application at Runtime
 Event sources                                                                 Event targets

                            Input        StreamInsight Engine    Output
   Devices, Sensors        Adapters                             Adapters     Pagers &
                                                                             Monitoring devices
                                         Standing Queries                               KPI
                                                                                    `   Dashboards,
   Web servers                                                                          SharePoint UI
                                          Query         Query
                                          Logic         Logic


                                                                                    Trading stations
Event stores &
Databases                                               Query
                                                        Logic


Stock ticker, news feeds                                                     Event stores & Databases
Whats New Sql Server 2008 R2 Cw
Events
  Represent the user payload along with temporal
  characteristics
Streams
  Sequence of events
  Flows into (one or more) standing queries in StreamInsight
  engine
Queries
  Operate on event streams
  Apply desired semantics on events
Adapters
  Convert custom data from event sources to / from
  StreamInsight events
Database Applications Event-driven Applications
Query       Ad-hoc queries or        Continuous standing
Paradigm    requests                 queries
Latency     Seconds, hours, days     Milliseconds or less
Data Rate   Hundreds of events/sec   Tens of thousands of
                                     events/sec or more
                                        Event
                         request
                                                     output
                                      input          stream
            response                 stream
Latency
Months
                                                       CEP Target Scenarios
Days

Hours         Relational Database Applications
                                                      Operational Analytics
                                                    Applications, Logistics, etc.
Minutes                             Data Warehousing
                                       Applications
Seconds                                             Web Analytics Applications

100 ms        Monitoring               Manufacturing
                                                                Financial Trading
              Applications              Applications
< 1 ms                                                          Applications


          0            10        100        1,000      10,000     100,000    ~1million
                             Aggregate Data Rate (Events/sec)
Analysis of Click Streams on MSN.com
Web Server log streamed into StreamInsight
Categorizing user behavior based on URL:
   Click targets
   Search keywords
Segmentation of user IDs into markets
Adapting navigational structure and ad placement in
real time
Patterns over time windows: user first clicks PageA,
then PageB, then PageC within X seconds
High performance requirements
   Millions of online users
   Low latency (seconds)
   Possible late events
New Editions
  2 new premium editions to meet the needs of
  large scale datacenters and data warehouses

New R2 Technologies
  Application and Multi-Server Management
  Managed Self-Service Business Intelligence
  Master Data Services
  StreamInsight Complex Event Processing
  Technology
New R2 Solutions

  PowerPivot for SharePoint
  PowerPivot for Excel
  Parallel Data Warehouse
  Fast Track Data Warehouse
SQL Server 2008 R2 High Availability and
Windows 2008 R2 Group Policy Changes




http://sqlwindows1209.eventbrite.com
Ing. Eduardo Castro, PhD
Grupo Asesor en Informática
ecastro@grupoasesor.net
Ad

More Related Content

What's hot (20)

Sql server reporting services
Sql server reporting servicesSql server reporting services
Sql server reporting services
ssuser1eca7d
 
Veritas Failover3
Veritas Failover3Veritas Failover3
Veritas Failover3
grogers1124
 
Big_SQL_3.0_Whitepaper
Big_SQL_3.0_WhitepaperBig_SQL_3.0_Whitepaper
Big_SQL_3.0_Whitepaper
Scott Gray
 
Session 2: SQL Server 2012 with Christian Malbeuf
Session 2: SQL Server 2012 with Christian MalbeufSession 2: SQL Server 2012 with Christian Malbeuf
Session 2: SQL Server 2012 with Christian Malbeuf
CTE Solutions Inc.
 
SQL - Parallel Data Warehouse (PDW)
SQL - Parallel Data Warehouse (PDW)SQL - Parallel Data Warehouse (PDW)
SQL - Parallel Data Warehouse (PDW)
Karan Gulati
 
Ssrs 2008 R2 webinar
Ssrs 2008 R2   webinarSsrs 2008 R2   webinar
Ssrs 2008 R2 webinar
Snigdha Chotani
 
An Introduction to Cloud Computing by Robert Grossman 08-06-09 (v19)
An Introduction to Cloud Computing by Robert Grossman 08-06-09 (v19)An Introduction to Cloud Computing by Robert Grossman 08-06-09 (v19)
An Introduction to Cloud Computing by Robert Grossman 08-06-09 (v19)
Robert Grossman
 
MSBI-SQL Server Reporting Services
MSBI-SQL Server Reporting ServicesMSBI-SQL Server Reporting Services
MSBI-SQL Server Reporting Services
Thejaswi shasthri
 
SharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2CSharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2C
Michael Noel
 
SQL Server Reporting Services 2008
SQL Server Reporting Services 2008SQL Server Reporting Services 2008
SQL Server Reporting Services 2008
VishalJharwade
 
Ssrs introduction session 1
Ssrs introduction session 1Ssrs introduction session 1
Ssrs introduction session 1
Muthuvel P
 
Microsoft SQL Server 2012 Components and Tools (Quick Overview) - Rev 1.3
Microsoft SQL Server 2012 Components and Tools (Quick Overview) - Rev 1.3Microsoft SQL Server 2012 Components and Tools (Quick Overview) - Rev 1.3
Microsoft SQL Server 2012 Components and Tools (Quick Overview) - Rev 1.3
Naji El Kotob
 
SQL Server 2016 new features
SQL Server 2016 new featuresSQL Server 2016 new features
SQL Server 2016 new features
SpanishPASSVC
 
SQL Reporting Services
SQL Reporting ServicesSQL Reporting Services
SQL Reporting Services
neha mittal
 
Sql server2008 r2_bi_datasheet_final
Sql server2008 r2_bi_datasheet_finalSql server2008 r2_bi_datasheet_final
Sql server2008 r2_bi_datasheet_final
Klaudiia Jacome
 
Microsoft SQL Server 2012
Microsoft SQL Server 2012 Microsoft SQL Server 2012
Microsoft SQL Server 2012
Dhiren Gala
 
SQL Server Reporting Services (SSRS) 101
 SQL Server Reporting Services (SSRS) 101 SQL Server Reporting Services (SSRS) 101
SQL Server Reporting Services (SSRS) 101
Sparkhound Inc.
 
Sql server 2016 new features
Sql server 2016 new featuresSql server 2016 new features
Sql server 2016 new features
Ajeet Singh
 
Auditing Data Access in SQL Server
Auditing Data Access in SQL ServerAuditing Data Access in SQL Server
Auditing Data Access in SQL Server
Antonios Chatzipavlis
 
SQL Server 2008 Highlights
SQL Server 2008 HighlightsSQL Server 2008 Highlights
SQL Server 2008 Highlights
Intergen
 
Sql server reporting services
Sql server reporting servicesSql server reporting services
Sql server reporting services
ssuser1eca7d
 
Veritas Failover3
Veritas Failover3Veritas Failover3
Veritas Failover3
grogers1124
 
Big_SQL_3.0_Whitepaper
Big_SQL_3.0_WhitepaperBig_SQL_3.0_Whitepaper
Big_SQL_3.0_Whitepaper
Scott Gray
 
Session 2: SQL Server 2012 with Christian Malbeuf
Session 2: SQL Server 2012 with Christian MalbeufSession 2: SQL Server 2012 with Christian Malbeuf
Session 2: SQL Server 2012 with Christian Malbeuf
CTE Solutions Inc.
 
SQL - Parallel Data Warehouse (PDW)
SQL - Parallel Data Warehouse (PDW)SQL - Parallel Data Warehouse (PDW)
SQL - Parallel Data Warehouse (PDW)
Karan Gulati
 
An Introduction to Cloud Computing by Robert Grossman 08-06-09 (v19)
An Introduction to Cloud Computing by Robert Grossman 08-06-09 (v19)An Introduction to Cloud Computing by Robert Grossman 08-06-09 (v19)
An Introduction to Cloud Computing by Robert Grossman 08-06-09 (v19)
Robert Grossman
 
MSBI-SQL Server Reporting Services
MSBI-SQL Server Reporting ServicesMSBI-SQL Server Reporting Services
MSBI-SQL Server Reporting Services
Thejaswi shasthri
 
SharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2CSharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2C
Michael Noel
 
SQL Server Reporting Services 2008
SQL Server Reporting Services 2008SQL Server Reporting Services 2008
SQL Server Reporting Services 2008
VishalJharwade
 
Ssrs introduction session 1
Ssrs introduction session 1Ssrs introduction session 1
Ssrs introduction session 1
Muthuvel P
 
Microsoft SQL Server 2012 Components and Tools (Quick Overview) - Rev 1.3
Microsoft SQL Server 2012 Components and Tools (Quick Overview) - Rev 1.3Microsoft SQL Server 2012 Components and Tools (Quick Overview) - Rev 1.3
Microsoft SQL Server 2012 Components and Tools (Quick Overview) - Rev 1.3
Naji El Kotob
 
SQL Server 2016 new features
SQL Server 2016 new featuresSQL Server 2016 new features
SQL Server 2016 new features
SpanishPASSVC
 
SQL Reporting Services
SQL Reporting ServicesSQL Reporting Services
SQL Reporting Services
neha mittal
 
Sql server2008 r2_bi_datasheet_final
Sql server2008 r2_bi_datasheet_finalSql server2008 r2_bi_datasheet_final
Sql server2008 r2_bi_datasheet_final
Klaudiia Jacome
 
Microsoft SQL Server 2012
Microsoft SQL Server 2012 Microsoft SQL Server 2012
Microsoft SQL Server 2012
Dhiren Gala
 
SQL Server Reporting Services (SSRS) 101
 SQL Server Reporting Services (SSRS) 101 SQL Server Reporting Services (SSRS) 101
SQL Server Reporting Services (SSRS) 101
Sparkhound Inc.
 
Sql server 2016 new features
Sql server 2016 new featuresSql server 2016 new features
Sql server 2016 new features
Ajeet Singh
 
SQL Server 2008 Highlights
SQL Server 2008 HighlightsSQL Server 2008 Highlights
SQL Server 2008 Highlights
Intergen
 

Viewers also liked (20)

Creating 3d journal
Creating 3d journalCreating 3d journal
Creating 3d journal
Riverwood HS
 
Universiteit Antwerpen Klassieke Amerikaanse Filmauteurs Ken Lawrence Paper H...
Universiteit Antwerpen Klassieke Amerikaanse Filmauteurs Ken Lawrence Paper H...Universiteit Antwerpen Klassieke Amerikaanse Filmauteurs Ken Lawrence Paper H...
Universiteit Antwerpen Klassieke Amerikaanse Filmauteurs Ken Lawrence Paper H...
Thisco
 
Search Optmization: Social Media & Websites
Search Optmization: Social Media & WebsitesSearch Optmization: Social Media & Websites
Search Optmization: Social Media & Websites
Trivera Interactive
 
Pitching Like a Boss #SarajevoFTW
Pitching Like a Boss #SarajevoFTWPitching Like a Boss #SarajevoFTW
Pitching Like a Boss #SarajevoFTW
Vitaly Golomb
 
Su2011 contourwashes
Su2011 contourwashesSu2011 contourwashes
Su2011 contourwashes
Riverwood HS
 
Kenneth Smith The Association Of Latino Professionals In Finance And Accounting
Kenneth Smith The Association Of Latino Professionals In Finance And AccountingKenneth Smith The Association Of Latino Professionals In Finance And Accounting
Kenneth Smith The Association Of Latino Professionals In Finance And Accounting
Walmart Super Center
 
gruyht
gruyhtgruyht
gruyht
npavel
 
IAチャンネル:地ビールのIA最適化事例その2
IAチャンネル:地ビールのIA最適化事例その2IAチャンネル:地ビールのIA最適化事例その2
IAチャンネル:地ビールのIA最適化事例その2
Makoto Shimizu
 
Geo Dr. Reddy Stoves Diagrams
Geo Dr. Reddy Stoves DiagramsGeo Dr. Reddy Stoves Diagrams
Geo Dr. Reddy Stoves Diagrams
Sai Bhaskar Reddy Nakka
 
Organization-Public Relationships - how to measure and use
Organization-Public Relationships - how to measure and useOrganization-Public Relationships - how to measure and use
Organization-Public Relationships - how to measure and use
Joe Brennan, Ph.D.
 
Syllabus dp1 fall2010
Syllabus dp1 fall2010Syllabus dp1 fall2010
Syllabus dp1 fall2010
Riverwood HS
 
2010 fall intrto final review
2010 fall intrto final review2010 fall intrto final review
2010 fall intrto final review
Riverwood HS
 
Indian Cities
Indian CitiesIndian Cities
Indian Cities
Darron Gray
 
University at Buffalo gunman on campus - communications lessons learned
University at Buffalo gunman on campus - communications lessons learnedUniversity at Buffalo gunman on campus - communications lessons learned
University at Buffalo gunman on campus - communications lessons learned
Joe Brennan, Ph.D.
 
International Focus on Microgrids
International Focus on MicrogridsInternational Focus on Microgrids
International Focus on Microgrids
Rhys Gerholdt
 
Successful Presentation
Successful PresentationSuccessful Presentation
Successful Presentation
npavel
 
blvnfbpvg
blvnfbpvgblvnfbpvg
blvnfbpvg
npavel
 
Principles aug07
Principles aug07Principles aug07
Principles aug07
Riverwood HS
 
Introduccion M D S
Introduccion M D SIntroduccion M D S
Introduccion M D S
Eduardo Castro
 
Creating 3d journal
Creating 3d journalCreating 3d journal
Creating 3d journal
Riverwood HS
 
Universiteit Antwerpen Klassieke Amerikaanse Filmauteurs Ken Lawrence Paper H...
Universiteit Antwerpen Klassieke Amerikaanse Filmauteurs Ken Lawrence Paper H...Universiteit Antwerpen Klassieke Amerikaanse Filmauteurs Ken Lawrence Paper H...
Universiteit Antwerpen Klassieke Amerikaanse Filmauteurs Ken Lawrence Paper H...
Thisco
 
Search Optmization: Social Media & Websites
Search Optmization: Social Media & WebsitesSearch Optmization: Social Media & Websites
Search Optmization: Social Media & Websites
Trivera Interactive
 
Pitching Like a Boss #SarajevoFTW
Pitching Like a Boss #SarajevoFTWPitching Like a Boss #SarajevoFTW
Pitching Like a Boss #SarajevoFTW
Vitaly Golomb
 
Su2011 contourwashes
Su2011 contourwashesSu2011 contourwashes
Su2011 contourwashes
Riverwood HS
 
Kenneth Smith The Association Of Latino Professionals In Finance And Accounting
Kenneth Smith The Association Of Latino Professionals In Finance And AccountingKenneth Smith The Association Of Latino Professionals In Finance And Accounting
Kenneth Smith The Association Of Latino Professionals In Finance And Accounting
Walmart Super Center
 
gruyht
gruyhtgruyht
gruyht
npavel
 
IAチャンネル:地ビールのIA最適化事例その2
IAチャンネル:地ビールのIA最適化事例その2IAチャンネル:地ビールのIA最適化事例その2
IAチャンネル:地ビールのIA最適化事例その2
Makoto Shimizu
 
Organization-Public Relationships - how to measure and use
Organization-Public Relationships - how to measure and useOrganization-Public Relationships - how to measure and use
Organization-Public Relationships - how to measure and use
Joe Brennan, Ph.D.
 
Syllabus dp1 fall2010
Syllabus dp1 fall2010Syllabus dp1 fall2010
Syllabus dp1 fall2010
Riverwood HS
 
2010 fall intrto final review
2010 fall intrto final review2010 fall intrto final review
2010 fall intrto final review
Riverwood HS
 
University at Buffalo gunman on campus - communications lessons learned
University at Buffalo gunman on campus - communications lessons learnedUniversity at Buffalo gunman on campus - communications lessons learned
University at Buffalo gunman on campus - communications lessons learned
Joe Brennan, Ph.D.
 
International Focus on Microgrids
International Focus on MicrogridsInternational Focus on Microgrids
International Focus on Microgrids
Rhys Gerholdt
 
Successful Presentation
Successful PresentationSuccessful Presentation
Successful Presentation
npavel
 
blvnfbpvg
blvnfbpvgblvnfbpvg
blvnfbpvg
npavel
 
Ad

Similar to Whats New Sql Server 2008 R2 Cw (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
Eduardo Castro
 
SQL Server R2 Sunumu
SQL Server R2 SunumuSQL Server R2 Sunumu
SQL Server R2 Sunumu
ÇözümPARK
 
Professional Portfolio
Professional PortfolioProfessional Portfolio
Professional Portfolio
MoniqueO Opris
 
Microsoft Fabric data warehouse by dataplatr
Microsoft Fabric data warehouse by dataplatrMicrosoft Fabric data warehouse by dataplatr
Microsoft Fabric data warehouse by dataplatr
ajaykumar405166
 
It ready dw_day3_rev00
It ready dw_day3_rev00It ready dw_day3_rev00
It ready dw_day3_rev00
Siwawong Wuttipongprasert
 
Sql Server 2012 Datasheet
Sql Server 2012 DatasheetSql Server 2012 Datasheet
Sql Server 2012 Datasheet
MILL5
 
Azure SQL DB Managed Instances Built to easily modernize application data layer
Azure SQL DB Managed Instances Built to easily modernize application data layerAzure SQL DB Managed Instances Built to easily modernize application data layer
Azure SQL DB Managed Instances Built to easily modernize application data layer
Microsoft Tech Community
 
Sql Azure Pass
Sql Azure PassSql Azure Pass
Sql Azure Pass
sqlserver.co.il
 
Sql Azure Pass
Sql Azure PassSql Azure Pass
Sql Azure Pass
sqlserver.co.il
 
SQL Server 2008 for Developers
SQL Server 2008 for DevelopersSQL Server 2008 for Developers
SQL Server 2008 for Developers
ukdpe
 
Samuel Bayeta
Samuel BayetaSamuel Bayeta
Samuel Bayeta
Sam B
 
Sql Server 2008 Product Overview
Sql Server 2008 Product OverviewSql Server 2008 Product Overview
Sql Server 2008 Product Overview
Ismail Muhammad
 
Sql business intelligence
Sql business intelligenceSql business intelligence
Sql business intelligence
Sqlperfomance
 
Patel v res_(1)
Patel v res_(1)Patel v res_(1)
Patel v res_(1)
Vijay Patel
 
Azure SQL Database & Azure SQL Data Warehouse
Azure SQL Database & Azure SQL Data WarehouseAzure SQL Database & Azure SQL Data Warehouse
Azure SQL Database & Azure SQL Data Warehouse
Mohamed Tawfik
 
Ralph Kemperdick – IT-Tage 2015 – Microsoft Azure als Datenplattform
Ralph Kemperdick – IT-Tage 2015 – Microsoft Azure als DatenplattformRalph Kemperdick – IT-Tage 2015 – Microsoft Azure als Datenplattform
Ralph Kemperdick – IT-Tage 2015 – Microsoft Azure als Datenplattform
Informatik Aktuell
 
Azure Data.pptx
Azure Data.pptxAzure Data.pptx
Azure Data.pptx
FedoRam1
 
Sql server 2008 r2 perf and scale datasheet
Sql server 2008 r2 perf and scale   datasheetSql server 2008 r2 perf and scale   datasheet
Sql server 2008 r2 perf and scale datasheet
Klaudiia Jacome
 
SQL Server Versions & Migration Paths
SQL Server Versions & Migration PathsSQL Server Versions & Migration Paths
SQL Server Versions & Migration Paths
Jeannette Browning
 
AnalysisServices
AnalysisServicesAnalysisServices
AnalysisServices
webuploader
 
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
Eduardo Castro
 
SQL Server R2 Sunumu
SQL Server R2 SunumuSQL Server R2 Sunumu
SQL Server R2 Sunumu
ÇözümPARK
 
Professional Portfolio
Professional PortfolioProfessional Portfolio
Professional Portfolio
MoniqueO Opris
 
Microsoft Fabric data warehouse by dataplatr
Microsoft Fabric data warehouse by dataplatrMicrosoft Fabric data warehouse by dataplatr
Microsoft Fabric data warehouse by dataplatr
ajaykumar405166
 
Sql Server 2012 Datasheet
Sql Server 2012 DatasheetSql Server 2012 Datasheet
Sql Server 2012 Datasheet
MILL5
 
Azure SQL DB Managed Instances Built to easily modernize application data layer
Azure SQL DB Managed Instances Built to easily modernize application data layerAzure SQL DB Managed Instances Built to easily modernize application data layer
Azure SQL DB Managed Instances Built to easily modernize application data layer
Microsoft Tech Community
 
SQL Server 2008 for Developers
SQL Server 2008 for DevelopersSQL Server 2008 for Developers
SQL Server 2008 for Developers
ukdpe
 
Samuel Bayeta
Samuel BayetaSamuel Bayeta
Samuel Bayeta
Sam B
 
Sql Server 2008 Product Overview
Sql Server 2008 Product OverviewSql Server 2008 Product Overview
Sql Server 2008 Product Overview
Ismail Muhammad
 
Sql business intelligence
Sql business intelligenceSql business intelligence
Sql business intelligence
Sqlperfomance
 
Azure SQL Database & Azure SQL Data Warehouse
Azure SQL Database & Azure SQL Data WarehouseAzure SQL Database & Azure SQL Data Warehouse
Azure SQL Database & Azure SQL Data Warehouse
Mohamed Tawfik
 
Ralph Kemperdick – IT-Tage 2015 – Microsoft Azure als Datenplattform
Ralph Kemperdick – IT-Tage 2015 – Microsoft Azure als DatenplattformRalph Kemperdick – IT-Tage 2015 – Microsoft Azure als Datenplattform
Ralph Kemperdick – IT-Tage 2015 – Microsoft Azure als Datenplattform
Informatik Aktuell
 
Azure Data.pptx
Azure Data.pptxAzure Data.pptx
Azure Data.pptx
FedoRam1
 
Sql server 2008 r2 perf and scale datasheet
Sql server 2008 r2 perf and scale   datasheetSql server 2008 r2 perf and scale   datasheet
Sql server 2008 r2 perf and scale datasheet
Klaudiia Jacome
 
SQL Server Versions & Migration Paths
SQL Server Versions & Migration PathsSQL Server Versions & Migration Paths
SQL Server Versions & Migration Paths
Jeannette Browning
 
AnalysisServices
AnalysisServicesAnalysisServices
AnalysisServices
webuploader
 
Ad

More from Eduardo Castro (20)

Introducción a polybase en SQL Server
Introducción a polybase en SQL ServerIntroducción a polybase en SQL Server
Introducción a polybase en SQL Server
Eduardo Castro
 
Creando tu primer ambiente de AI en Azure ML y SQL Server
Creando tu primer ambiente de AI en Azure ML y SQL ServerCreando tu primer ambiente de AI en Azure ML y SQL Server
Creando tu primer ambiente de AI en Azure ML y SQL Server
Eduardo Castro
 
Seguridad en SQL Azure
Seguridad en SQL AzureSeguridad en SQL Azure
Seguridad en SQL Azure
Eduardo Castro
 
Azure Synapse Analytics MLflow
Azure Synapse Analytics MLflowAzure Synapse Analytics MLflow
Azure Synapse Analytics MLflow
Eduardo Castro
 
SQL Server 2019 con Windows Server 2022
SQL Server 2019 con Windows Server 2022SQL Server 2019 con Windows Server 2022
SQL Server 2019 con Windows Server 2022
Eduardo Castro
 
Novedades en SQL Server 2022
Novedades en SQL Server 2022Novedades en SQL Server 2022
Novedades en SQL Server 2022
Eduardo Castro
 
Introduccion a SQL Server 2022
Introduccion a SQL Server 2022Introduccion a SQL Server 2022
Introduccion a SQL Server 2022
Eduardo Castro
 
Machine Learning con Azure Managed Instance
Machine Learning con Azure Managed InstanceMachine Learning con Azure Managed Instance
Machine Learning con Azure Managed Instance
Eduardo Castro
 
Novedades en sql server 2022
Novedades en sql server 2022Novedades en sql server 2022
Novedades en sql server 2022
Eduardo Castro
 
Sql server 2019 con windows server 2022
Sql server 2019 con windows server 2022Sql server 2019 con windows server 2022
Sql server 2019 con windows server 2022
Eduardo Castro
 
Introduccion a databricks
Introduccion a databricksIntroduccion a databricks
Introduccion a databricks
Eduardo Castro
 
Pronosticos con sql server
Pronosticos con sql serverPronosticos con sql server
Pronosticos con sql server
Eduardo Castro
 
Data warehouse con azure synapse analytics
Data warehouse con azure synapse analyticsData warehouse con azure synapse analytics
Data warehouse con azure synapse analytics
Eduardo Castro
 
Que hay de nuevo en el Azure Data Lake Storage Gen2
Que hay de nuevo en el Azure Data Lake Storage Gen2Que hay de nuevo en el Azure Data Lake Storage Gen2
Que hay de nuevo en el Azure Data Lake Storage Gen2
Eduardo Castro
 
Introduccion a Azure Synapse Analytics
Introduccion a Azure Synapse AnalyticsIntroduccion a Azure Synapse Analytics
Introduccion a Azure Synapse Analytics
Eduardo Castro
 
Seguridad de SQL Database en Azure
Seguridad de SQL Database en AzureSeguridad de SQL Database en Azure
Seguridad de SQL Database en Azure
Eduardo Castro
 
Python dentro de SQL Server
Python dentro de SQL ServerPython dentro de SQL Server
Python dentro de SQL Server
Eduardo Castro
 
Servicios Cognitivos de de Microsoft
Servicios Cognitivos de de Microsoft Servicios Cognitivos de de Microsoft
Servicios Cognitivos de de Microsoft
Eduardo Castro
 
Script de paso a paso de configuración de Secure Enclaves
Script de paso a paso de configuración de Secure EnclavesScript de paso a paso de configuración de Secure Enclaves
Script de paso a paso de configuración de Secure Enclaves
Eduardo Castro
 
Introducción a conceptos de SQL Server Secure Enclaves
Introducción a conceptos de SQL Server Secure EnclavesIntroducción a conceptos de SQL Server Secure Enclaves
Introducción a conceptos de SQL Server Secure Enclaves
Eduardo Castro
 
Introducción a polybase en SQL Server
Introducción a polybase en SQL ServerIntroducción a polybase en SQL Server
Introducción a polybase en SQL Server
Eduardo Castro
 
Creando tu primer ambiente de AI en Azure ML y SQL Server
Creando tu primer ambiente de AI en Azure ML y SQL ServerCreando tu primer ambiente de AI en Azure ML y SQL Server
Creando tu primer ambiente de AI en Azure ML y SQL Server
Eduardo Castro
 
Seguridad en SQL Azure
Seguridad en SQL AzureSeguridad en SQL Azure
Seguridad en SQL Azure
Eduardo Castro
 
Azure Synapse Analytics MLflow
Azure Synapse Analytics MLflowAzure Synapse Analytics MLflow
Azure Synapse Analytics MLflow
Eduardo Castro
 
SQL Server 2019 con Windows Server 2022
SQL Server 2019 con Windows Server 2022SQL Server 2019 con Windows Server 2022
SQL Server 2019 con Windows Server 2022
Eduardo Castro
 
Novedades en SQL Server 2022
Novedades en SQL Server 2022Novedades en SQL Server 2022
Novedades en SQL Server 2022
Eduardo Castro
 
Introduccion a SQL Server 2022
Introduccion a SQL Server 2022Introduccion a SQL Server 2022
Introduccion a SQL Server 2022
Eduardo Castro
 
Machine Learning con Azure Managed Instance
Machine Learning con Azure Managed InstanceMachine Learning con Azure Managed Instance
Machine Learning con Azure Managed Instance
Eduardo Castro
 
Novedades en sql server 2022
Novedades en sql server 2022Novedades en sql server 2022
Novedades en sql server 2022
Eduardo Castro
 
Sql server 2019 con windows server 2022
Sql server 2019 con windows server 2022Sql server 2019 con windows server 2022
Sql server 2019 con windows server 2022
Eduardo Castro
 
Introduccion a databricks
Introduccion a databricksIntroduccion a databricks
Introduccion a databricks
Eduardo Castro
 
Pronosticos con sql server
Pronosticos con sql serverPronosticos con sql server
Pronosticos con sql server
Eduardo Castro
 
Data warehouse con azure synapse analytics
Data warehouse con azure synapse analyticsData warehouse con azure synapse analytics
Data warehouse con azure synapse analytics
Eduardo Castro
 
Que hay de nuevo en el Azure Data Lake Storage Gen2
Que hay de nuevo en el Azure Data Lake Storage Gen2Que hay de nuevo en el Azure Data Lake Storage Gen2
Que hay de nuevo en el Azure Data Lake Storage Gen2
Eduardo Castro
 
Introduccion a Azure Synapse Analytics
Introduccion a Azure Synapse AnalyticsIntroduccion a Azure Synapse Analytics
Introduccion a Azure Synapse Analytics
Eduardo Castro
 
Seguridad de SQL Database en Azure
Seguridad de SQL Database en AzureSeguridad de SQL Database en Azure
Seguridad de SQL Database en Azure
Eduardo Castro
 
Python dentro de SQL Server
Python dentro de SQL ServerPython dentro de SQL Server
Python dentro de SQL Server
Eduardo Castro
 
Servicios Cognitivos de de Microsoft
Servicios Cognitivos de de Microsoft Servicios Cognitivos de de Microsoft
Servicios Cognitivos de de Microsoft
Eduardo Castro
 
Script de paso a paso de configuración de Secure Enclaves
Script de paso a paso de configuración de Secure EnclavesScript de paso a paso de configuración de Secure Enclaves
Script de paso a paso de configuración de Secure Enclaves
Eduardo Castro
 
Introducción a conceptos de SQL Server Secure Enclaves
Introducción a conceptos de SQL Server Secure EnclavesIntroducción a conceptos de SQL Server Secure Enclaves
Introducción a conceptos de SQL Server Secure Enclaves
Eduardo Castro
 

Recently uploaded (20)

Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded DevelopersLinux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Toradex
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded DevelopersLinux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Toradex
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 

Whats New Sql Server 2008 R2 Cw

  • 1. Ing. Eduardo Castro, PhD Comunidad Windows [email protected]
  • 2. Overview of SQL Server 2008 Major Enhancements from SQL Server 2008 to SQL Server 2008 R2
  • 3. SQL Server 2008 is a very powerful tool of Microsoft. SQL Server 2008 comes up with many enhancements in Security, Availability, Performance, Management, Storage, Programmability, BI( Business Intelligence ) and SSRS (Reporting Services) .
  • 4. New Editions 2 new premium editions to meet the needs of large scale datacenters and data warehouses New R2 Technologies Application and Multi-Server Management Managed Self-Service Business Intelligence Master Data Services StreamInsight Complex Event Processing Technology
  • 5. New R2 Solutions PowerPivot for SharePoint PowerPivot for Excel Parallel Data Warehouse Fast Track Data Warehouse
  • 6. Building on the momentum of SQL Server 2008, “R2” improves IT efficiency by reducing the time and cost of developing and managing applications Empowers end users to make better decisions through Self-Service Business Intelligence and enables organizations to scale with confidence by providing high levels of reliability, security and scalability for business critical applications.
  • 7. Report Builder 3.0 with support for geospatial visualization Application and Multi-server Management - SMP scale up with support for up to 256 logical processors. This CTP provides the first opportunity to explore some of the features of SQL Server 2008 R2 and see how it all comes together to enhance performance and scalability, enable self-service BI and improve IT and developer efficiency.
  • 8. SQL Server 2008 R2 comes up with two new feature in scalability and performance enhancements: Support for More Than 64 CPUs- The number of CPU cores that a server can use for database operations been increased from 64 to 512. Unicode Compression-Unicode data that is stored in nvarchar(n) and nchar(n) columns is now compressed by using an implementation of the standard Compression Scheme for Unicode(SCSU) algorithm.
  • 9. Datacenter Designed to deliver a high-performing data platform that provides the highest levels of scalability for large application workloads, virtualization and consolidation Key features new to Datacenter: Application and Multi-Server Management for enrolling, gaining insights and managing over 25 instances
  • 10. High-scale complex event processing with SQL Server StreamInsight Supports more processors and up to 256 logical processors for highest levels of scale Supports memory limits up to OS maximum
  • 11. SQL Server 2008 R2 Parallel Data Warehouse is a highly scalable data warehouse appliance-based solution
  • 12. Key features new to Parallel Data Warehouse: 10s to 100s TBs enabled by MPP architecture Advanced data warehousing capabilities like Star Join Queries and Change Data Capture Integration with SSIS, SSRS, and SSAS Supports industry standard data warehousing hub and spoke architecture and parallel database copy
  • 14.  Pre-configured For Each SQL Server Instance On Each Compute Node.  Drives Configured As RAID1 To Avoid Appliance Failover for a Single Drive Failure  IBM Compute Nodes Will Have 1 Lun (1 RAID1 Pair)  Dell Compute Nodes Will Have 2 Lun’s (2 RAID1 Pairs)  HP Compute Nodes Will Have 3 Luns’s (3 RAID1 Pairs)  Tempdb:  Sort-work Area For Data Loading Into Clustered Index Tables  Spill Area For Hash Joins Not Fitting Into Memory
  • 15. Pre-configured 4 RAID10 Pairs for Primary User Data 1 RAID10 Pair for Database Logs 2 LUN’s Are Spread Across Each RAID Pair User Databases Are Separate Physical SQLServer Databases Staging Database (Optional) Used for Loading and to Minimize Fragmentation
  • 19. You can implement it simply when creating table: With (Data_Compression=ROW) or after creating table: Alter Table [Name] REBUILD WITH(Data_Compression=ROW)
  • 20. SQL Server 2008 R2 introduces the SQL Server Utility for managing multiple instances of the SQL Server Database Engine. In SQL Server Management Studio, organizations will gain insights into their growing applications and SQL Server instances
  • 21. Consolidation management Use a new explorer in SQL Server Management Studio to access the central management for multi-server management and at-a-glance dashboard views Improve service levels Set policies to define desired utilization thresholds across target servers or applications within a new central management point. Identify issues with instances and applications
  • 23. Ing. Eduardo Castro, PhD Grupo Asesor en Informática [email protected]
  • 24. It also introduces a unit of management called a data-tier application that provides an application-based view for managing the data-tier objects in the SQL Server Utility or stand-alone instances of the Database Engine. R2 makes it easier for DBAs to move databases around from server to server in much the same way virtualization admins move guest OS’s around between physical hosts.
  • 25. SQL Server 2008 R2 still has the same concept of databases, but it’s added a new level above databases called Data-Tier Applications, abbreviated DAC The DAC includes the database schema plus some server-level objects required in order to support the database, like logins. The DAC does not include the data inside your database.
  • 26. For deployment best practices, you should have any necessary data (configuration tables, basic lookup tables) already scripted out as part of your deployment strategy. With the DAC approach, it makes sense to put these scripts inside the database as objects. For example, you might have a stored procedure called usp_deploy that populates all of the necessary configuration tables via insert statements.
  • 27. Developers create and update their database schema, stored procedures, functions, etc. inside Visual Studio, packaging them into DAC Packs, and handing them to the database administrator.
  • 28. Ing. Eduardo Castro, PhD Grupo Asesor en Informática [email protected]
  • 29. SQL Server installs by creating sysprep-ed images of SQL Server standalone instances that can be copied and quickly installed on target systems. Enables rapid provisioning and configuration using prepared images stored in VHDMart for Hyper-V deployments.
  • 30. SQL Server 2008 Sysprep accomplishes the install in two phases behind the scenes: prepare and configure. In SQL Server 2008 R2, two new SQL Server setup actions are exposed to the users: PrepareImage (also referred to as “prepare”) and CompleteImage (also referred to as “complete” or “configure”).
  • 31. SQL Server PrepareImage takes about 30 minutes for Engine and RS components, whereas CompleteImage takes a few minutes. Windows SysPrep process can be run in between the two steps to create Windows OS image and deploy to target computers, but is not a required step. These two steps can be run back-to-back on the same computer. Sysprep will be able to save on the average an estimated 30 minutes per install.
  • 32. Empower your business units and users to create and share BI solutions through familiar and intuitive tools SQL Server PowerPivot Add-in for Excel(formerly known as "Gemini) SharePoint 2010 based Operations Dashboard SQL Server Reporting Services Report Builder 3.0 Rich visualization of geospatial data
  • 33. So, what is PowerPivot then? New client and server components for self- service, managed BI Client component lights up Excel 2010 Huge data capacities and mash-ups In-memory SSAS data model Server component lights up in SharePoint 2010 Integrated SSAS service to handle data models Excel Services used to render spreadsheets
  • 34. PowerPivot client tool Add-in for Excel 2010 Provides SSAS engine, PowerPivot UI Creates in-memory database model Gather data for analysis Load & Prepare Data option Connect to data sources (lots of options) Import data into PowerPivot tab Select columns, filter data as needed
  • 35. Describe how data is related Inform PowerPivot of data relationships Supports basic PK-FK type relationships Create basic data model Use expressions (DAX) to add calculations Includes many Excel functions Expressions based on columns, not cells
  • 36. Use pivot-tables and pivot-charts Updated task pane for selecting data Data elements grouped by PowerPivot tab Use as dimensions or measures as appropriate New and updated visualizations Slicers (excellent!) Sparklines (excellent!) Improved icon sets, data bar formatting Improved chart options and performance
  • 37. Ing. Eduardo Castro, PhD Grupo Asesor en Informática [email protected]
  • 38. Master Data Services helps enterprises standardize the data people rely on to make critical business decisions. With Master Data Services, IT organizations can centrally manage critical data assets companywide and across diverse systems, enable more people to securely manage master data directly, and ensure the integrity of information over time.
  • 40. Master Data Services is a Master Data Management application that consists of the following components and tools Master Data Services Configuration Manager, Master Data Manager Master Data Services Web service
  • 41. Master data hub that provides central management of master data entities and hierarchies and collections Thin-client stewardship portal that provides secure, role-based Web access to master data Versioning of all data entities and hierarchies Human workflow that notifies assigned owners by e-mail of business rule violations
  • 42. Flexible and extensible business rules that safeguard the quality of data entered in the master data hub Support for a broad range of hierarchy and attribute management strategies and requirements Comprehensive role-based security model that enables fine-grained, secure access to master data
  • 44. Models are the highest level of data organization in Master Data Services Entities Attributes and attribute groups Hierarchies (derived and explicit) Collections
  • 45. Ing. Eduardo Castro, PhD Grupo Asesor en Informática [email protected]
  • 46. Data volumes are exploding with event data streaming from sources such as RFID, sensors and web logs The size and frequency of the data make it challenging to store for data mining and analysis. The ability to monitor, analyze and take business decisions in near real-time
  • 47. SQL Server StreamInsight’s ability to derive insights from data streams and act in near real time provides significant business benefits. Some of the possible scenarios include: Algorithmic trading and fraud detection for financial services Industrial process control (chemicals, oil and gas) for manufacturing Electric grid monitoring and advanced metering for utilities Click stream web analytics Network and data center system monitoring.
  • 48. .NET StreamInsight Application C# Development LINQ StreamInsight Application at Runtime Event sources Event targets Input StreamInsight Engine Output Devices, Sensors Adapters Adapters Pagers & Monitoring devices Standing Queries KPI ` Dashboards, Web servers SharePoint UI Query Query Logic Logic Trading stations Event stores & Databases Query Logic Stock ticker, news feeds Event stores & Databases
  • 50. Events Represent the user payload along with temporal characteristics Streams Sequence of events Flows into (one or more) standing queries in StreamInsight engine Queries Operate on event streams Apply desired semantics on events Adapters Convert custom data from event sources to / from StreamInsight events
  • 51. Database Applications Event-driven Applications Query Ad-hoc queries or Continuous standing Paradigm requests queries Latency Seconds, hours, days Milliseconds or less Data Rate Hundreds of events/sec Tens of thousands of events/sec or more Event request output input stream response stream
  • 52. Latency Months CEP Target Scenarios Days Hours Relational Database Applications Operational Analytics Applications, Logistics, etc. Minutes Data Warehousing Applications Seconds Web Analytics Applications 100 ms Monitoring Manufacturing Financial Trading Applications Applications < 1 ms Applications 0 10 100 1,000 10,000 100,000 ~1million Aggregate Data Rate (Events/sec)
  • 53. Analysis of Click Streams on MSN.com Web Server log streamed into StreamInsight Categorizing user behavior based on URL: Click targets Search keywords Segmentation of user IDs into markets Adapting navigational structure and ad placement in real time Patterns over time windows: user first clicks PageA, then PageB, then PageC within X seconds High performance requirements Millions of online users Low latency (seconds) Possible late events
  • 54. New Editions 2 new premium editions to meet the needs of large scale datacenters and data warehouses New R2 Technologies Application and Multi-Server Management Managed Self-Service Business Intelligence Master Data Services StreamInsight Complex Event Processing Technology
  • 55. New R2 Solutions PowerPivot for SharePoint PowerPivot for Excel Parallel Data Warehouse Fast Track Data Warehouse
  • 56. SQL Server 2008 R2 High Availability and Windows 2008 R2 Group Policy Changes http://sqlwindows1209.eventbrite.com
  • 57. Ing. Eduardo Castro, PhD Grupo Asesor en Informática [email protected]