SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag XML Rss

Refine your search with one of the following additional tags (with number of items):

Miscellaneous (32)     XQUERY (3)     Basic Querying (1)     LINQ (1)    
Basics (28)     Administration (2)     Blogs (1)     parameters (1)    
T-SQL (16)     ASP (2)     bulk insert (1)     Parsing (1)    
SQL Server 2005 (12)     Auditing (2)     bulkimport (1)     Replication (1)    
OpenXML (10)     BCP (2)     computed column (1)     Scalability (1)    
Programming (8)     Bulk import (2)     Configuring (1)     sebastian (1)    
SQL Server 7, 2000 (7)     Comma seperated (2)     cross apply (1)     Showplan (1)    
XSL (7)     Database Design (2)     Data Types (1)     Sparse Columns (1)    
Stored Procedures (5)     Delimited Strings (2)     Development (1)     split (1)    
Performance Tuning (4)     Indexing (2)     Distributed Queries (1)     split string (1)    
Schemas/DTDs (4)     Monitoring (2)     Documenting Code (1)     SQL Schema (1)    
SS2K5 - XML (4)     Namespaces (2)     DTS (1)     SQL Server 2005 - SSIS (1)    
String Manipulation (4)     parsing delimited string (2)     Email (1)     SQL XML (1)    
UpdateGrams (4)     Reporting Services (SSRS) (2)     English Query (1)     SQLCLR (1)    
Visual Basic 6 (4)     Security (2)     ETL (1)     Stored Procedure (1)    
XSD (4)     Strategies (2)     Export (1)     System Development Life Cycle (1)    
ADO (3)     Triggers (2)     FOR XML (1)     User Defined Function (UDF) (1)    
Integration Services (SSIS) (3)     ADO.NET (1)     Hierarchies (1)     VBScript (1)    
News (3)     Advanced Querying (1)     import (1)     XML Example (1)    
SQL Server 2008 (3)     Atom (1)     Installation (1)     XML tutorial (1)    
web service (3)     Backup and Recovery (1)     KML (1)     xportxml (1)    
   Items 1 to 20 of 164    Next 20 >>
 

SQL Server 2005 - Work with Flat Files

It's a scripts about working with Flat Files  Read more...
By Luan Moreno M. Maciel 2009/11/03 | Source: SQLServerCentral.com | Category: ETL
Rating: |  Discuss |  Briefcase | 998 reads

Script SQL Table Schema as XML-XSD

When creating XML messages for Service Broker or other applications use this simple method to build a validation XSD.  Read more...
By Brandon Forest 2009/10/28 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 411 reads

XML

By VM-723206 2009/10/23 | Category: XML
Rating: (not yet rated) |  Discuss |  Briefcase | 2,873 reads

Using XML to pass and return values to procs

Tips on parsing and sculpting XML from within a SQL 2005 stored procedure  Read more...
By Steve McRoberts 2009/10/19 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 8,826 reads

Sparse Columns – ConvertSVtoXML & XMLToResv

Not very often I run across something with zero matches in a search engine, but had it happen recently. I had set up a simple demo of a sparse column set and happened to look at the execution plan, was interested to see that the Compute Scalar was backed by ConvertSVtoXML. This was on a select from a table with one row, and then, being a little more curious, updated it with an xml fragment I saw a call to ConvertXMLtoResv. I’d venture that those serve to convert back/forth from XML storage.  Read more...
By Andy Warren 2009/10/15 | Source: SQLServerCentral.com | Category: Blogs
Rating: (not yet rated)  Rate this |  Briefcase | 391 reads

XML Query

By diego.perdices 2009/10/07 | Category: XML
Rating: (not yet rated) |  Discuss |  Briefcase | 2,848 reads

Explore XML Data Type in SQL Server

SQL Server 2005 and 2008 provide native XML data type and provides extensive support for XML data processing. The easy conversion from XML to a relational table provides a way for set-based updates based on user input.   Read more...
By Additional Articles 2009/10/01 | Source: Database Journal | Category: XML
Rating:  Rate this |  Briefcase | 3,198 reads

Sending multiple rows to the Database from an Application: Part II

In part 2 of this series, Mohd Nizamuddin looks at sending multiple rows to the database from an application using XML.  Read more...
By Mohd Nizamuddin 2009/08/25 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 8,124 reads

The Ghost in the Machine

Now that hierarchical data structures are popular again because of XML, their full hierarchical processing is still being limited to flat two dimensional linear path processing by relational processing. This will change when database professionals realize that ANSI SQL relational processing can now support full multipath nonlinear hierarchical processing.  Read more...
By Additional Articles 2009/08/25 | Source: TDAN | Category: XML
Rating:  Rate this |  Briefcase | 2,556 reads

Sending multiple rows to the Database from an Application: Part I

New author Mohd Nizamuddin brings us the start of a series that talks abuot how you can send multiple rows to the database from an application.  Read more...
By Mohd Nizamuddin 2009/08/18 | Source: SQLServerCentral.com | Category: Comma seperated
Rating: |  Discuss |  Briefcase | 13,013 reads

Gain Space Using XML data type

This article is an attempt to explain the application of new XML support in SQL Server 2005 for efficient data storage and performance.  Read more...
By Satish More 2009/08/04 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 3,601 reads

XML Workshop 24 - Modifying XML Documents Using XQuery Part 1

This next few installments of this series from MVP Jacob Sebastian will deal with how to modify XML documents. Part 1 looks at XQUERY.  Read more...
By Jacob Sebastian 2009/07/22 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 4,363 reads

A Generic Process to Convert XML Data - Part 2

Continuing with his series on loading and transforming XML data, Leo Peysakhovich shows how to create the generic process to perform the convesions.  Read more...
By Leo Peysakhovich 2009/07/10 (first published: 2008/08/26) | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 11,833 reads

The New Reality of an Audit Trail

With a continuation of his last article on auditing, Leo Peysakhovich enhances his solution to capture more details using XML.  Read more...
By Leo Peysakhovich 2009/07/08 | Source: SQLServerCentral.com | Category: Auditing
Rating: |  Discuss |  Briefcase | 5,599 reads

Table-Valued Function to Split Strings with Xml

Splits a string using the xml parser.  Read more...
By Oscar D Garcia 2009/07/08 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 677 reads

A Generic Process to Convert XML Data - Part 1

Longtime author Leo Peysakhovich brings us a new series on converting XML data into regular data. This article examines validating the XML data against a schema.  Read more...
By Leo Peysakhovich 2009/07/03 (first published: 2008/08/25) | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 15,304 reads

Export/import relational data across SQL Servers

The XportXML utility, will help you copy relational data (a bunch of related tables) to another SQL Server keeping the relational integrity intact, even when new primary keys are generated.  Read more...
By Ashish Kumar-1095774 2009/07/03 | Source: SQLServerCentral.com | Category: Export
Rating: (not yet rated) |  Discuss |  Briefcase | 854 reads

Split string using XML

Learn how you can split a delimited string in a single query using XML with Divya Agrawal.  Read more...
By Divya Agrawal 2009/06/25 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 9,010 reads

XML

By VM-723206 2009/06/16 | Category: XML
Rating: (not yet rated) |  Discuss |  Briefcase | 3,304 reads

Using the FOR XML Clause to Return Query Results as XML

The FOR XML clause in SQL Server causes a lot of difficulty, mainly because it is rather poorly explained in Books-on-Line. We challenged Bob Sheldon to make it seem simple. Here is his sublime response.  Read more...
By Additional Articles 2009/06/11 | Source: SimpleTalk | Category: XML
Rating:  Rate this |  Briefcase | 2,621 reads
   Items 1 to 20 of 164    Next 20 >>
 
Most popular

Split string using XML

Learn how you can split a delimited string in a single query using XML with Divya Agrawal.  Read more...
By Divya Agrawal 2009/06/25 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 9,010 reads

XML Workshop 24 - Modifying XML Documents Using XQuery Part 1

This next few installments of this series from MVP Jacob Sebastian will deal with how to modify XML documents. Part 1 looks at XQUERY.  Read more...
By Jacob Sebastian 2009/07/22 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 4,363 reads

Sending scheduled SQL query results via HTML e-mail using SSIS

Send SQL query results as HTML-formatted e-mail using SQL Server Integration Services.  Read more...
By Paul Clancy 2009/02/20 (first published: 2008/04/23) | Source: SQLServerCentral.com | Category: Integration Services (SSIS)
Rating: |  Discuss |  Briefcase | 27,794 reads