Community-Credit.com
|
NonProfitWays.com
|
SOAPitstop.com
Skin:
Fiery Red
Mello Blue
Purple Passion
The Green Stuff
Grey Flannel
User: Not logged in
Hot Links
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
Menu
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
My Pitstop
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
HeadGeek
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics
Articles
ADO.NET (24)
RDF (28)
WebService (223)
XMLHTTP (3)
Database (25)
RSS (29)
WML (95)
XMPP (9)
Debugging (29)
SAX (56)
WSDL (80)
XPath (78)
DIME (14)
Schema (45)
XAML (5)
XPointer (12)
DOM (56)
SMIL (38)
XBRL (64)
XQL (24)
DTD (23)
SOA (8)
XForms (92)
XQuery (72)
ebXML (56)
SOAP (135)
XHTML (111)
XSchema (30)
Flash (12)
SQL (16)
XLL (1)
XSL (423)
Java (75)
SQLXML (141)
XML (776)
XSL-FO (28)
MathML (11)
SVG (56)
XML.NET (86)
XSQL (6)
Oracle (29)
VoiceXML (82)
XMLA (1)
XUL (13)
Pattern (3)
WebDAV (17)
Total Articles: 3,240
sqlxml Articles
Prev
Next
1
2
3
4
5
6
7
8
XPath Navigation Holding Back the SQL/XML Database Industry
This article was published on Ken North’s SQL Summit Site, Jan 18, 2008. It identifies the advantages that are gained from navigationless XML access and processing for XML databases. XML was designed for markup with its hierarchical relationships that exceed standard database hierarchical relationships and principles. Standard database processing with its more limited standard hierarchical relationships and rigid hierarchical principles can be processed without manual user navigationl allowing it to support more complex full multi-leg hierarchical processing. This article explains these powerful additional capabilities.
Type: SQLXML #Views: 82 Category: Article
Where is the Query in XQuery
This article points out the important query characteristics missing from XQuery. It does this by comparing XQuery to SQLfX®, an ANSI SQL transparent hierarchical XML query processor. It was published in the Data Administration Newsletter (TDAN) on July 1, 2008.
Type: SQLXML #Views: 92 Category: Article
Michael Rys on XML in SQL Server 2005
SQL Server 2005 includes deep XML integration, including a native, indexed XML datatype along with commands that accept or return XML. Tim Anderson interviews Dr Michael Rys about the thinking behind the new features along with guidance on when to use them.
Type: SQLXML #Views: 996 Category: Article
On the Edge
Search XML open content with an edge table. Edge tables can help you find data that's hidden in XML open content.
Type: SQLXML #Views: 819 Category: Article
OpenXML's @mp:id Meta-property
Inserting hierarchical data from an XML document into relational tables that have primary key/foreign key relationships can be difficult. Read on to see how you can use OpenXML's @mp:id meta-property to overcome the challenge.
Type: SQLXML #Views: 1087 Category: Article
SQL/XML Tutorial
An introduction to SQL/XML, an extension of SQL that is part of ANSI/ISO SQL 2003. It lets SQL queries create XML structures with a few powerful XML publishing functions. For a SQL programmer, SQL/XML easy to learn because it involves only a few small additions to the existing SQL language. Since SQL is a mature language, there are a lot of tools and infrastructure for SQL. For instance, SQL/XML uses JDBC to return results, and there is currently no equivalent standard API for XQuery. SQL also has functionality not yet found in XQuery, such as updates or stored procedures.
Type: SQLXML #Views: 1327 Category: Article
Work with XML Data Type in SQL Server 2005 from ADO.NET 2.0
One of the excellent features of the next release of SQL Server, known as SQL Server 2005, is its deep XML integration with the SQL Server database engine. This integration goes well beyond the simple relational-to-XML mapping layer that SQL Server 2000 provided. SQL Server 2005 will feature a native XML data type that will allow you to store native XML data in SQL Server itself.
Type: SQLXML #Views: 1560 Category: Article
Troubleshooting SQL Server XML
If you have problems with SQL Server 2000 XML, review this troubleshooting checklist to find potential solutions.
Type: SQLXML #Views: 1131 Category: Article
XML in SQL Server 2000 and SQLXML
Microsoft® SQL Server™ 2000 (codenamed Shiloh) first introduced native support for XML and HTTP. Since then, to keep up with XML, Web services and .NET advancements, Microsoft has made available add-ons to SQL Server 2000 in the form of SQLXML Web releases. This article begins with explaining the built-in XML and HTTP support in SQL Server 2000 and then it describes the features available in the recent SQLXML Web release (version 3.0, service pack 2).
Type: SQLXML #Views: 2033 Category: Article
XML Best Practices for Microsoft SQL Server 2005
Learn guidelines for XML data modeling and usage in SQL Server 2005, and see illustrative examples.
Type: SQLXML #Views: 1310 Category: Article
XML in SQL Server 2000 and SQLXML
Microsoft® SQL Server™ 2000 (codenamed Shiloh) first introduced native support for XML and HTTP. Since then, to keep up with XML, Web services and .NET advancements, Microsoft has made available add-ons to SQL Server 2000 in the form of SQLXML Web releases. This article begins with explaining the built-in XML and HTTP support in SQL Server 2000 and then it describes the features available in the recent SQLXML Web release (version 3.0, service pack 2).
Type: SQLXML #Views: 1158 Category: Article
XML to SQL: Using SQLXML Bulkload in the .NET Framework
Amar Nalla showcases the Bulkload functionality available in SQLXML, which can be used to transform XML input into SQL data by building a .NET Framework-based application that shreds RSS feed data into a database.
Type: SQLXML #Views: 1193 Category: Article
XML and SQL 2000 (Part 5)
In part 5 of his XML and SQL 2000 series Marcin Policht continues exploring different ways of accessing SQL Server data in the XML format via HTTP.
Type: SQLXML #Views: 1011 Category: Article
XML and SQL 2000 (Part 4)
In the fourth article of the series dealing with XML related features of SQL Server 2000, I will discuss the implications of various configuration options available when using IIS Virtual Directory Management for SQL Server. As described previously, the Settings tab of the Virtual Directory Properties dialog box offers the following choices:
Type: SQLXML #Views: 1319 Category: Article
XML and SQL 2000 (Part 3)
In the third article of this series, we will look into executing T-SQL statements against SQL Server 2000 via HTTP. This functionality is provided by SQLXML component (implemented in the form of SQLISAPI.DLL, which is included as part of SQL Server 2000 installation). The updated versions of this component are available as a separate download from the Microsoft Web Site. By installing this component on the web server, you will be able to associate its virtual directories with individual databases on the SQL server. This allows users to access the databases by using the http://webserver/virtualdirectory path, where webserver is an IP address or name of the Web server and virtualdirectory is the name assigned to the virtual directory. The management of these virtual directories is handled with the IIS Virtual Directory Management for SQL Server tool (for SQLXML version included with SQL Server 2000) or with the Configure IIS Support tool (for downloadable SQLXML 2.0 and 3.0 versions).
Type: SQLXML #Views: 1221 Category: Article
XML Schema for Road Works / Events
The objective of this XML Schema is to improve the dissemination of road works and other highways related information between local government, central government, emergency services and the media with an e-GIF compliant XML schema. The XML Schema defines a message to serve parties that send and/or receive information about a Road Event or Road Work. The message details the current state of an event. The message can describe potential future events, by indicating start time and end time.
Type: SQLXML #Views: 915 Category: Article
XML Best Practices for Microsoft SQL Server 2005
Learn guidelines for XML data modeling and usage in SQL Server 2005, and see illustrative examples.
Type: SQLXML #Views: 911 Category: Article
XML Support in Transact-SQL
XML offers exceptional performance advantage over other ways of exchanging data. Want to know more? In this article, Baya Pavliashvili gives you a brief overview of XML components, and introduces you to Transact-SQL XML extensions.
Type: SQLXML #Views: 1146 Category: Article
Store and Retrieve XML-based Business Objects with SQL Server and .NET (Part II)
Improve performance and gain convenience by using custom business objects serialized to and from XML rather than forcing your presentation-tier developers to work directly with DataSets.
Type: SQLXML #Views: 907 Category: Article
Build an XML Data Extension for SQL Server Reporting Services
Get to know the main features of SQL Server Reporting Services and learn how to extend it with an XML Data Provider Extension.
Type: SQLXML #Views: 723 Category: Article
Prev
Next
1
2
3
4
5
6
7
8
Featured Products
Fans of "The Office"
Dwight Bobbleheads are here!
“It's me! I'm the bobblehead! Yes!”
Advertise on XMLPitstop
Our Sponsors
Advertise on XMLPitstop
Partners
Friends
EggHead Cafe
Web Servicee development
DotNetSlackers
Canon compatible cartridges
conference call service
spoc
it outsourcing
chicago web design
Registro de Dominios
Web Hosting UK
Samsung Security Camera DVR
Christian Dior sunglasses
Video Surveillance
Hosted Exchange, SDSL
Statistics
2,893 Total Members
19 members(last 30 days)
5 members(last 7 days)
0 members(today)
1,922 Total Discussions
10 Posts(last 30 days)
1 Posts(last 7 days)
0 Posts(today)
47,487 Total Blog Posts
0 Blogs(last 30 days)
0 Blogs(last 7 days)
0 Blogs(today)
8,699 Newsgroup Posts
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)
14,075 Total Resources
11 Resources(last 30 days)
0 Resources(last 7 days)
0 Resources(today)
David Silverlight's XMLPitstop.com
| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139