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
Content with tag
xml
<< Previous 20
Items 21 to 40 of 250
Next 20 >>
XML index
Read more...
By
Ravi Kumar SV
2012/07/17
|
Category:
database design
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
1,955 reads
Shredding a simple xml structure to a single row flat table
I was helping out a user on the forums the other day where they were asking questions about shredding an...
Read more...
By
2012/05/22
|
Source:
SQLServerCentral.com
|
Category:
blogs
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,802 reads
Learn XML
Steve Jones talks about XML and how it will be more and more important for DBAs to understand this in the future.
Read more...
By
Steve Jones
2012/05/03
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
605 reads
Basics of XML and SQL Server, Part 5: Generate/Transmit XML with SSIS
This SSIS package generates XML invoice documents from data stored in SQL Server, then FTPs and/or Emails them to clients.
Read more...
By
Stan Kulp
2012/04/04
|
Source:
SQLServerCentral.com
|
Category:
integration services (ssis)
Rating:
|
Discuss
|
Briefcase
|
6,100 reads
Basics of XML and SQL Server, Part 4: Create an XML invoice with SSIS
This article demonstrates how to build an SSIS package that generates an XML invoice document from data stored in SQL Server and saves it to an XML file.
Read more...
By
Stan Kulp
2012/03/28
|
Source:
SQLServerCentral.com
|
Category:
xml
Rating:
|
Discuss
|
Briefcase
|
2,524 reads
Basics of XML and SQL Server, Part 3: Transform and Shred XML in SSIS
This SSIS package performs multiple XSL transformations on an XML document, then shreds the transformed document and inserts its data into a SQL Server table.
Read more...
By
Stan Kulp
2012/03/21
|
Source:
SQLServerCentral.com
|
Category:
xml
Rating:
|
Discuss
|
Briefcase
|
2,573 reads
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,541 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
Introduction to XML DML (Part 3) - Using the modify() method: delete
This is the last part of a 3 part blog which will attempt to show some different ways of how...
Read more...
By
2012/02/06
|
Source:
SQLServerCentral.com
|
Category:
blogs
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,256 reads
XML to Relational
Read more...
By
Stewart Campbell
2012/01/27
|
Category:
xquery
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,089 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,166 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,504 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,292 reads
FOR XML PATH using node tests in column aliases
I've used SQL to generate countless blobs of xml over the years and one feature that I have come to...
Read more...
By
2011/12/20
|
Source:
SQLServerCentral.com
|
Category:
blogs
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,663 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
Read more...
By
Ryan Barrett
2011/12/01
|
Category:
xml
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,024 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
<< Previous 20
Items 21 to 40 of 250
Next 20 >>
Tags
miscellaneous
(32)
basics
(28)
t-sql
(24)
sql server 2005
(21)
integration services (ssis)
(12)
openxml
(12)
stairway series
(11)
xquery
(9)
programming
(8)
sql server 7
(8)
xsl
(8)
stored procedures
(7)
blogs
(6)
performance tuning
(6)
indexing
(5)
string manipulation
(5)
c#
(4)
schemas/dtds
(4)
updategrams
(4)
visual basic 6
(4)
xsd
(4)
ado
(3)
bulk insert
(3)
database design
(3)
news
(3)
sql server 2008
(3)
vb.net
(3)
web service
(3)
xslt
(3)
administration
(2)
asp
(2)
auditing
(2)
bcp
(2)
bulk import
(2)
comma seperated
(2)
delimited strings
(2)
etl
(2)
for xml path
(2)
monitoring
(2)
namespaces
(2)
openrowset
(2)
parsing delimited string
(2)
reporting services (ssrs)
(2)
security
(2)
strategies
(2)
triggers
(2)
ado.net
(1)
advanced querying
(1)
amo
(1)
atom
(1)
backup / restore
(1)
bi
(1)
bulkimport
(1)
check constraint
(1)
computed column
(1)
configuring
(1)
create
(1)
cross apply
(1)
cube
(1)
data dictionary
(1)
data types
(1)
database objects
(1)
development
(1)
distributed queries
(1)
documenting code
(1)
dts
(1)
dynamic sql
(1)
editorial
(1)
email
(1)
english query
(1)
execute
(1)
export
(1)
extended properties
(1)
for xml
(1)
for xml auto
(1)
foreign keys (fk)
(1)
ftp
(1)
functions
(1)
hierarchies
(1)
import
(1)
installation
(1)
kml
(1)
linq
(1)
list
(1)
mds
(1)
null
(1)
openrowset bulk
(1)
parameters
(1)
parsing
(1)
primary key (pk)
(1)
replication
(1)
row_number()
(1)
scalability
(1)
sebastian
(1)
showplan
(1)
smtp
(1)
soa
(1)
sparse columns
(1)
split
(1)
split string
(1)
sql schema
(1)
sql server
(1)
sql spackle
(1)
sql xml
(1)
sqlclr
(1)
ssis
(1)
system development life cycle
(1)
table
(1)
tvp
(1)
unique
(1)
user defined function (udf)
(1)
vbscript
(1)
xhtml
(1)
xmla
(1)
xportxml
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.