MS SQL Server
  Home arrow MS SQL Server arrow Page 3 - SQL Server 2005: What's New?
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
ASP Web Hosting  
ASP.NET Web Hosting 
Dedicated Servers 
Moblin 
JMSL Numerical Library 
Windows Web Hosting
 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
MS SQL SERVER

SQL Server 2005: What's New?
By: David Fells
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 32
    2004-12-07

    Table of Contents:
  • SQL Server 2005: What's New?
  • PIVOT and UNPIVIT Operators
  • XML Data Type
  • SQL Management Objects (SMO)
  • CLR Integration

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    SQL Server 2005: What's New? - XML Data Type


    (Page 3 of 5 )

    Standard SQL supports only simple scalar datatypes. XML, on the other hand, is capable of modeling any type of data. The XML datatype allows you to store XML in the database as a supported data type, as opposed to simply storing it as a string.

    With the XML data type, you can query, validate, and modify the contents of an XML document in the CML data type. It "integrates traditional, relational data with data in unstructured or semi-structured XML documents in ways that are not possible with SQL Server 2000." I have to take issue with this because SQL is about data storage and retrieval. SQL is not about data processing, especially not XML processing. I'll talk of this more later in the article.

    FOR XML and OPENXML Operators, XQuery Support

    These allow you to operate on XML data in a tabular format in queries. If you intend to take advantage of the XML data type, you will need to be familiar with these. In combination with these you will use the XQuery support built into Yukon, taking advantage of the methods query(), exist(), value(), nodes(), and modify().

    All together, these methods offer the core functionality of XQuery to find and return information from an XML document. Again, if you are a database purist - or more importantly a tiered architecture purist - you will not find yourself using these features often, but for quick and dirty XML solutions these features could be useful.

    Next on the tour are the new management and security features. SQL Server made leaps and bounds from version 7.0 to version 2000 in terms of ease of administration, adding support for a wide variety of system notifications and tight integration with the operating systems logging and notification faculties. SQL Server 2005 offers some new management features with SQL Management Objects (SMO), which is the logical continuation of SQL-DMO. It also brings some enhancements to notification, mobile services and security, which I will cover in this area along with SMO.

    More MS SQL Server Articles
    More By David Fells


       · That's simple, with XML support included you can extend you simple relational...
       · In one sentence you yell that not every solution is right for every problem. Next...
     

    MS SQL SERVER ARTICLES

    - Completing the Introduction to Transact-SQL
    - A Brief Introduction to Transact-SQL
    - Lookups and Blocking Bad Data
    - Field Validation Rules for Blocking Bad Data
    - Using Masks to Block Bad Data
    - Blocking Bad Data
    - Using @@ROWCOUNT and TABLE Variables for Dat...
    - How to Use Variables, IF and CASE in Databas...
    - Creating Important Aspects of Notification S...
    - Working wth Variables in Database Interactio...
    - Delving Deeper into Notification Services
    - Notification Services
    - Building a Multi-table Report with SQL 2005 ...
    - A Secure Way of Building Connection Strings
    - Transferring a Database Using the SSIS Desig...





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway