Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
Articles with tag
XML
Refine your search with one of the following additional tags (with number of items):
Miscellaneous
(32)
XSD
(3)
Backup and Recovery
(1)
LINQ
(1)
Basics
(28)
Administration
(2)
Basic Querying
(1)
parameters
(1)
T-SQL
(15)
ASP
(2)
Blogs
(1)
Parsing
(1)
SQL Server 2005
(10)
Auditing
(2)
Bulk import
(1)
Replication
(1)
OpenXML
(9)
Comma seperated
(2)
computed column
(1)
Scalability
(1)
Programming
(8)
Database Design
(2)
Configuring
(1)
sebastian
(1)
SQL Server 7, 2000
(7)
Delimited Strings
(2)
cross apply
(1)
Showplan
(1)
XSL
(7)
Monitoring
(2)
Development
(1)
Sparse Columns
(1)
Stored Procedures
(5)
Namespaces
(2)
Distributed Queries
(1)
split string
(1)
Performance Tuning
(4)
parsing delimited string
(2)
Documenting Code
(1)
SQL Server 2005 - SSIS
(1)
Schemas/DTDs
(4)
Reporting Services (SSRS)
(2)
DTS
(1)
SQL Server 2008
(1)
SS2K5 - XML
(4)
Security
(2)
Email
(1)
SQL XML
(1)
UpdateGrams
(4)
Strategies
(2)
English Query
(1)
SQLCLR
(1)
Visual Basic 6
(4)
Triggers
(2)
FOR XML
(1)
Stored Procedure
(1)
ADO
(3)
XQUERY
(2)
Hierarchies
(1)
System Development Life Cycle
(1)
Integration Services (SSIS)
(3)
ADO.NET
(1)
Indexing
(1)
User Defined Function (UDF)
(1)
News
(3)
Advanced Querying
(1)
Installation
(1)
XML Example
(1)
String Manipulation
(3)
Atom
(1)
KML
(1)
XML tutorial
(1)
web service
(3)
Search for
any
content tagged
XML
Items 1 to 20 of 130
Next 20 >>
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,568 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
|
373 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,165 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,087 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,540 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
|
12,968 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,592 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,318 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,807 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,594 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,270 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
|
8,989 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,597 reads
Comparing Files from Different Folders Using SQL Server and XML
Sometimes there is a need to process files in a folder, but first you need to determine which files need to be processed compared to older files that have already been processed. There are several ways that this can be done, but in this tip I show you a way this can be done using SQL Server and XML.
Read more...
By
Additional Articles
2009/05/19
|
Source:
MSSQLTips.com
|
Category:
Administration
Rating:
Rate this
|
Briefcase
|
1,583 reads
Imaginative Auditing with Rollback (Undo) and RollForward (Redo) Part II
Continuing with his series on using auditing information to roll transactions forward or back, David McKinney shows us how to generate audit triggers using XML.
Read more...
By
David McKinney
2009/05/18
|
Source:
SQLServerCentral.com
|
Category:
XML
Rating:
|
Discuss
|
Briefcase
|
3,231 reads
Overview of Native XML Web Services for Microsoft SQL Server 2005
Get an overview of how to set up and use XML Web Services using SOAP/HTTP inside SQL Server 2005 (formerly known as "Yukon"). Illustrative examples are included. To get the most from this paper, you should have a basic understanding of Web service technologies including HTTP, SOAP, and WSDL.
Read more...
By
Additional Articles
2009/05/15
|
Source:
TechNet
|
Category:
XML
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,248 reads
XML Data Modification Language Workbench
XML Data Modification Language (XML DML) allows you to modify and update XML data. When working with SQL Server Databases, this is the most efficient way to modify elements in an XML column, yet the techniques of using XML-DML have not been well, or simply, described - up until now. Robert Sheldon presents a practical workbench to show the various modify methods
Read more...
By
Additional Articles
2009/05/14
|
Source:
SimpleTalk
|
Category:
XML
Rating:
Rate this
|
Briefcase
|
1,123 reads
Using Web Service and XML Tasks in SQL Server 2008 Integration Services
Follow a detailed walkthrough of using the Web Service Task to connect to a web service and return an XML result.
Read more...
By
Additional Articles
2009/04/27
|
Source:
SQL Server Performance
|
Category:
Integration Services (SSIS)
Rating:
Rate this
|
Briefcase
|
1,536 reads
Using FOR XML clause to generate KML
Creating KML files for many of the GIS applications such as Google Earth can be an easy and rich part of your business intelligence efforts
Read more...
By
Robert Green
2009/03/30
|
Source:
SQLServerCentral.com
|
Category:
FOR XML
Rating:
|
Discuss
|
Briefcase
|
6,214 reads
Processing XML files with SQL Server functions
Loading and processing XML files into SQL Server tables can be simple, thanks to a method that uses SQL Server functions and XPath expressions.
Read more...
By
Additional Articles
2009/03/02
|
Source:
SearchSQLServer
|
Category:
XML
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,182 reads
Items 1 to 20 of 130
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
|
8,989 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,318 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,678 reads
Copyright © 2002-2009 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use