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 tags
XML
,
T-SQL
Items 1 to 20 of 26
Next 20 >>
XML to Relational
Read more...
By
Stewart Campbell
2012/01/27
|
Category:
xquery
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,094 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,526 reads
XML
Read more...
By
Ryan Barrett
2011/12/01
|
Category:
xml
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,029 reads
Stored procedure to script tables, has many options
I needed a fast way of creating identical copies of multiple tables. The criteria was to make identical copies of tables for a specific schema. Well there it started.
Read more...
By
Gokhan Varol
2011/02/01
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,169 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,841 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,222 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,342 reads
Another way to get a table list from a string
I prepared this version (my original did not used XML) By being helped by forums feedback from SQL central Forward it to yours peers.
Read more...
By
Bernabe Diaz
2010/06/15
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
1,414 reads
Using T-SQL to Transform XML Data to a Relational Format
More and more data is being stored or transmitted in an XML format. New author Nasir Mirza brings us an article that examines how to transform a number of XML structures into different relational formats for storage in SQL Server.
Read more...
By
Nasir Mirza
2009/12/30
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
11,439 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,841 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,222 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,959 reads
XML Index
Checking XML indexs with a sample.
Read more...
By
abmore
2008/09/19
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
1,286 reads
Sales Order Workshop Part IV
In the fourth installment of this series, Jacob Sebastian moves on to SQL Server 2005 and the new XML capabilities that make working with XML data easier than ever.
Read more...
By
Jacob Sebastian
2007/04/05
|
Source:
SQLServerCentral.com
|
Category:
stored procedures
Rating:
|
Discuss
|
Briefcase
|
12,059 reads
Sales Order Workshop Part III
In the previous articles, Jacob Sebastian looked at using XML to save a sales order with variable numbers of line items to a SQL Server 2000 database. In this part, he expands upon the processing to access that data from multiple nodes.
Read more...
By
Jacob Sebastian
2007/04/03
|
Source:
SQLServerCentral.com
|
Category:
miscellaneous
Rating:
|
Discuss
|
Briefcase
|
6,616 reads
Sales Order Workshop Part II
In part 2 of this series, Jacob Sebastion continues looking at XML in SQL Server 2000 with some advanced XML processing.
Read more...
By
Jacob Sebastian
2007/03/29
|
Source:
SQLServerCentral.com
|
Category:
miscellaneous
Rating:
|
Discuss
|
Briefcase
|
7,186 reads
Saving a Sales Order Part 1
How many times have you tried to save a sales order to your database? For many DBAs this is a common scenario and one of the challenges is the many round trips for the various line items. Jacob Sebastian brings us the first part of a four part series looking at how you can use XML to reduce the round trips in SQL Server 2000.
Read more...
By
Jacob Sebastian
2007/03/27
|
Source:
SQLServerCentral.com
|
Category:
miscellaneous
Rating:
|
Discuss
|
Briefcase
|
11,899 reads
Reducing Round Trips Part 4
The fourth and final installment in this series, this week Andy discusses how using XML can reduce the load you put on your network and on your server. This is a high level article that discusses concepts. We think you'll find a good idea or two in this one!
Read more...
By
Andy Warren
2004/04/23
|
Source:
SQLServerCentral.com
|
Category:
performance tuning
Rating:
|
Discuss
|
Briefcase
|
8,943 reads
Replacing BCP with SQLBulkLoad
New Author! Stephan writes about why he thinks the bulk load capabilities added in the SQLXML3 addition are a great way to handle imports - maybe so good that you'll stop using BCP.
Read more...
By
Stefan Popovski
2003/07/21
|
Source:
SQLServerCentral.com
|
Category:
miscellaneous
Rating:
|
Discuss
|
Briefcase
|
11,944 reads
Review of SQL 2000 Fast Answers
A monster book at 980 pages, it's written in 'how-to' format and has a ton of good material. Andy gave it the once over for us and reports back - see what he thinks!
Read more...
By
Andy Warren
2003/04/18
|
Source:
SQLServerCentral.com
|
Category:
installation
Rating:
|
Discuss
|
Briefcase
|
18,199 reads
Items 1 to 20 of 26
Next 20 >>
Tags
miscellaneous
(9)
basics
(6)
stored procedures
(6)
openxml
(4)
performance tuning
(4)
updategrams
(4)
xsl
(4)
indexing
(3)
sql server 7
(3)
ado
(2)
comma seperated
(2)
delimited strings
(2)
parsing delimited string
(2)
programming
(2)
schemas/dtds
(2)
visual basic 6
(2)
administration
(1)
advanced querying
(1)
backup / restore
(1)
check constraint
(1)
configuring
(1)
create
(1)
database design
(1)
distributed queries
(1)
dts
(1)
english query
(1)
etl
(1)
execute
(1)
foreign keys (fk)
(1)
installation
(1)
mds
(1)
monitoring
(1)
news
(1)
primary key (pk)
(1)
replication
(1)
security
(1)
sql server 2005
(1)
table
(1)
triggers
(1)
tvp
(1)
unique
(1)
user defined function (udf)
(1)
xquery
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.