Community-Credit.com | NonProfitWays.com | SOAPitstop.com   Skin:   
      User: Not logged in 
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
 
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
 
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
 
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics


Articles

 ADO.NET (128)  Pattern (3)  WebDAV (17)  XMLHTTP (3)
 Database (34)  RDF (28)  WebService (230)  XMPP (9)
 Debugging (29)  RSS (29)  WML (95)  XPath (78)
 DIME (14)  SAX (56)  WSDL (80)  XPointer (12)
 DOM (56)  Schema (45)  XAML (5)  XQL (24)
 DTD (23)  SMIL (38)  XBRL (64)  XQuery (72)
 ebXML (56)  SOA (9)  XForms (92)  XSchema (30)
 Flash (12)  SOAP (136)  XHTML (111)  XSL (423)
 Humor (1)  SQL (16)  XLL (1)  XSL-FO (29)
 Java (76)  SQLXML (142)  XML (779)  XSQL (6)
 MathML (11)  SVG (56)  XML.NET (86)  XUL (13)
 Oracle (29)  VoiceXML (82)  XMLA (1)

Total Articles: 3,369

 


sqlxml Articles
Prev Next
1 2 3 4 5 6 7 8
 
Controlling Hierarchical Structure Processing From SQL
This article presents advanced hierarchical processing operations possible with ANSI SQL. They include: multipath processing; heterogeneous structure integration; structure data mashups; hierarchical data filtering; and dynamic structured XML output.

Type: SQLXML  #Views: 268  Category: Article    

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: 1925  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: 748  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: 2792  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: 2650  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: 2466  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: 2999  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: 2431  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: 1770  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: 2893  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: 2118  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: 1791  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: 2398  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: 1667  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: 1955  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: 1877  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: 1442  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: 1387  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: 1834  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: 1324  Category: Article    

Prev Next
1 2 3 4 5 6 7 8


Fans of "The Office"
Dwight Bobbleheads are here!

  “It's me! I'm the bobblehead! Yes!”



Advertise on XMLPitstop

Advertise on XMLPitstop


EggHead Cafe
Web Servicee development
DotNetSlackers
Canon compatible cartridges
conference call service
spoc
it outsourcing
chicago web design
Alojamiento Web
UK Web Hosting
Samsung Security Camera DVR
Christian Dior sunglasses
Video Surveillance
Hosted Exchange, SDSL

4,312 Total Members
6 members(last 30 days)
1 members(last 7 days)
0 members(today)

1,953 Total Discussions
0 Posts(last 30 days)
0 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,253 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