Download Slide 1

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
RKL IT Roundtable
• Topic: SQL Server 2008
• When: February 19, 2010
• Presented By: Joe Noll
Agenda
•
•
•
•
•
Differences in versions in R2
Examples
Demo
Additional Resources
Q&A
SQL Server 2008
• NOTE: This is not an all inclusive list
contained in this PowerPoint just a
sampling for this presentation. These
are just some of my favorite
enhancements.
• http://www.microsoft.com/sqlserver/200
8/en/us/whats-new.aspx
Differences
•
•
•
•
Syntax
Management Tools
Enhanced Functionality
New Versions
• Parallel Data Warehouse (high-end)
• Datacenter (high-end)
SQL Server 2008 R2 Editions
What’s New in R2
What’s New in R2
What’s New in R2
What’s New in R2
What’s New in R2
What’s New in R2
Resources on R2 Editions
Examples
Syntax
•
•
•
•
•
•
Scripting Data Out of SQL Server 2008
Database Level Auditing (demo)
Power Shell
DBDiff
UPSERT (MERGE) (demo)
Table Row Constructor (demo)
Syntax …
•
•
•
•
•
•
•
Compound Operator
Variable definitions
Date and Time Types (demo)
Spatial Datetypes
FILESTREAM data
Table-Valued parameters
Change Data Capture (CDC) (demo)
Database Level Auditing
• DEMO – “database level auditing in
SQL Server demo.sql”
DBDiff
• This tool allows you to compare
databases to expose the differences.
• http://opendbiff.codeplex.com/releases/
view/31876
UPSERT
DEMO – “upsert demo.sql”
Compound Operator
Variable Declaration
declare @firstname varchar(100) = 'Derick'
Date & Time datatypes
• Demo – “date and time datatype
demo.sql”
Row Value Constructor
DEMO – “RowValueConstructor
demo.sql”
Change Data Capture
• DEMO – “ChangeDataCapture
demo.sql”
• DEMO2 – “CDC to generate DML
demo.sql”
• NOTE: This functionality is only
available on SQL Enterprise or Higher.
It is available on the Developer version.
Additional Links
•
•
•
•
•
•
•
•
http://www.msdev.com/Directory/Description.aspx?eventId=1455
http://www.msdev.com/Directory/Description.aspx?eventId=1456
http://www.msdev.com/Directory/Description.aspx?eventId=1453
http://www.msdev.com/Directory/Description.aspx?eventId=1121
http://www.msdev.com/Directory/Description.aspx?eventId=199
http://www.msdev.com/Directory/Description.aspx?eventId=192
http://www.msdev.com/Directory/Description.aspx?eventId=193
http://www.msdev.com/Directory/Description.aspx?eventId=1486
Wrap-up
• Thank you!
• Q&A
Related documents