SQL Server 2008 for developers

Slides:



Advertisements
Similar presentations
SQL Objects and PL/SQL. Who am I ?  Gary Myers  Oracle developer since 1994  Database Consultant with SMS M&T  Blogger since 2004 Now at blog.sydoracle.com.
Advertisements

1Key – Report Creation with DB2. DB2 Databases Create Domain for DB2 Test Demo.
SQL Reporting Services SSRS Presentation for Sage User Network Sept 11 th 2008.
10 Things Not To Do With SQL SQLBits 7. Some things you shouldn’t do.
Design & Development Tools: Visual Studio 2005 SQL Server 2005 Biztalk Server 2006 David Gristwood, Mike Taulty Developer & Platform Group Microsoft Ltd.
Jeremy Boyd Director – Mindscape MSDN Regional Director
XVII Encontro – 29/11/2011. Virgílio Esteves ID&T – Research & Founder of NetPonto Coimbra C# / WPF / Silverlight / XNA / Azure.
Overview SQL Server 2008 Overview Presented by Tarek Ghazali IT Technical Specialist Microsoft SQL Server MVP, MCTS Microsoft Web Development MCP ITIL.
Native Support for Web Services  Native Web services access  Enables cross platform interoperability  Reduces middle-tier dependency (no IIS)  Simplifies.
Sofia, Bulgaria | 9-10 October TSQL Enhancements in SQL Server 2005 Stephen Forte CTO, Corzen Inc Microsoft Regional Director NY/NJ (USA) Stephen Forte.
SQL Server 2008 for Developers John
.NET Database Programmability and Extensibility in Microsoft SQL Server José A. Blakeley, Mat Henaire, Christian Kleinerman, Isaac Kunen, Adam Prout, Vineet.
2 An Overview of SQL Server 2008 New Features Jeremy Boyd Mindscape MSDN Regional Director & MVP – SQL Server DAT302.
Intro to Spatial Data in SQL Server 2008 R2 Russ Burns MVT Sr. Apps Developer.
New Features in SQL Server 2008 Vu Tuyet Trinh Hanoi University of Technology.
WHAT’S NEW IN SQL SERVER 2008: T-SQL Martin Bell SQL Server MVP.
Module 3 Designing a Physical Database Model. Module Overview Selecting Data Types Designing Database Tables Designing Data Integrity.
SQL Data Definition Language (DDL) Using Microsoft SQL Server 1SDL Data Definition Language (DDL)
BIS Database Systems School of Management, Business Information Systems, Assumption University A.Thanop Somprasong Chapter # 8 Advanced SQL.
T-SQL: Simple Changes That Go a Long Way DAVE ingeniousSQL.com linkedin.com/in/ingenioussql.
Data Types Lesson 4. Skills Matrix Table A table stores your data. Tables are relational in that they are organized as rows and columns (a matrix). Each.
Extended DISC Online System User Instruction: How to Review Completed Reports.
Windows 7 WampServer 2.1 MySQL PHP 5.3 Script Apache Server User Record or Select Media Upload to Internet Return URL Forward URL Create.
Data Management Conference Performance & Scalability Simon Sabin London September 29th.
SQL Query Analyzer. Graphical tool that allows you to:  Create queries and other SQL scripts and execute them against SQL Server databases. (Query window)
Microsoft Confidential Jon Jahren Produktsjef Applikasjonsplattform Microsoft.
Module 9: Using Advanced Techniques. Considerations for Querying Data Working with Data Types Cursors and Set-Based Queries Dynamic SQL Maintaining Query.
The ECOST Web-based platform for data providers and for data users.
Scripting Just Enough SSIS to be Dangerous. 6/13/2015 Visit the Sponsor tables to enter their end of day raffles. Turn in your completed Event Evaluation.
Microsoft Power Query: an Excel Users Dream for Data Extraction and Cleansing Presented by: Belinda Allen Smith & Allen Consulting, Inc.
High Performance Functions SQLBits VI. Going backwards is faster than going forwards.
Sponsored by: Professional Association for SQL Server Advanced Reporting Services Slicers.
RKL IT Roundtable Topic: SQL Server 2008 When: February 19, 2010 Presented By: Joe Noll Topic: SQL Server 2008 When: February 19, 2010 Presented By: Joe.
Doing fast! Optimizing Query performance with ColumnStore Indexes in SQL Server 2012 Margarita Naumova | SQL Master Academy.
DAY 20: ACCESS CHAPTERS 5, 6, 7 Larry Reaves October 28,
Comprehensive Flexible Global Storage and Search Responsive Available Secure Manageable Federation Coordination Consolidation Transformation Synchronization.
Introducing Hekaton The next step in SQL Server OLTP performance Mladen Prajdić
Web Application for Home Energy Assistance Program
Creating Database Objects
Part 1: Overview of LINQ Intro to LINQ Presenter: PhuongNQK.
LINQ for SQL SQL Saturday May 2009 David Fekke.
Exam : Querying Microsoft SQL Server 2012/2014
Power Query Tips & Tricks
Database Systems: Design, Implementation, and Management Tenth Edition
STEVE ENDOW, MCP, MCT, MVP Christina Phillips, mcp, mct, mvp
LiNQ SQL Saturday David Fekke.
Parameter Sniffing in SQL Server Stored Procedures
Visual Studio 2008 Abdul Rahman .Y Microsoft Student Partner.
SQL Server 2016 JSON Support FOR Data Warehousing
Data Types and Field Properties
SSAS Tabular Toolbelt Sergiy Lunyakin.
What Power BI users need to know about R
Do it now activity Since the beginning of the term you have planned a database based on your own scenario. Using your plan you are going to create a database,
SQL Server 2008 By Sam Nasr March 25, 2008.
NULLs and Other SQL Gotchas
Hidden gems of SQL Server 2016
When query plans go wrong
A JSON’s Journey through SQL Server
Stretch Database - Historical data storage in SQL Server 2016
NULLs and Other SQL Gotchas
Make Your PACKAGES Communicate BETTER
SQL Server Reporting Services 2017 on Steroids!!
Power Query Tips & Tricks
Database Systems: Design, Implementation, and Management Tenth Edition
Power BI at Enterprise-Scale
ADO.NET Entity Framework
Creating Database Objects
Why should I care about SQL, if I have ORM?
Visual Studio 2008.
The Ins and Outs of Indexes
Presentation transcript:

SQL Server 2008 for developers

Simon Sabin Independent Consultant and Trainer Simon@onarc.com sqlblogcasts.com/blogs/simons Worked with SQL since SQL 6.5 Specialises in High performance Search Database Development Founder SQLBits Community Conference SQL Server MVP

Agenda Intro Tools TSQL CLR .Net Stuff

Tools Intellisense Debug Code blocks Coloured tabs Auto completion Code validation Method descriptions Debug All the way down the stack Adhoc queries Code blocks Coloured tabs Centralised server lists

TSQL Initialisers Incrementers Datatypes MERGE Table valued parameters date, time, datetimeoffset, datetime2 HierarchyId Spatial MERGE Table valued parameters EXCEPT, INTERSECT

CLR Large User defined types Large User defined aggregates Multi input aggregates Order Table valued functions LINQ, LINQ to XML

Take away Have pleasant dreams Questions Simon@onarc.com sqlblogcasts.com/blogs/simons

Sweet Dreams