Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Articles with tag
xml
Search for
any
content tagged
xml
<< Previous 20
Items 21 to 40 of 191
Next 20 >>
Basics of XML and SQL Server, Part 2: Shredding XML
In Part 2 of this series we will shred an XML document and insert its records into a SQL Server table using both the OpenXML and XQuery methods.
Read more...
By
Stan Kulp
2012/03/14
|
Source:
SQLServerCentral.com
|
Category:
xml
Rating:
|
Discuss
|
Briefcase
|
9,542 reads
Basics of XML and SQL Server, Part 1: Streaming XML
This article demonstrates how to generate an XML stream from SQL Server using the 'FOR XML PATH' statement, and how to explore that XML stream interactively using an XSL transformation.
Read more...
By
Stan Kulp
2012/03/07
|
Source:
SQLServerCentral.com
|
Category:
xml
Rating:
|
Discuss
|
Briefcase
|
6,284 reads
Converting String Data to XML and XML to String Data
In general XML documents or fragments are held in strings as text markup. In SQL Server, XML variables and columns are instead tokenised to allow rapid access to the data within. This is fine, but can cause some odd problems, such as ' entitization'. What do you do if you need to preserve the formatting? As usual Rob Sheldon comes to our aid.
Read more...
By
Additional Articles
2012/02/07
|
Source:
SimpleTalk
|
Category:
xml
Rating:
Rate this
|
Briefcase
|
3,408 reads
Using XML to pass lists as parameters in SQL Server
Every so often, the question comes up on forums of how to pass a list as a parameter to a SQL procedure or function. Phil Factor provides some examples using XML, and tests them against other popular methods.
Read more...
By
Additional Articles
2012/01/26
|
Source:
SimpleTalk
|
Category:
xml
Rating:
Rate this
|
Briefcase
|
3,490 reads
Incorporating XML into your Database Objects
XML data can become a full participant in a SQL Server Database, and can be used in views, functions, check constraints, computed columns and defaults. Views and table-valued functions can be used to provide a tabular view of XML data that can be used in SQL Expressions. Robert Sheldon explains how.
Read more...
By
Additional Articles
2012/01/20
|
Source:
SimpleTalk
|
Category:
xml
Rating:
Rate this
|
Briefcase
|
2,167 reads
XML-XSL Transformations in SQL Server
With the release of Master Data Services (MDS) for SQL Server 2008R2, it is now possible to perform XML transformations on the database server.
Read more...
By
Cem Güler
2012/01/04
|
Source:
SQLServerCentral.com
|
Category:
mds
Rating:
|
Discuss
|
Briefcase
|
2,506 reads
The XML Methods in SQL Server
The XML Data type has definite uses, but the way of interrogating, retrieving, and manipulating the values of properties and attributes within XML have been so foreign to the SQL language as to be somewhat of a barrier to their use. Fortunately, Robert Sheldon has once more managed to make the subject accessible to those of us who just need to get the job done.
Read more...
By
Additional Articles
2012/01/03
|
Source:
SimpleTalk
|
Category:
xml
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,293 reads
Managing Data Dictionaries in DW and DSS Database Applications
Second in the series of tools & techniques to help manage aspects Of Enterprise BI implementation.
Read more...
By
Frank A. Banin
2011/12/20
|
Source:
SQLServerCentral.com
|
Category:
bi
Rating:
|
Discuss
|
Briefcase
|
5,122 reads
Working with the XML Data Type in SQL Server
The XML data type, introduced in SQL Server 2005, is a powerful construct. When used wisely, it can provide useful extensions to SQL Server. Robert Sheldon, in the first part of a series, describes how create and index a XML column in a table, and discusses when you should consider using an XML data type.
Read more...
By
Additional Articles
2011/12/02
|
Source:
SimpleTalk
|
Category:
xml
Rating:
Rate this
|
Briefcase
|
2,850 reads
XML Configuration files in SQL Server Integration Services
Package configuration files are a great way of providing the values of SSIS package properties so that packages can be used in a far more versatile way. They make the deployment of SSIS packages easier and can provide parameters that are based on the server configuration, or which change for each runtime. They're easy to understand, especially when explained by Rob Sheldon.
Read more...
By
Additional Articles
2011/08/25
|
Source:
SimpleTalk
|
Category:
xml
Rating:
Rate this
|
Briefcase
|
2,253 reads
SQL Peer-to-Peer Dynamic Structured Data Processing Collaboration
Unstructured and XML semi-structured data is now used more than structured data. But fixed structured data still keeps businesses running day in and day out, which requires consistent predictable highly principled processing for correct results. For this reason, it would be very useful to have a general purpose SQL peer-to-peer collaboration capability that can utilize highly principled hierarchical data processing and its flexible and advanced structured processing to support dynamically structured data and its dynamic structured processing. This flexible dynamic structured processing can change the structure of the data as necessary for the required processing while preserving the relational and hierarchical data principles. This processing will perform freely across remote unrelated peer locations anytime and transparently process unpredictable and unknown structured data and data type changes automatically for immediate processing using automatic metadata maintenance.
Read more...
By
Additional Articles
2011/06/21
|
Source:
Other
|
Category:
soa
Rating:
Rate this
|
Briefcase
|
1,937 reads
SQL Transparent Hierarchical Processing of Relational, XML and IMS Data
The SQL-92 standard introduced the LEFT Outer Join operation which offers a powerful alternative to standard relational processing to perform full hierarchical processing naturally and inherently. This enables SQL to transparently integrate relational data with XML, IMS and other forms of legacy hierarchical data. This can also allow the so far overlooked integration of IMS and legacy data with the Internet and XML, and visa versa.
Read more...
By
Additional Articles
2011/04/15
|
Source:
Other
|
Category:
xml
Rating:
Rate this
|
Briefcase
|
3,294 reads
XQuery for the Non-Expert – @Variable Use
Talk to the Experts In a previous post, I discussed the exist() method as part of the XQuery for the Non-Expert...
Read more...
By
StrateSQL
2011/01/20
|
Source:
SQLServerCentral.com
|
Category:
blogs
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,002 reads
Loading XML Data into SQL Server (SQL Spackle)
Learn how to load data in an XML file into a table in SQL Server.
Read more...
By
Wayne Sheffield
2011/01/03
|
Source:
SQLServerCentral.com
|
Category:
xml
Rating:
|
Discuss
|
Briefcase
|
11,928 reads
Working with null values in SQL XML
We all know NULL values must be dealt with carefully in T-SQL, but how exactly do you best deal with them in SQL XML?
Read more...
By
Richard Rozema
2010/10/26
|
Source:
SQLServerCentral.com
|
Category:
null
Rating:
|
Discuss
|
Briefcase
|
6,174 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
2010/10/22 (first published: 2009/08/25)
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
17,838 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
2010/10/15 (first published: 2009/08/18)
|
Source:
SQLServerCentral.com
|
Category:
comma seperated
Rating:
|
Discuss
|
Briefcase
|
27,216 reads
Scripts to use XML to insert and update rows in a SQL Server table
The following production code is what I used for inserting and updating database tables using XML as the input. These scripts are for processing data for any table to insert or update data. The support functions provided, retrieve the table schema with their data types, functions to deal with XML dates, primary keys of the table and what fields can be updated. The following article breaks down this process from beginning to end.
Read more...
By
Additional Articles
2010/10/06
|
Source:
MSSQLTips.com
|
Category:
xml
Rating:
Rate this
|
Briefcase
|
4,339 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
2010/09/03 (first published: 2008/04/23)
|
Source:
SQLServerCentral.com
|
Category:
integration services (ssis)
Rating:
|
Discuss
|
Briefcase
|
51,349 reads
SQL Server 2008 Table Valued Parameters Performance
An article from Scott Zurolo tests the terformance of SQL Server 2008 Table Valued Parameters against more traditional methods of updating many rows at once.
Read more...
By
Scott Zurolo
2010/07/08
|
Source:
SQLServerCentral.com
|
Category:
tvp
Rating:
|
Discuss
|
Briefcase
|
9,317 reads
<< Previous 20
Items 21 to 40 of 191
Next 20 >>
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.