Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Wednesday, May 16, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > XML > XML and SQL 2000
Search
DevASP

What's New
What's Hot

SQL Server 2005 XQuery and XML-DML - Part 1       
Total Hits: 275  |  Today: 0 Author: Alex Homer       Rating:  
Read Reviews | Write Review |              Your Rating: 

Ever since the mid 90’s, as XML has evolved to become the optimum way to share, transport and persist data, developers have sought efficient ways to store, manipulate and generally take advantage of its capabilities. Increasingly fast and easy-to-use XML parsers have been developed, transport protocols such as SOAP have been used to implement Web Services around XML, and many applications, tools and programming libraries now include features to import and export their data as XML....

SQL Server 2005 XQuery and XML-DML - Part 3       
Total Hits: 139  |  Today: 0 Author: Alex Homer       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is the third and final article in a series of three that look at how the latest version of Microsoft’s enterprise-level database, SQL Server 2005, now offers great support and close integration with XML as a data persistence format. This includes new ways to validate, store and query XML documents that are stored within the database. SQL Server 2005 provides native support for XML that can vastly improve application performance, while supporting robust and safe multi-user access to the data...

SQL XML - Working with tables with unknown columns       
Total Hits: 372  |  Today: 1 Author: ABitSmart       Rating:  
Read Reviews | Write Review |              Your Rating: 

SQL XML enables you to convert the from a stored procedure/user defined function into XML format. Using this functionality, you can work with stored procedures or functions without needing to know the table column information being returned....

Making Sense of the XML DataType in SQL Server 2005       
Total Hits: 250  |  Today: 0 Author: Shawn Wildermuth       Rating:  
Read Reviews | Write Review |              Your Rating: 

As database developers, many of us have had to dip our feet into the wide ocean of XML.
It should come as good news that in SQL Server 2005, you can store XML in the database with a new XML datatype. Although this is good news, many developers have been storing XML in the database for some time now. Even without implicit support for XML, developers have been shoving XML documents into text fields since XML's inception...

XML-ify your stored procedures       
Total Hits: 354  |  Today: 0 Author: Jimmy Nilsson       Rating:  
Read Reviews | Write Review |              Your Rating: 

Not all of the XML support in SQL Server 2000 is useful in real world applications in my opinion. I'm thinking of the possibility to send queries to SQL Server by HTTP and receive the answer as XML documents. The security problems with that seem to be huge in the current version. (For example, your database schema will be more or less public to your users and they can easily learn to do similar things directly with your database, as you are doing with your "behind-the-scenes" HTTP calls.)...

XML and SQL Server 2000 Integration       
Total Hits: 753  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Covering the new XML support added to SQL Server 2000. In particular, you will learn about XML recordsets, URL based queries, XML views/schemas, and how the addition of XSLT transformations can greatly simplify the delivery of XML data to disparate targets....

XML-ify your stored procedures       
Total Hits: 488  |  Today: 0 Author: Jimmy Nilsson       Rating:  
Read Reviews | Write Review |              Your Rating: 

Designing your stored procedures return and accept XML is a really useful thing to do! We'll cover some of the XML SQL Server 2000 features and discuss using them in your stored procedures. Jimmy Nilsson is the owner of the Swedish consultant company JNSK AB...

Generating XML from SQL database       
Total Hits: 1282  |  Today: 0 Author: Shivani       Rating:  
Read Reviews | Write Review |              Your Rating: 

This sample shows how you can obtain a Dataset from (in this case) a SQL Server database, and then write it out to an XML Document. As an "Extra Added Bonus(tm)", it can show you how to write the schema as well. The SQL Server database in question is the venerable and useful Northwind database....

XML and SQL Server 2000 Integration       
Total Hits: 346  |  Today: 0 Author: Rob Vieira       Rating:  
Read Reviews | Write Review |              Your Rating: 

XML has taken the industry by storm - not only revolutionizing the way that web pages are generated, but also the way that data is exchanged between disparate systems. This session will explain the new XML support added to SQL Server 2000. In particular, you will learn about XML recordsets, URL-based queries, XML views/schemas, and how the addition of XSLT transformations can greatly simplify the delivery of XML data to disparate targets...

Using SQL Server to Implement the Publish-Subscribe Integration Pattern       
Total Hits: 598  |  Today: 0 Author: Jeffrey Juday       Rating:  
Read Reviews | Write Review |              Your Rating: 

Often in software development, a new tool introduces old, reliable, battle-tested techniques to an equally reliable and mature platform. SQL Server 2005 Service Broker is such a technology. Service Broker brings the world of asynchronous messaging to the SQL Server database platform....

Store and Retrieve XML from Databases with XSU       
Total Hits: 412  |  Today: 0 Author: Deepak Vohra       Rating:  
Read Reviews | Write Review |              Your Rating: 

you can think of an XML document as a relational table where the various elements represent columns in a database table. Therefore, by mapping the various elements to a table, you can store XML in relational databases. This mapping process is called XML-to-SQL mapping technology....

OPENXML       
Total Hits: 1198  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

With SQL Server 2000, there are many ways you can get XML representation of relational data. The options include using FOR XML clause with SELECT statement, ADO Recordset's Save method with adPersistXML parameter, etc. It would be nice to have a reverse mechanism, which allows turning XML document into tabular, relational rowset format. The good news is that SQL Server 2000 team thought about this and introduced a new Transact-SQL keyword named OPENXML along with two new supporting system...

SQL Server 2005 XQuery and XML-DML - Part 2       
Total Hits: 83  |  Today: 0 Author: Alex Homer       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is the second in a series of three articles that look at how the latest version of Microsoft’s enterprise-level database, SQL Server 2005, now offers great support and close integration with XML as a data persistence format. This includes new ways to validate, store and query XML documents that are stored within the database. SQL Server 2005 provides native support for XML that can vastly improve application performance, while supporting robust and safe multi-user access to the data contain...


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com