SlideShare ist ein Scribd-Unternehmen logo
1 von 3
Downloaden Sie, um offline zu lesen
1.Difference between SQL Server 2008 and SQL Server 2012

      S.No   SQL Server 2008                    SQL Server 2012

      1      The Maximum number concurrent SQL server 2012 has unlimited
             connections to SQL Server 2008 concurrent connections.
             is 32767.

      2      The SQL Server 2008 uses 27 bit    The SQL Server 2012 uses 48 bit
             bit precision for spatial          precision for spatial calculations
             calculations.

      3      TRY_CONVERT() and                  TRY_CONVERT() and FORMAT()
             FORMAT() functions are not         functions are newly included in SQL
             available in SQL Server 2008       Server 2012

      4      ORDER BY Clause does not           ORDER BY Clause now have
             have OFFSET / FETCH options        OFFSET / FETCH options to use
             as in SQL Server 2012              paging to show required rows per page
                                                in applications and allow the user to
                                                scroll through each page of results
                                                rather than download the entire set

                                                In the sample query below, SQL Server
                                                would return 10 records beginning
                                                with record 11. The OFFSET
                                                command provides a starting point for
                                                the SELECT statement in terms of
                                                paging, and the FETCH command
                                                provides how many records to return at
                                                a time.

                                                   SELECT BusinessEntityID,
                                                FirstName, LastName
                                                   FROM Person.Person
                                                   ORDER BY BusinessEntityID
                                                   OFFSET 10 ROWS
                                                   FETCH NEXT 10 ROWS ONLY;


      5      SQL Server 2008 is code named      SQL Server 2012 is code named as
             as Katmai.                         Denali

             In SQL Server 2008, audit is an    In SQL Server 2012,support for server
             Enterprise-only feature. Only      auditing is expanded to include all
             available in Enterprise,           editions of SQL Server.
             Evaluation, and Developer
             Edition.

      7      Sequence is not available in SQL   Sequence is included in SQL Server
             Server 2008                        2012.Sequence is a user defined object
                                                that generates a sequence of a number.
Here is an example using Sequence.

                                         /****** Create Sequence Object
                                       ******/
                                         CREATE SEQUENCE MySequence
                                         START WITH 1
                                         INCREMENT BY 1;

                                        /****** Create Temp Table ******/
                                        DECLARE @Person TABLE
                                        (
                                        ID int NOT NULL PRIMARY KEY,
                                        FullName nvarchar(100) NOT
                                       NULL
                                        );

                                          /****** Insert Some Data ******/
                                          INSERT @Person (ID, FullName)
                                          VALUES (NEXT VALUE FOR
                                       MySequence, 'Umar Ali'),
                                          (NEXT VALUE FOR MySequence,
                                       'John Peter'),
                                          (NEXT VALUE FOR MySequence,
                                       'Mohamed Iqbal');

                                         /****** Show the Data ******/
                                         SELECT * FROM @Person;

                                         The results would look like this:

                                         ID FullName
                                         1 Umar Ali
                                         2 John Peter
                                         3 Mohamed Iqbal


8   The Full Text Search in SQL        The Full Text Search in SQL Server
    Server 2008 does not allow us to   2012 has been enhanced by allowing
    search and index data stored in    us to search and index data stored in
    extended properties or metadata.   extended properties or metadata.
                                       Consider a PDF document that has
                                       "properties" filled in like Name, Type,
                                       Folder path, Size, Date Created, etc. In
                                       the newest release of SQL Server, this
                                       data could be indexes and searched
                                       along with the data in the document
                                       itself. The data does have to be
                                       exposed to work, but it's possible now.


9   Analysis Services in SQL Server    Analysis Services will include a new
    does not have BI Semantic Model    BI Semantic Model (BISM). BISM is a
(BISM) concept.                      3-layer model that includes:

                                                     Data Model
                                                     Business Logic
                                                     Data Access

                                                   BISM will enhance Microsoft's front
                                                   end analysis experiencing including
                                                   Excel, Reporting Services and
                                                   SharePoint Insights. Microsoft has said
                                                   that BISM is not a replacement for the
                                                   current BI Models but more of an
                                                   alternative model. In simple terms,
                                                   BISM is a relation model that includes
                                                   BI artifact such as KPIs and
                                                   hierarchies.




For more references on SQL Server 2012 Features, please have a look at the below links,
http://social.technet.microsoft.com/wiki/contents/articles/3783.what-s-new-in-sql-server-2012-en-
us.aspx
http://beyondrelational.com/modules/4/whatisnew/361/what-is-new-in-sql-server-2012-denali.aspx?
tab=tags&tn=category
http://blogs.technet.com/b/dataplatforminsider/archive/2011/11/01/my-top-5-sql-server-2012-
features-by-aaron-bertrand-guest-blogger.aspx


And, further updates on difference between questions and answers, please visit my blog @
http://onlydifferencefaqs.blogspot.in/

Weitere ähnliche Inhalte

Was ist angesagt?

life cycle of silkworm
life cycle of silkwormlife cycle of silkworm
life cycle of silkwormuoyogn
 
Life cycle of silkworm
Life cycle of silkwormLife cycle of silkworm
Life cycle of silkwormMayuri Bhowate
 
Lac insect, it's natural enemies and their management
Lac insect, it's natural enemies and their managementLac insect, it's natural enemies and their management
Lac insect, it's natural enemies and their managementAaliya Afroz
 
Bees Week 4 - Queens, Hive Splitting and Swarms of Honey Bees
Bees Week 4 - Queens, Hive Splitting and Swarms of Honey BeesBees Week 4 - Queens, Hive Splitting and Swarms of Honey Bees
Bees Week 4 - Queens, Hive Splitting and Swarms of Honey BeesDara Dimitrov
 
Vishnu PowerPoint
Vishnu PowerPointVishnu PowerPoint
Vishnu PowerPointrichrollo
 
Life Cycle of Bombyx mori.pptx
Life Cycle of Bombyx mori.pptxLife Cycle of Bombyx mori.pptx
Life Cycle of Bombyx mori.pptxDrKKamatchi
 
Sericulture - Post Cocoon Technology / Processing of Cocoons
Sericulture - Post Cocoon Technology / Processing of CocoonsSericulture - Post Cocoon Technology / Processing of Cocoons
Sericulture - Post Cocoon Technology / Processing of CocoonsMunesh Sen
 
SAD06 - Use Case Diagrams
SAD06 - Use Case DiagramsSAD06 - Use Case Diagrams
SAD06 - Use Case DiagramsMichael Heron
 
Random sample breed test in poultry
Random sample breed test in poultryRandom sample breed test in poultry
Random sample breed test in poultryDr. D.K Thapa
 
Broiler poultry farming and backyard poultry management
Broiler poultry farming and backyard poultry managementBroiler poultry farming and backyard poultry management
Broiler poultry farming and backyard poultry managementDr Alok Bharti
 

Was ist angesagt? (17)

life cycle of silkworm
life cycle of silkwormlife cycle of silkworm
life cycle of silkworm
 
Life cycle of silkworm
Life cycle of silkwormLife cycle of silkworm
Life cycle of silkworm
 
Sericulture in India
Sericulture in IndiaSericulture in India
Sericulture in India
 
Cocoon harvesting and processing
Cocoon harvesting  and processingCocoon harvesting  and processing
Cocoon harvesting and processing
 
Lac insect, it's natural enemies and their management
Lac insect, it's natural enemies and their managementLac insect, it's natural enemies and their management
Lac insect, it's natural enemies and their management
 
sericulture
sericulturesericulture
sericulture
 
Bees Week 4 - Queens, Hive Splitting and Swarms of Honey Bees
Bees Week 4 - Queens, Hive Splitting and Swarms of Honey BeesBees Week 4 - Queens, Hive Splitting and Swarms of Honey Bees
Bees Week 4 - Queens, Hive Splitting and Swarms of Honey Bees
 
Creep feeding and finishing options for lambs and kids
Creep feeding and finishing options for lambs and kidsCreep feeding and finishing options for lambs and kids
Creep feeding and finishing options for lambs and kids
 
Vishnu PowerPoint
Vishnu PowerPointVishnu PowerPoint
Vishnu PowerPoint
 
The kuroiler chicken as a means of reducing poverty and providing nutritional...
The kuroiler chicken as a means of reducing poverty and providing nutritional...The kuroiler chicken as a means of reducing poverty and providing nutritional...
The kuroiler chicken as a means of reducing poverty and providing nutritional...
 
Life Cycle of Bombyx mori.pptx
Life Cycle of Bombyx mori.pptxLife Cycle of Bombyx mori.pptx
Life Cycle of Bombyx mori.pptx
 
Sericulture - Post Cocoon Technology / Processing of Cocoons
Sericulture - Post Cocoon Technology / Processing of CocoonsSericulture - Post Cocoon Technology / Processing of Cocoons
Sericulture - Post Cocoon Technology / Processing of Cocoons
 
SAD06 - Use Case Diagrams
SAD06 - Use Case DiagramsSAD06 - Use Case Diagrams
SAD06 - Use Case Diagrams
 
Lac culture and Cultivation
Lac culture and CultivationLac culture and Cultivation
Lac culture and Cultivation
 
Random sample breed test in poultry
Random sample breed test in poultryRandom sample breed test in poultry
Random sample breed test in poultry
 
Broiler poultry farming and backyard poultry management
Broiler poultry farming and backyard poultry managementBroiler poultry farming and backyard poultry management
Broiler poultry farming and backyard poultry management
 
LIFE CYCLE of silkworm
LIFE CYCLE of silkwormLIFE CYCLE of silkworm
LIFE CYCLE of silkworm
 

Ähnlich wie Difference between sql server 2008 and sql server 2012

MySQL New Features -- Sunshine PHP 2020 Presentation
MySQL New Features -- Sunshine PHP 2020 PresentationMySQL New Features -- Sunshine PHP 2020 Presentation
MySQL New Features -- Sunshine PHP 2020 PresentationDave Stokes
 
Using object dependencies in sql server 2008 tech republic
Using object dependencies in sql server 2008   tech republicUsing object dependencies in sql server 2008   tech republic
Using object dependencies in sql server 2008 tech republicKaing Menglieng
 
References - sql injection
References - sql injection References - sql injection
References - sql injection Mohammed
 
Chris Bull's Bi Portfolio
Chris Bull's Bi PortfolioChris Bull's Bi Portfolio
Chris Bull's Bi Portfolioz3bull
 
Enable Database Service over HTTP or IBM WebSphere MQ in 15_minutes with IAS
Enable Database Service over HTTP or IBM WebSphere MQ in 15_minutes with IASEnable Database Service over HTTP or IBM WebSphere MQ in 15_minutes with IAS
Enable Database Service over HTTP or IBM WebSphere MQ in 15_minutes with IASInvenire Aude
 
Entity framework (EF) 7
Entity framework (EF) 7Entity framework (EF) 7
Entity framework (EF) 7Paul Graham
 
SQL Server 2000 Research Series - Transact SQL
SQL Server 2000 Research Series - Transact SQLSQL Server 2000 Research Series - Transact SQL
SQL Server 2000 Research Series - Transact SQLJerry Yang
 
SQL Server 2008 Highlights
SQL Server 2008 HighlightsSQL Server 2008 Highlights
SQL Server 2008 HighlightsIntergen
 
SQL Server 2000 Research Series - Essential Knowledge
SQL Server 2000 Research Series - Essential KnowledgeSQL Server 2000 Research Series - Essential Knowledge
SQL Server 2000 Research Series - Essential KnowledgeJerry Yang
 
What's New for Data?
What's New for Data?What's New for Data?
What's New for Data?ukdpe
 

Ähnlich wie Difference between sql server 2008 and sql server 2012 (20)

MySQL New Features -- Sunshine PHP 2020 Presentation
MySQL New Features -- Sunshine PHP 2020 PresentationMySQL New Features -- Sunshine PHP 2020 Presentation
MySQL New Features -- Sunshine PHP 2020 Presentation
 
My sql102
My sql102My sql102
My sql102
 
Sql injection
Sql injectionSql injection
Sql injection
 
Using object dependencies in sql server 2008 tech republic
Using object dependencies in sql server 2008   tech republicUsing object dependencies in sql server 2008   tech republic
Using object dependencies in sql server 2008 tech republic
 
References
References References
References
 
References - sql injection
References - sql injection References - sql injection
References - sql injection
 
Beg sql
Beg sqlBeg sql
Beg sql
 
Beg sql
Beg sqlBeg sql
Beg sql
 
Sql injection
Sql injectionSql injection
Sql injection
 
5c8605.ado.net
5c8605.ado.net5c8605.ado.net
5c8605.ado.net
 
Chris Bull's Bi Portfolio
Chris Bull's Bi PortfolioChris Bull's Bi Portfolio
Chris Bull's Bi Portfolio
 
Sql injection
Sql injectionSql injection
Sql injection
 
Oracle notes
Oracle notesOracle notes
Oracle notes
 
Enable Database Service over HTTP or IBM WebSphere MQ in 15_minutes with IAS
Enable Database Service over HTTP or IBM WebSphere MQ in 15_minutes with IASEnable Database Service over HTTP or IBM WebSphere MQ in 15_minutes with IAS
Enable Database Service over HTTP or IBM WebSphere MQ in 15_minutes with IAS
 
Entity framework (EF) 7
Entity framework (EF) 7Entity framework (EF) 7
Entity framework (EF) 7
 
SQL Server 2000 Research Series - Transact SQL
SQL Server 2000 Research Series - Transact SQLSQL Server 2000 Research Series - Transact SQL
SQL Server 2000 Research Series - Transact SQL
 
SQL Server 2008 Highlights
SQL Server 2008 HighlightsSQL Server 2008 Highlights
SQL Server 2008 Highlights
 
SQL Server 2000 Research Series - Essential Knowledge
SQL Server 2000 Research Series - Essential KnowledgeSQL Server 2000 Research Series - Essential Knowledge
SQL Server 2000 Research Series - Essential Knowledge
 
What's New for Data?
What's New for Data?What's New for Data?
What's New for Data?
 
Back2 Basic Tools
Back2 Basic ToolsBack2 Basic Tools
Back2 Basic Tools
 

Mehr von Umar Ali

Difference between wcf and asp.net web api
Difference between wcf and asp.net web apiDifference between wcf and asp.net web api
Difference between wcf and asp.net web apiUmar Ali
 
Difference between ActionResult() and ViewResult()
Difference between ActionResult() and ViewResult()Difference between ActionResult() and ViewResult()
Difference between ActionResult() and ViewResult()Umar Ali
 
Difference between asp.net mvc 3 and asp.net mvc 4
Difference between asp.net mvc 3 and asp.net mvc 4Difference between asp.net mvc 3 and asp.net mvc 4
Difference between asp.net mvc 3 and asp.net mvc 4Umar Ali
 
Difference between asp.net web api and asp.net mvc
Difference between asp.net web api and asp.net mvcDifference between asp.net web api and asp.net mvc
Difference between asp.net web api and asp.net mvcUmar Ali
 
Difference between asp.net web forms and asp.net mvc
Difference between asp.net web forms and asp.net mvcDifference between asp.net web forms and asp.net mvc
Difference between asp.net web forms and asp.net mvcUmar Ali
 
ASP.NET MVC difference between questions list 1
ASP.NET MVC difference between questions list 1ASP.NET MVC difference between questions list 1
ASP.NET MVC difference between questions list 1Umar Ali
 
Link checkers 1
Link checkers 1Link checkers 1
Link checkers 1Umar Ali
 
Affiliate Networks Sites-1
Affiliate Networks Sites-1Affiliate Networks Sites-1
Affiliate Networks Sites-1Umar Ali
 
Technical Video Training Sites- 1
Technical Video Training Sites- 1Technical Video Training Sites- 1
Technical Video Training Sites- 1Umar Ali
 
US News Sites- 1
US News Sites- 1 US News Sites- 1
US News Sites- 1 Umar Ali
 
How to create user friendly file hosting link sites
How to create user friendly file hosting link sitesHow to create user friendly file hosting link sites
How to create user friendly file hosting link sitesUmar Ali
 
Weak hadiths in tamil
Weak hadiths in tamilWeak hadiths in tamil
Weak hadiths in tamilUmar Ali
 
Bulughul Maram in tamil
Bulughul Maram in tamilBulughul Maram in tamil
Bulughul Maram in tamilUmar Ali
 
Asp.net website usage and job trends
Asp.net website usage and job trendsAsp.net website usage and job trends
Asp.net website usage and job trendsUmar Ali
 
Indian news sites- 1
Indian news sites- 1 Indian news sites- 1
Indian news sites- 1 Umar Ali
 
Photo sharing sites- 1
Photo sharing sites- 1 Photo sharing sites- 1
Photo sharing sites- 1 Umar Ali
 
File hosting search engines
File hosting search enginesFile hosting search engines
File hosting search enginesUmar Ali
 
Ajax difference faqs compiled- 1
Ajax difference  faqs compiled- 1Ajax difference  faqs compiled- 1
Ajax difference faqs compiled- 1Umar Ali
 
ADO.NET difference faqs compiled- 1
ADO.NET difference  faqs compiled- 1ADO.NET difference  faqs compiled- 1
ADO.NET difference faqs compiled- 1Umar Ali
 
Dotnet differences compiled -1
Dotnet differences compiled -1Dotnet differences compiled -1
Dotnet differences compiled -1Umar Ali
 

Mehr von Umar Ali (20)

Difference between wcf and asp.net web api
Difference between wcf and asp.net web apiDifference between wcf and asp.net web api
Difference between wcf and asp.net web api
 
Difference between ActionResult() and ViewResult()
Difference between ActionResult() and ViewResult()Difference between ActionResult() and ViewResult()
Difference between ActionResult() and ViewResult()
 
Difference between asp.net mvc 3 and asp.net mvc 4
Difference between asp.net mvc 3 and asp.net mvc 4Difference between asp.net mvc 3 and asp.net mvc 4
Difference between asp.net mvc 3 and asp.net mvc 4
 
Difference between asp.net web api and asp.net mvc
Difference between asp.net web api and asp.net mvcDifference between asp.net web api and asp.net mvc
Difference between asp.net web api and asp.net mvc
 
Difference between asp.net web forms and asp.net mvc
Difference between asp.net web forms and asp.net mvcDifference between asp.net web forms and asp.net mvc
Difference between asp.net web forms and asp.net mvc
 
ASP.NET MVC difference between questions list 1
ASP.NET MVC difference between questions list 1ASP.NET MVC difference between questions list 1
ASP.NET MVC difference between questions list 1
 
Link checkers 1
Link checkers 1Link checkers 1
Link checkers 1
 
Affiliate Networks Sites-1
Affiliate Networks Sites-1Affiliate Networks Sites-1
Affiliate Networks Sites-1
 
Technical Video Training Sites- 1
Technical Video Training Sites- 1Technical Video Training Sites- 1
Technical Video Training Sites- 1
 
US News Sites- 1
US News Sites- 1 US News Sites- 1
US News Sites- 1
 
How to create user friendly file hosting link sites
How to create user friendly file hosting link sitesHow to create user friendly file hosting link sites
How to create user friendly file hosting link sites
 
Weak hadiths in tamil
Weak hadiths in tamilWeak hadiths in tamil
Weak hadiths in tamil
 
Bulughul Maram in tamil
Bulughul Maram in tamilBulughul Maram in tamil
Bulughul Maram in tamil
 
Asp.net website usage and job trends
Asp.net website usage and job trendsAsp.net website usage and job trends
Asp.net website usage and job trends
 
Indian news sites- 1
Indian news sites- 1 Indian news sites- 1
Indian news sites- 1
 
Photo sharing sites- 1
Photo sharing sites- 1 Photo sharing sites- 1
Photo sharing sites- 1
 
File hosting search engines
File hosting search enginesFile hosting search engines
File hosting search engines
 
Ajax difference faqs compiled- 1
Ajax difference  faqs compiled- 1Ajax difference  faqs compiled- 1
Ajax difference faqs compiled- 1
 
ADO.NET difference faqs compiled- 1
ADO.NET difference  faqs compiled- 1ADO.NET difference  faqs compiled- 1
ADO.NET difference faqs compiled- 1
 
Dotnet differences compiled -1
Dotnet differences compiled -1Dotnet differences compiled -1
Dotnet differences compiled -1
 

Kürzlich hochgeladen

Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 

Kürzlich hochgeladen (20)

Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 

Difference between sql server 2008 and sql server 2012

  • 1. 1.Difference between SQL Server 2008 and SQL Server 2012 S.No SQL Server 2008 SQL Server 2012 1 The Maximum number concurrent SQL server 2012 has unlimited connections to SQL Server 2008 concurrent connections. is 32767. 2 The SQL Server 2008 uses 27 bit The SQL Server 2012 uses 48 bit bit precision for spatial precision for spatial calculations calculations. 3 TRY_CONVERT() and TRY_CONVERT() and FORMAT() FORMAT() functions are not functions are newly included in SQL available in SQL Server 2008 Server 2012 4 ORDER BY Clause does not ORDER BY Clause now have have OFFSET / FETCH options OFFSET / FETCH options to use as in SQL Server 2012 paging to show required rows per page in applications and allow the user to scroll through each page of results rather than download the entire set In the sample query below, SQL Server would return 10 records beginning with record 11. The OFFSET command provides a starting point for the SELECT statement in terms of paging, and the FETCH command provides how many records to return at a time. SELECT BusinessEntityID, FirstName, LastName FROM Person.Person ORDER BY BusinessEntityID OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY; 5 SQL Server 2008 is code named SQL Server 2012 is code named as as Katmai. Denali In SQL Server 2008, audit is an In SQL Server 2012,support for server Enterprise-only feature. Only auditing is expanded to include all available in Enterprise, editions of SQL Server. Evaluation, and Developer Edition. 7 Sequence is not available in SQL Sequence is included in SQL Server Server 2008 2012.Sequence is a user defined object that generates a sequence of a number.
  • 2. Here is an example using Sequence. /****** Create Sequence Object ******/ CREATE SEQUENCE MySequence START WITH 1 INCREMENT BY 1; /****** Create Temp Table ******/ DECLARE @Person TABLE ( ID int NOT NULL PRIMARY KEY, FullName nvarchar(100) NOT NULL ); /****** Insert Some Data ******/ INSERT @Person (ID, FullName) VALUES (NEXT VALUE FOR MySequence, 'Umar Ali'), (NEXT VALUE FOR MySequence, 'John Peter'), (NEXT VALUE FOR MySequence, 'Mohamed Iqbal'); /****** Show the Data ******/ SELECT * FROM @Person; The results would look like this: ID FullName 1 Umar Ali 2 John Peter 3 Mohamed Iqbal 8 The Full Text Search in SQL The Full Text Search in SQL Server Server 2008 does not allow us to 2012 has been enhanced by allowing search and index data stored in us to search and index data stored in extended properties or metadata. extended properties or metadata. Consider a PDF document that has "properties" filled in like Name, Type, Folder path, Size, Date Created, etc. In the newest release of SQL Server, this data could be indexes and searched along with the data in the document itself. The data does have to be exposed to work, but it's possible now. 9 Analysis Services in SQL Server Analysis Services will include a new does not have BI Semantic Model BI Semantic Model (BISM). BISM is a
  • 3. (BISM) concept. 3-layer model that includes: Data Model Business Logic Data Access BISM will enhance Microsoft's front end analysis experiencing including Excel, Reporting Services and SharePoint Insights. Microsoft has said that BISM is not a replacement for the current BI Models but more of an alternative model. In simple terms, BISM is a relation model that includes BI artifact such as KPIs and hierarchies. For more references on SQL Server 2012 Features, please have a look at the below links, http://social.technet.microsoft.com/wiki/contents/articles/3783.what-s-new-in-sql-server-2012-en- us.aspx http://beyondrelational.com/modules/4/whatisnew/361/what-is-new-in-sql-server-2012-denali.aspx? tab=tags&tn=category http://blogs.technet.com/b/dataplatforminsider/archive/2011/11/01/my-top-5-sql-server-2012- features-by-aaron-bertrand-guest-blogger.aspx And, further updates on difference between questions and answers, please visit my blog @ http://onlydifferencefaqs.blogspot.in/