SlideShare uma empresa Scribd logo
1 de 65
SQL 2012:
Development &
Programming



     Learn More @ http://www.learnnowonline.com
        Copyright © by Application Developers Training Company
Miscellaneous Development &
  Programming Changes




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Miscellaneous Development &
  Programming Changes
      • No more native XML Web services




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Miscellaneous Development &
  Programming Changes
      • No more native XML Web services
      • Full-Text Search enhancements




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Miscellaneous Development &
  Programming Changes
      • No more native XML Web services
      • Full-Text Search enhancements
             • Search document properties with Search
                  Property Lists




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Miscellaneous Development &
  Programming Changes
      • No more native XML Web services
      • Full-Text Search enhancements
             • Search document properties with Search
               Property Lists
             • Customizable NEAR search option




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Miscellaneous Development &
  Programming Changes
      • No more native XML Web services
      • Full-Text Search enhancements
             • Search document properties with Search
               Property Lists
             • Customizable NEAR search option
             • New word breakers and stemmers




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Statistical Semantic Search




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Statistical Semantic Search
      • Deep insight into unstructured
        documents stored in SQL Server




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Statistical Semantic Search
      • Deep insight into unstructured
        documents stored in SQL Server
             • Builds on full-text search




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Statistical Semantic Search
      • Deep insight into unstructured
        documents stored in SQL Server
             • Builds on full-text search
                • Query the words in a document




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Statistical Semantic Search
      • Deep insight into unstructured
        documents stored in SQL Server
             • Builds on full-text search
                • Query the words in a document
             • Semantic search lets you query the
                  meaning




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Statistical Semantic Search
      • Deep insight into unstructured
        documents stored in SQL Server
             • Builds on full-text search
                • Query the words in a document
             • Semantic search lets you query the
               meaning
             • Semantic search and FileTables were made
               for each other


                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
FileTables




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
FileTables
      • Windows file management meets SQL
        Server document storage




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
FileTables
      • Windows file management meets SQL
        Server document storage
      • Compatible with both the Windows file
        access APIs and relational data access
        through T-SQL




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
FileTables
      • Windows file management meets SQL
        Server document storage
      • Compatible with both the Windows file
        access APIs and relational data access
        through T-SQL
      • A FileTable is a database table with set
        schema



                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
FileTables
      • Windows file management meets SQL
        Server document storage
      • Compatible with both the Windows file
        access APIs and relational data access
        through T-SQL
      • A FileTable is a database table with set
        schema
             • Stores FILESTREAM data


                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
FileTables
      • Windows file management meets SQL
        Server document storage
      • Compatible with both the Windows file
        access APIs and relational data access
        through T-SQL
      • A FileTable is a database table with set
        schema
             • Stores FILESTREAM data
             • Stores file and directory hierarchy and

                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Using FileTables




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Using FileTables
      • Enable prerequisites




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Using FileTables
      • Enable prerequisites
             • Enable FILESTREAM for the SQL Server
                  instance




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Using FileTables
      • Enable prerequisites
             • Enable FILESTREAM for the SQL Server
               instance
             • For the database:




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Using FileTables
      • Enable prerequisites
             • Enable FILESTREAM for the SQL Server
               instance
             • For the database:
                    • Provide a FILESTREAM file group




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Using FileTables
      • Enable prerequisites
             • Enable FILESTREAM for the SQL Server
               instance
             • For the database:
                    • Provide a FILESTREAM file group
                    • Optionally enable non-transaction access




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Using FileTables
      • Enable prerequisites
             • Enable FILESTREAM for the SQL Server
               instance
             • For the database:
                    • Provide a FILESTREAM file group
                    • Optionally enable non-transaction access
                    • Specify a directory for FileTables




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Using FileTables
      • Enable prerequisites
             • Enable FILESTREAM for the SQL Server
               instance
             • For the database:
                    • Provide a FILESTREAM file group
                    • Optionally enable non-transaction access
                    • Specify a directory for FileTables

      • Limitation

                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
SQL Server 2012 Express




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
SQL Server 2012 Express
      • A new version of SQL Express for
        developers




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
SQL Server 2012 Express
      • A new version of SQL Express for
        developers
             • Easy to install




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
SQL Server 2012 Express
      • A new version of SQL Express for
        developers
             • Easy to install
             • Provides full features of SQL Express




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
SQL Server 2012 Express
      • A new version of SQL Express for
        developers
             • Easy to install
             • Provides full features of SQL Express
             • No longer need to install SQL Express for
                  development




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
SQL Server 2012 Express
      • A new version of SQL Express for
        developers
             • Easy to install
             • Provides full features of SQL Express
             • No longer need to install SQL Express for
               development
             • Can use as an embedded database



                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Overview of LocalDB




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Overview of LocalDB
      • Uses the same sqlserver.exe as SQL
        Express and other editions




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Overview of LocalDB
      • Uses the same sqlserver.exe as SQL
        Express and other editions
      • Install once per machine




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Overview of LocalDB
      • Uses the same sqlserver.exe as SQL
        Express and other editions
      • Install once per machine
      • Doesn’t create or use database services




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Overview of LocalDB
      • Uses the same sqlserver.exe as SQL
        Express and other editions
      • Install once per machine
      • Doesn’t create or use database services
      • Connection string




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Overview of LocalDB
      • Uses the same sqlserver.exe as SQL
        Express and other editions
      • Install once per machine
      • Doesn’t create or use database services
      • Connection string
             • "Data Source=(localdb)v11.0;Integrated
                  Security=true"



                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Overview of LocalDB
      • Uses the same sqlserver.exe as SQL
        Express and other editions
      • Install once per machine
      • Doesn’t create or use database services
      • Connection string
             • "Data Source=(localdb)v11.0;Integrated
                  Security=true"
             • Use AttachDbFileName for local database


                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Comparison to SQL Server
  Compact




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Comparison to SQL Server
  Compact
      • The two sound similar




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Comparison to SQL Server
  Compact
      • The two sound similar
      • But there are differences




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Comparison to SQL Server
  Compact
      • The two sound similar
      • But there are differences
             • Execution mode




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Comparison to SQL Server
  Compact
      • The two sound similar
      • But there are differences
             • Execution mode
             • Disk usage




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Comparison to SQL Server
  Compact
      • The two sound similar
      • But there are differences
             • Execution mode
             • Disk usage
             • Features




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
SQL Server Data Tools




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
SQL Server Data Tools
      • Latest of a long line of attempts to make
        creating databases like writing software




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
SQL Server Data Tools
      • Latest of a long line of attempts to make
        creating databases like writing software
             • And this time Microsoft nailed it!




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
SQL Server Data Tools
      • Latest of a long line of attempts to make
        creating databases like writing software
             • And this time Microsoft nailed it!
             • Data Dude has come of age and matured




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
SQL Server Data Tools
      • Latest of a long line of attempts to make
        creating databases like writing software
             • And this time Microsoft nailed it!
             • Data Dude has come of age and matured
      • If you use Visual Studio, you’ll feel right at
        home




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
SQL Server Data Tools
      • Latest of a long line of attempts to make
        creating databases like writing software
             • And this time Microsoft nailed it!
             • Data Dude has come of age and matured
      • If you use Visual Studio, you’ll feel right at
        home
             • Code navigation, IntelliSense, language
                  support similar to C# and VB, platform-
                  specific validation, debugging and declarative

                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Installing SQL Server Data




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Installing SQL Server Data
             • System Requirements: same as Visual
                  Studio 2010 SP1




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Installing SQL Server Data
             • System Requirements: same as Visual
               Studio 2010 SP1
             • Ways to install:




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Installing SQL Server Data
             • System Requirements: same as Visual
               Studio 2010 SP1
             • Ways to install:
                    • As part of SQL Server 2012 installation




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Installing SQL Server Data
             • System Requirements: same as Visual
               Studio 2010 SP1
             • Ways to install:
                    • As part of SQL Server 2012 installation
                    • When creating a Visual Studio 2010 project




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Installing SQL Server Data
             • System Requirements: same as Visual
               Studio 2010 SP1
             • Ways to install:
                    • As part of SQL Server 2012 installation
                    • When creating a Visual Studio 2010 project
                    • Platform Web installer




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Installing SQL Server Data
             • System Requirements: same as Visual
               Studio 2010 SP1
             • Ways to install:
                    • As part of SQL Server 2012 installation
                    • When creating a Visual Studio 2010 project
                    • Platform Web installer
                    • Administrative installation point




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Using SQL Server Data Tools




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Using SQL Server Data Tools
      • Two ways




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Using SQL Server Data Tools
      • Two ways
             • Connected




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Using SQL Server Data Tools
      • Two ways
             • Connected
             • Disconnected




                                    Learn More @ http://www.learnnowonline.com
Copyright 2012, AppDev Products, LLC.   AllCopyright © by Application Developers Training Company
                                            Rights Reserved.
Learn More!




       Learn More @ http://www.learnnowonline.com
          Copyright © by Application Developers Training Company
Learn More!
• This is an excerpt from a larger course. Visit
  www.learnnowonline.com for the full details!




           Learn More @ http://www.learnnowonline.com
              Copyright © by Application Developers Training Company

Mais conteúdo relacionado

Mais procurados

Oracle ADF Architecture TV - Design - Designing for Security
Oracle ADF Architecture TV - Design - Designing for SecurityOracle ADF Architecture TV - Design - Designing for Security
Oracle ADF Architecture TV - Design - Designing for SecurityChris Muir
 
Designing SharePoint solutions – Big Decisions for Big Success
Designing SharePoint solutions – Big Decisions for Big SuccessDesigning SharePoint solutions – Big Decisions for Big Success
Designing SharePoint solutions – Big Decisions for Big SuccessSPC Adriatics
 
Responsive Web Design ~ Best Practices for Maximizing ROI
Responsive Web Design ~ Best Practices for Maximizing ROIResponsive Web Design ~ Best Practices for Maximizing ROI
Responsive Web Design ~ Best Practices for Maximizing ROIJuan Carlos Duron
 
Oracle web-applications
Oracle web-applicationsOracle web-applications
Oracle web-applicationsurskeshav
 
20100604 unyoug apex40_bauser
20100604 unyoug apex40_bauser20100604 unyoug apex40_bauser
20100604 unyoug apex40_bauserahmed farouk
 
WordPress Filters and Actions
WordPress Filters and ActionsWordPress Filters and Actions
WordPress Filters and ActionsGlenn Ansley
 
Exploiting Linked (Open) Data via Microsoft Access
Exploiting Linked (Open) Data via Microsoft AccessExploiting Linked (Open) Data via Microsoft Access
Exploiting Linked (Open) Data via Microsoft AccessKingsley Uyi Idehen
 
Designing your API Server for mobile apps
Designing your API Server for mobile appsDesigning your API Server for mobile apps
Designing your API Server for mobile appsMugunth Kumar
 
Using SAP Crystal Reports as a Linked (Open) Data Front-End via ODBC
Using SAP Crystal Reports as a Linked (Open) Data Front-End via ODBCUsing SAP Crystal Reports as a Linked (Open) Data Front-End via ODBC
Using SAP Crystal Reports as a Linked (Open) Data Front-End via ODBCKingsley Uyi Idehen
 
Oracle ADF Architecture TV - Development - Naming Conventions & Project Layouts
Oracle ADF Architecture TV - Development - Naming Conventions & Project LayoutsOracle ADF Architecture TV - Development - Naming Conventions & Project Layouts
Oracle ADF Architecture TV - Development - Naming Conventions & Project LayoutsChris Muir
 
Exploiting Linked Data via Filemaker
Exploiting Linked Data via FilemakerExploiting Linked Data via Filemaker
Exploiting Linked Data via FilemakerKingsley Uyi Idehen
 
Tableau Desktop as a Linked (Open) Data Front-End via ODBC
Tableau Desktop as a Linked (Open) Data Front-End via ODBCTableau Desktop as a Linked (Open) Data Front-End via ODBC
Tableau Desktop as a Linked (Open) Data Front-End via ODBCKingsley Uyi Idehen
 
WebCenter Content 11g Upgrade Webinar - March 2013
WebCenter Content 11g Upgrade Webinar - March 2013WebCenter Content 11g Upgrade Webinar - March 2013
WebCenter Content 11g Upgrade Webinar - March 2013Fishbowl Solutions
 
SharePoint 2010 Online for Developer
SharePoint 2010 Online for DeveloperSharePoint 2010 Online for Developer
SharePoint 2010 Online for DeveloperK.Mohamed Faizal
 
Oracle Application Express
Oracle Application ExpressOracle Application Express
Oracle Application ExpressHBoone
 
Oracle ADF Architecture TV - Development - Programming Best Practices
Oracle ADF Architecture TV - Development - Programming Best PracticesOracle ADF Architecture TV - Development - Programming Best Practices
Oracle ADF Architecture TV - Development - Programming Best PracticesChris Muir
 
Moving to Web 2.0 - Best Practices for Business and Application Migration
Moving to Web 2.0 - Best Practices for Business and Application MigrationMoving to Web 2.0 - Best Practices for Business and Application Migration
Moving to Web 2.0 - Best Practices for Business and Application Migrationanilmadugula
 
Interactive Forms Review - SDN Day 2008 - Las Vegas
Interactive Forms Review - SDN Day 2008 - Las VegasInteractive Forms Review - SDN Day 2008 - Las Vegas
Interactive Forms Review - SDN Day 2008 - Las Vegasdr.j
 
Thomas_Rock_Resume_50B
Thomas_Rock_Resume_50BThomas_Rock_Resume_50B
Thomas_Rock_Resume_50BThomas Rock
 
Business Applications Integration In The Cloud
Business Applications Integration In The CloudBusiness Applications Integration In The Cloud
Business Applications Integration In The CloudAnna Brzezińska
 

Mais procurados (20)

Oracle ADF Architecture TV - Design - Designing for Security
Oracle ADF Architecture TV - Design - Designing for SecurityOracle ADF Architecture TV - Design - Designing for Security
Oracle ADF Architecture TV - Design - Designing for Security
 
Designing SharePoint solutions – Big Decisions for Big Success
Designing SharePoint solutions – Big Decisions for Big SuccessDesigning SharePoint solutions – Big Decisions for Big Success
Designing SharePoint solutions – Big Decisions for Big Success
 
Responsive Web Design ~ Best Practices for Maximizing ROI
Responsive Web Design ~ Best Practices for Maximizing ROIResponsive Web Design ~ Best Practices for Maximizing ROI
Responsive Web Design ~ Best Practices for Maximizing ROI
 
Oracle web-applications
Oracle web-applicationsOracle web-applications
Oracle web-applications
 
20100604 unyoug apex40_bauser
20100604 unyoug apex40_bauser20100604 unyoug apex40_bauser
20100604 unyoug apex40_bauser
 
WordPress Filters and Actions
WordPress Filters and ActionsWordPress Filters and Actions
WordPress Filters and Actions
 
Exploiting Linked (Open) Data via Microsoft Access
Exploiting Linked (Open) Data via Microsoft AccessExploiting Linked (Open) Data via Microsoft Access
Exploiting Linked (Open) Data via Microsoft Access
 
Designing your API Server for mobile apps
Designing your API Server for mobile appsDesigning your API Server for mobile apps
Designing your API Server for mobile apps
 
Using SAP Crystal Reports as a Linked (Open) Data Front-End via ODBC
Using SAP Crystal Reports as a Linked (Open) Data Front-End via ODBCUsing SAP Crystal Reports as a Linked (Open) Data Front-End via ODBC
Using SAP Crystal Reports as a Linked (Open) Data Front-End via ODBC
 
Oracle ADF Architecture TV - Development - Naming Conventions & Project Layouts
Oracle ADF Architecture TV - Development - Naming Conventions & Project LayoutsOracle ADF Architecture TV - Development - Naming Conventions & Project Layouts
Oracle ADF Architecture TV - Development - Naming Conventions & Project Layouts
 
Exploiting Linked Data via Filemaker
Exploiting Linked Data via FilemakerExploiting Linked Data via Filemaker
Exploiting Linked Data via Filemaker
 
Tableau Desktop as a Linked (Open) Data Front-End via ODBC
Tableau Desktop as a Linked (Open) Data Front-End via ODBCTableau Desktop as a Linked (Open) Data Front-End via ODBC
Tableau Desktop as a Linked (Open) Data Front-End via ODBC
 
WebCenter Content 11g Upgrade Webinar - March 2013
WebCenter Content 11g Upgrade Webinar - March 2013WebCenter Content 11g Upgrade Webinar - March 2013
WebCenter Content 11g Upgrade Webinar - March 2013
 
SharePoint 2010 Online for Developer
SharePoint 2010 Online for DeveloperSharePoint 2010 Online for Developer
SharePoint 2010 Online for Developer
 
Oracle Application Express
Oracle Application ExpressOracle Application Express
Oracle Application Express
 
Oracle ADF Architecture TV - Development - Programming Best Practices
Oracle ADF Architecture TV - Development - Programming Best PracticesOracle ADF Architecture TV - Development - Programming Best Practices
Oracle ADF Architecture TV - Development - Programming Best Practices
 
Moving to Web 2.0 - Best Practices for Business and Application Migration
Moving to Web 2.0 - Best Practices for Business and Application MigrationMoving to Web 2.0 - Best Practices for Business and Application Migration
Moving to Web 2.0 - Best Practices for Business and Application Migration
 
Interactive Forms Review - SDN Day 2008 - Las Vegas
Interactive Forms Review - SDN Day 2008 - Las VegasInteractive Forms Review - SDN Day 2008 - Las Vegas
Interactive Forms Review - SDN Day 2008 - Las Vegas
 
Thomas_Rock_Resume_50B
Thomas_Rock_Resume_50BThomas_Rock_Resume_50B
Thomas_Rock_Resume_50B
 
Business Applications Integration In The Cloud
Business Applications Integration In The CloudBusiness Applications Integration In The Cloud
Business Applications Integration In The Cloud
 

Destaque

Sql Saturday 111 Atlanta applied enterprise semantic mining
Sql Saturday 111 Atlanta applied enterprise semantic miningSql Saturday 111 Atlanta applied enterprise semantic mining
Sql Saturday 111 Atlanta applied enterprise semantic miningMark Tabladillo
 
Secrets of Enterprise Data Mining 201310
Secrets of Enterprise Data Mining 201310Secrets of Enterprise Data Mining 201310
Secrets of Enterprise Data Mining 201310Mark Tabladillo
 
FileTable and Semantic Search in SQL Server 2012
FileTable and Semantic Search in SQL Server 2012FileTable and Semantic Search in SQL Server 2012
FileTable and Semantic Search in SQL Server 2012Michael Rys
 
SQL Sever 2012: Going Beyond the Data
SQL Sever 2012: Going Beyond the DataSQL Sever 2012: Going Beyond the Data
SQL Sever 2012: Going Beyond the DataJennifer Stevenson
 
Applied Semantic Search with Microsoft SQL Server
Applied Semantic Search with Microsoft SQL ServerApplied Semantic Search with Microsoft SQL Server
Applied Semantic Search with Microsoft SQL ServerMark Tabladillo
 
SQL Server - Full text search
SQL Server - Full text searchSQL Server - Full text search
SQL Server - Full text searchPeter Gfader
 
インフラ屋の友:Tera Term
インフラ屋の友:Tera Termインフラ屋の友:Tera Term
インフラ屋の友:Tera Termnetopscoding
 
Effective Usage of SQL Server 2005 Database Mirroring
Effective Usage of SQL Server 2005 Database MirroringEffective Usage of SQL Server 2005 Database Mirroring
Effective Usage of SQL Server 2005 Database Mirroringwebhostingguy
 
SQL Server Performance Tuning Baseline
SQL Server Performance Tuning BaselineSQL Server Performance Tuning Baseline
SQL Server Performance Tuning Baseline► Supreme Mandal ◄
 
Sql Server Performance Tuning
Sql Server Performance TuningSql Server Performance Tuning
Sql Server Performance TuningBala Subra
 
SQL Server - Querying and Managing XML Data
SQL Server - Querying and Managing XML DataSQL Server - Querying and Managing XML Data
SQL Server - Querying and Managing XML DataMarek Maśko
 
Cisco Packet Tracer Overview 20 Jul09
Cisco Packet Tracer Overview 20 Jul09Cisco Packet Tracer Overview 20 Jul09
Cisco Packet Tracer Overview 20 Jul09Tumennast Erdenebold
 
Always on in SQL Server 2012
Always on in SQL Server 2012Always on in SQL Server 2012
Always on in SQL Server 2012Fadi Abdulwahab
 
What's new in SQL Server 2016
What's new in SQL Server 2016What's new in SQL Server 2016
What's new in SQL Server 2016James Serra
 

Destaque (20)

Sql Saturday 111 Atlanta applied enterprise semantic mining
Sql Saturday 111 Atlanta applied enterprise semantic miningSql Saturday 111 Atlanta applied enterprise semantic mining
Sql Saturday 111 Atlanta applied enterprise semantic mining
 
Secrets of Enterprise Data Mining 201310
Secrets of Enterprise Data Mining 201310Secrets of Enterprise Data Mining 201310
Secrets of Enterprise Data Mining 201310
 
FileTable and Semantic Search in SQL Server 2012
FileTable and Semantic Search in SQL Server 2012FileTable and Semantic Search in SQL Server 2012
FileTable and Semantic Search in SQL Server 2012
 
72
7272
72
 
SQL Sever 2012: Going Beyond the Data
SQL Sever 2012: Going Beyond the DataSQL Sever 2012: Going Beyond the Data
SQL Sever 2012: Going Beyond the Data
 
Understanding indices
Understanding indicesUnderstanding indices
Understanding indices
 
Applied Semantic Search with Microsoft SQL Server
Applied Semantic Search with Microsoft SQL ServerApplied Semantic Search with Microsoft SQL Server
Applied Semantic Search with Microsoft SQL Server
 
SQL Server - Full text search
SQL Server - Full text searchSQL Server - Full text search
SQL Server - Full text search
 
インフラ屋の友:Tera Term
インフラ屋の友:Tera Termインフラ屋の友:Tera Term
インフラ屋の友:Tera Term
 
Gns3
Gns3Gns3
Gns3
 
Effective Usage of SQL Server 2005 Database Mirroring
Effective Usage of SQL Server 2005 Database MirroringEffective Usage of SQL Server 2005 Database Mirroring
Effective Usage of SQL Server 2005 Database Mirroring
 
Programming in c++
Programming in c++Programming in c++
Programming in c++
 
SQL Server Performance Tuning Baseline
SQL Server Performance Tuning BaselineSQL Server Performance Tuning Baseline
SQL Server Performance Tuning Baseline
 
Sql Server Performance Tuning
Sql Server Performance TuningSql Server Performance Tuning
Sql Server Performance Tuning
 
SQL Server - Querying and Managing XML Data
SQL Server - Querying and Managing XML DataSQL Server - Querying and Managing XML Data
SQL Server - Querying and Managing XML Data
 
Cisco Packet Tracer Overview 20 Jul09
Cisco Packet Tracer Overview 20 Jul09Cisco Packet Tracer Overview 20 Jul09
Cisco Packet Tracer Overview 20 Jul09
 
Always on in SQL Server 2012
Always on in SQL Server 2012Always on in SQL Server 2012
Always on in SQL Server 2012
 
C#/.NET Little Wonders
C#/.NET Little WondersC#/.NET Little Wonders
C#/.NET Little Wonders
 
File Upload
File UploadFile Upload
File Upload
 
What's new in SQL Server 2016
What's new in SQL Server 2016What's new in SQL Server 2016
What's new in SQL Server 2016
 

Semelhante a Sql 2012 development and programming

Module-1_Getting-Started_with_selenium_and_Java_basics.pdf
Module-1_Getting-Started_with_selenium_and_Java_basics.pdfModule-1_Getting-Started_with_selenium_and_Java_basics.pdf
Module-1_Getting-Started_with_selenium_and_Java_basics.pdfdevika266518
 
SharePoint Document Management
SharePoint Document ManagementSharePoint Document Management
SharePoint Document ManagementLearnNowOnline
 
Oracle SQL Developer for SQL Server?
Oracle SQL Developer for SQL Server?Oracle SQL Developer for SQL Server?
Oracle SQL Developer for SQL Server?Jeff Smith
 
What's new in Silverlight 5
What's new in Silverlight 5What's new in Silverlight 5
What's new in Silverlight 5LearnNowOnline
 
Introducing Deployit 3.8
Introducing Deployit 3.8 Introducing Deployit 3.8
Introducing Deployit 3.8 XebiaLabs
 
Data Driven Framework In Selenium Webdriver | Data Driven Testing | Selenium ...
Data Driven Framework In Selenium Webdriver | Data Driven Testing | Selenium ...Data Driven Framework In Selenium Webdriver | Data Driven Testing | Selenium ...
Data Driven Framework In Selenium Webdriver | Data Driven Testing | Selenium ...Edureka!
 
Introducing the Entity Framework
Introducing the Entity FrameworkIntroducing the Entity Framework
Introducing the Entity FrameworkLearnNowOnline
 
Oracle SQL Developer for the DBA
Oracle SQL Developer for the DBAOracle SQL Developer for the DBA
Oracle SQL Developer for the DBAJeff Smith
 
Tame Big Data with Oracle Data Integration
Tame Big Data with Oracle Data IntegrationTame Big Data with Oracle Data Integration
Tame Big Data with Oracle Data IntegrationMichael Rainey
 
Automated Testing for Websites With Selenium IDE
Automated Testing for Websites With Selenium IDEAutomated Testing for Websites With Selenium IDE
Automated Testing for Websites With Selenium IDERobert Greiner
 
Tw Technology Radar Qtb Sep11
Tw Technology Radar Qtb Sep11Tw Technology Radar Qtb Sep11
Tw Technology Radar Qtb Sep11Adrian Treacy
 
Building Better Search For Wikipedia: How We Did It Using Amazon CloudSearch ...
Building Better Search For Wikipedia: How We Did It Using Amazon CloudSearch ...Building Better Search For Wikipedia: How We Did It Using Amazon CloudSearch ...
Building Better Search For Wikipedia: How We Did It Using Amazon CloudSearch ...Amazon Web Services
 
Coding for desktop and mobile with HTML5 and Java EE 7 - Geertjan Wielenga
Coding for desktop and mobile with HTML5 and Java EE 7 - Geertjan WielengaCoding for desktop and mobile with HTML5 and Java EE 7 - Geertjan Wielenga
Coding for desktop and mobile with HTML5 and Java EE 7 - Geertjan WielengaJAXLondon_Conference
 
Oracle WebLogic Server 12.2.1 Do More with Less
Oracle WebLogic Server 12.2.1 Do More with LessOracle WebLogic Server 12.2.1 Do More with Less
Oracle WebLogic Server 12.2.1 Do More with LessEd Burns
 

Semelhante a Sql 2012 development and programming (20)

Module-1_Getting-Started_with_selenium_and_Java_basics.pdf
Module-1_Getting-Started_with_selenium_and_Java_basics.pdfModule-1_Getting-Started_with_selenium_and_Java_basics.pdf
Module-1_Getting-Started_with_selenium_and_Java_basics.pdf
 
Introduction to Wordmap
Introduction to WordmapIntroduction to Wordmap
Introduction to Wordmap
 
The Entity Data Model
The Entity Data ModelThe Entity Data Model
The Entity Data Model
 
SharePoint Document Management
SharePoint Document ManagementSharePoint Document Management
SharePoint Document Management
 
Oracle SQL Developer for SQL Server?
Oracle SQL Developer for SQL Server?Oracle SQL Developer for SQL Server?
Oracle SQL Developer for SQL Server?
 
What's new in Silverlight 5
What's new in Silverlight 5What's new in Silverlight 5
What's new in Silverlight 5
 
Introducing Deployit 3.8
Introducing Deployit 3.8 Introducing Deployit 3.8
Introducing Deployit 3.8
 
Data Driven Framework In Selenium Webdriver | Data Driven Testing | Selenium ...
Data Driven Framework In Selenium Webdriver | Data Driven Testing | Selenium ...Data Driven Framework In Selenium Webdriver | Data Driven Testing | Selenium ...
Data Driven Framework In Selenium Webdriver | Data Driven Testing | Selenium ...
 
Introducing the Entity Framework
Introducing the Entity FrameworkIntroducing the Entity Framework
Introducing the Entity Framework
 
Introducing LINQ
Introducing LINQIntroducing LINQ
Introducing LINQ
 
Oracle SQL Developer for the DBA
Oracle SQL Developer for the DBAOracle SQL Developer for the DBA
Oracle SQL Developer for the DBA
 
Tame Big Data with Oracle Data Integration
Tame Big Data with Oracle Data IntegrationTame Big Data with Oracle Data Integration
Tame Big Data with Oracle Data Integration
 
Automated Testing for Websites With Selenium IDE
Automated Testing for Websites With Selenium IDEAutomated Testing for Websites With Selenium IDE
Automated Testing for Websites With Selenium IDE
 
Tw Technology Radar Qtb Sep11
Tw Technology Radar Qtb Sep11Tw Technology Radar Qtb Sep11
Tw Technology Radar Qtb Sep11
 
Building Better Search For Wikipedia: How We Did It Using Amazon CloudSearch ...
Building Better Search For Wikipedia: How We Did It Using Amazon CloudSearch ...Building Better Search For Wikipedia: How We Did It Using Amazon CloudSearch ...
Building Better Search For Wikipedia: How We Did It Using Amazon CloudSearch ...
 
Coding for desktop and mobile with HTML5 and Java EE 7 - Geertjan Wielenga
Coding for desktop and mobile with HTML5 and Java EE 7 - Geertjan WielengaCoding for desktop and mobile with HTML5 and Java EE 7 - Geertjan Wielenga
Coding for desktop and mobile with HTML5 and Java EE 7 - Geertjan Wielenga
 
Oracle WebLogic Server 12.2.1 Do More with Less
Oracle WebLogic Server 12.2.1 Do More with LessOracle WebLogic Server 12.2.1 Do More with Less
Oracle WebLogic Server 12.2.1 Do More with Less
 
40020
4002040020
40020
 
40020
4002040020
40020
 
Oracle Database Cloud Service
Oracle Database Cloud ServiceOracle Database Cloud Service
Oracle Database Cloud Service
 

Mais de LearnNowOnline

Windows 8: Shapes and Geometries
Windows 8: Shapes and GeometriesWindows 8: Shapes and Geometries
Windows 8: Shapes and GeometriesLearnNowOnline
 
SQL: Permissions and Data Protection
SQL: Permissions and Data ProtectionSQL: Permissions and Data Protection
SQL: Permissions and Data ProtectionLearnNowOnline
 
New in the Visual Studio 2012 IDE
New in the Visual Studio 2012 IDENew in the Visual Studio 2012 IDE
New in the Visual Studio 2012 IDELearnNowOnline
 
Attributes, reflection, and dynamic programming
Attributes, reflection, and dynamic programmingAttributes, reflection, and dynamic programming
Attributes, reflection, and dynamic programmingLearnNowOnline
 
Asynchronous Programming
Asynchronous ProgrammingAsynchronous Programming
Asynchronous ProgrammingLearnNowOnline
 
WPF: Working with Data
WPF: Working with DataWPF: Working with Data
WPF: Working with DataLearnNowOnline
 
Object oriented techniques
Object oriented techniquesObject oriented techniques
Object oriented techniquesLearnNowOnline
 
Object-Oriented JavaScript
Object-Oriented JavaScriptObject-Oriented JavaScript
Object-Oriented JavaScriptLearnNowOnline
 
SharePoint: Introduction to InfoPath
SharePoint: Introduction to InfoPathSharePoint: Introduction to InfoPath
SharePoint: Introduction to InfoPathLearnNowOnline
 
Managing site collections
Managing site collectionsManaging site collections
Managing site collectionsLearnNowOnline
 
KnockOutJS with ASP.NET MVC
KnockOutJS with ASP.NET MVCKnockOutJS with ASP.NET MVC
KnockOutJS with ASP.NET MVCLearnNowOnline
 
Expression Blend Motion & Interaction Design
Expression Blend Motion & Interaction DesignExpression Blend Motion & Interaction Design
Expression Blend Motion & Interaction DesignLearnNowOnline
 
Introduction to ASP.NET MVC
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVCLearnNowOnline
 
Working with Controllers and Actions in MVC
Working with Controllers and Actions in MVCWorking with Controllers and Actions in MVC
Working with Controllers and Actions in MVCLearnNowOnline
 

Mais de LearnNowOnline (20)

Windows 8: Shapes and Geometries
Windows 8: Shapes and GeometriesWindows 8: Shapes and Geometries
Windows 8: Shapes and Geometries
 
SQL: Permissions and Data Protection
SQL: Permissions and Data ProtectionSQL: Permissions and Data Protection
SQL: Permissions and Data Protection
 
New in the Visual Studio 2012 IDE
New in the Visual Studio 2012 IDENew in the Visual Studio 2012 IDE
New in the Visual Studio 2012 IDE
 
Attributes, reflection, and dynamic programming
Attributes, reflection, and dynamic programmingAttributes, reflection, and dynamic programming
Attributes, reflection, and dynamic programming
 
Asynchronous Programming
Asynchronous ProgrammingAsynchronous Programming
Asynchronous Programming
 
WPF: Working with Data
WPF: Working with DataWPF: Working with Data
WPF: Working with Data
 
WPF Binding
WPF BindingWPF Binding
WPF Binding
 
A tour of SQL Server
A tour of SQL ServerA tour of SQL Server
A tour of SQL Server
 
Generics
GenericsGenerics
Generics
 
Object oriented techniques
Object oriented techniquesObject oriented techniques
Object oriented techniques
 
Object-Oriented JavaScript
Object-Oriented JavaScriptObject-Oriented JavaScript
Object-Oriented JavaScript
 
SharePoint: Introduction to InfoPath
SharePoint: Introduction to InfoPathSharePoint: Introduction to InfoPath
SharePoint: Introduction to InfoPath
 
Managing site collections
Managing site collectionsManaging site collections
Managing site collections
 
Web API HTTP Pipeline
Web API HTTP PipelineWeb API HTTP Pipeline
Web API HTTP Pipeline
 
Web API Basics
Web API BasicsWeb API Basics
Web API Basics
 
SQL Server: Security
SQL Server: SecuritySQL Server: Security
SQL Server: Security
 
KnockOutJS with ASP.NET MVC
KnockOutJS with ASP.NET MVCKnockOutJS with ASP.NET MVC
KnockOutJS with ASP.NET MVC
 
Expression Blend Motion & Interaction Design
Expression Blend Motion & Interaction DesignExpression Blend Motion & Interaction Design
Expression Blend Motion & Interaction Design
 
Introduction to ASP.NET MVC
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVC
 
Working with Controllers and Actions in MVC
Working with Controllers and Actions in MVCWorking with Controllers and Actions in MVC
Working with Controllers and Actions in MVC
 

Sql 2012 development and programming

  • 1. SQL 2012: Development & Programming Learn More @ http://www.learnnowonline.com Copyright © by Application Developers Training Company
  • 2. Miscellaneous Development & Programming Changes Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 3. Miscellaneous Development & Programming Changes • No more native XML Web services Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 4. Miscellaneous Development & Programming Changes • No more native XML Web services • Full-Text Search enhancements Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 5. Miscellaneous Development & Programming Changes • No more native XML Web services • Full-Text Search enhancements • Search document properties with Search Property Lists Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 6. Miscellaneous Development & Programming Changes • No more native XML Web services • Full-Text Search enhancements • Search document properties with Search Property Lists • Customizable NEAR search option Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 7. Miscellaneous Development & Programming Changes • No more native XML Web services • Full-Text Search enhancements • Search document properties with Search Property Lists • Customizable NEAR search option • New word breakers and stemmers Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 8. Statistical Semantic Search Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 9. Statistical Semantic Search • Deep insight into unstructured documents stored in SQL Server Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 10. Statistical Semantic Search • Deep insight into unstructured documents stored in SQL Server • Builds on full-text search Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 11. Statistical Semantic Search • Deep insight into unstructured documents stored in SQL Server • Builds on full-text search • Query the words in a document Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 12. Statistical Semantic Search • Deep insight into unstructured documents stored in SQL Server • Builds on full-text search • Query the words in a document • Semantic search lets you query the meaning Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 13. Statistical Semantic Search • Deep insight into unstructured documents stored in SQL Server • Builds on full-text search • Query the words in a document • Semantic search lets you query the meaning • Semantic search and FileTables were made for each other Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 14. FileTables Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 15. FileTables • Windows file management meets SQL Server document storage Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 16. FileTables • Windows file management meets SQL Server document storage • Compatible with both the Windows file access APIs and relational data access through T-SQL Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 17. FileTables • Windows file management meets SQL Server document storage • Compatible with both the Windows file access APIs and relational data access through T-SQL • A FileTable is a database table with set schema Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 18. FileTables • Windows file management meets SQL Server document storage • Compatible with both the Windows file access APIs and relational data access through T-SQL • A FileTable is a database table with set schema • Stores FILESTREAM data Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 19. FileTables • Windows file management meets SQL Server document storage • Compatible with both the Windows file access APIs and relational data access through T-SQL • A FileTable is a database table with set schema • Stores FILESTREAM data • Stores file and directory hierarchy and Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 20. Using FileTables Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 21. Using FileTables • Enable prerequisites Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 22. Using FileTables • Enable prerequisites • Enable FILESTREAM for the SQL Server instance Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 23. Using FileTables • Enable prerequisites • Enable FILESTREAM for the SQL Server instance • For the database: Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 24. Using FileTables • Enable prerequisites • Enable FILESTREAM for the SQL Server instance • For the database: • Provide a FILESTREAM file group Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 25. Using FileTables • Enable prerequisites • Enable FILESTREAM for the SQL Server instance • For the database: • Provide a FILESTREAM file group • Optionally enable non-transaction access Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 26. Using FileTables • Enable prerequisites • Enable FILESTREAM for the SQL Server instance • For the database: • Provide a FILESTREAM file group • Optionally enable non-transaction access • Specify a directory for FileTables Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 27. Using FileTables • Enable prerequisites • Enable FILESTREAM for the SQL Server instance • For the database: • Provide a FILESTREAM file group • Optionally enable non-transaction access • Specify a directory for FileTables • Limitation Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 28. SQL Server 2012 Express Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 29. SQL Server 2012 Express • A new version of SQL Express for developers Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 30. SQL Server 2012 Express • A new version of SQL Express for developers • Easy to install Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 31. SQL Server 2012 Express • A new version of SQL Express for developers • Easy to install • Provides full features of SQL Express Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 32. SQL Server 2012 Express • A new version of SQL Express for developers • Easy to install • Provides full features of SQL Express • No longer need to install SQL Express for development Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 33. SQL Server 2012 Express • A new version of SQL Express for developers • Easy to install • Provides full features of SQL Express • No longer need to install SQL Express for development • Can use as an embedded database Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 34. Overview of LocalDB Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 35. Overview of LocalDB • Uses the same sqlserver.exe as SQL Express and other editions Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 36. Overview of LocalDB • Uses the same sqlserver.exe as SQL Express and other editions • Install once per machine Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 37. Overview of LocalDB • Uses the same sqlserver.exe as SQL Express and other editions • Install once per machine • Doesn’t create or use database services Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 38. Overview of LocalDB • Uses the same sqlserver.exe as SQL Express and other editions • Install once per machine • Doesn’t create or use database services • Connection string Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 39. Overview of LocalDB • Uses the same sqlserver.exe as SQL Express and other editions • Install once per machine • Doesn’t create or use database services • Connection string • "Data Source=(localdb)v11.0;Integrated Security=true" Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 40. Overview of LocalDB • Uses the same sqlserver.exe as SQL Express and other editions • Install once per machine • Doesn’t create or use database services • Connection string • "Data Source=(localdb)v11.0;Integrated Security=true" • Use AttachDbFileName for local database Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 41. Comparison to SQL Server Compact Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 42. Comparison to SQL Server Compact • The two sound similar Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 43. Comparison to SQL Server Compact • The two sound similar • But there are differences Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 44. Comparison to SQL Server Compact • The two sound similar • But there are differences • Execution mode Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 45. Comparison to SQL Server Compact • The two sound similar • But there are differences • Execution mode • Disk usage Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 46. Comparison to SQL Server Compact • The two sound similar • But there are differences • Execution mode • Disk usage • Features Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 47. SQL Server Data Tools Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 48. SQL Server Data Tools • Latest of a long line of attempts to make creating databases like writing software Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 49. SQL Server Data Tools • Latest of a long line of attempts to make creating databases like writing software • And this time Microsoft nailed it! Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 50. SQL Server Data Tools • Latest of a long line of attempts to make creating databases like writing software • And this time Microsoft nailed it! • Data Dude has come of age and matured Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 51. SQL Server Data Tools • Latest of a long line of attempts to make creating databases like writing software • And this time Microsoft nailed it! • Data Dude has come of age and matured • If you use Visual Studio, you’ll feel right at home Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 52. SQL Server Data Tools • Latest of a long line of attempts to make creating databases like writing software • And this time Microsoft nailed it! • Data Dude has come of age and matured • If you use Visual Studio, you’ll feel right at home • Code navigation, IntelliSense, language support similar to C# and VB, platform- specific validation, debugging and declarative Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 53. Installing SQL Server Data Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 54. Installing SQL Server Data • System Requirements: same as Visual Studio 2010 SP1 Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 55. Installing SQL Server Data • System Requirements: same as Visual Studio 2010 SP1 • Ways to install: Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 56. Installing SQL Server Data • System Requirements: same as Visual Studio 2010 SP1 • Ways to install: • As part of SQL Server 2012 installation Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 57. Installing SQL Server Data • System Requirements: same as Visual Studio 2010 SP1 • Ways to install: • As part of SQL Server 2012 installation • When creating a Visual Studio 2010 project Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 58. Installing SQL Server Data • System Requirements: same as Visual Studio 2010 SP1 • Ways to install: • As part of SQL Server 2012 installation • When creating a Visual Studio 2010 project • Platform Web installer Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 59. Installing SQL Server Data • System Requirements: same as Visual Studio 2010 SP1 • Ways to install: • As part of SQL Server 2012 installation • When creating a Visual Studio 2010 project • Platform Web installer • Administrative installation point Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 60. Using SQL Server Data Tools Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 61. Using SQL Server Data Tools • Two ways Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 62. Using SQL Server Data Tools • Two ways • Connected Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 63. Using SQL Server Data Tools • Two ways • Connected • Disconnected Learn More @ http://www.learnnowonline.com Copyright 2012, AppDev Products, LLC. AllCopyright © by Application Developers Training Company Rights Reserved.
  • 64. Learn More! Learn More @ http://www.learnnowonline.com Copyright © by Application Developers Training Company
  • 65. Learn More! • This is an excerpt from a larger course. Visit www.learnnowonline.com for the full details! Learn More @ http://www.learnnowonline.com Copyright © by Application Developers Training Company

Notas do Editor

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n
  34. \n
  35. \n
  36. \n
  37. \n
  38. \n
  39. \n
  40. \n
  41. \n
  42. \n
  43. \n
  44. \n
  45. \n
  46. \n
  47. \n
  48. \n
  49. \n
  50. \n
  51. \n
  52. \n
  53. \n
  54. \n
  55. \n
  56. DEMO: rest of section\n