TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Extensible Markup Language
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shresth Jaiswal (2)
Debendra Dash (1)
harikishan.jayaraj (1)
Related resources for Extensible Markup Language
No resource found
Storing XML Data In SQL Server
10/11/2015 2:00:21 PM.
In this article you will learn how to store XML data in SQL Server.
Quickstart With XML: Part 2
4/9/2015 7:51:46 PM.
This part provides simple syntax rules to write a XML document. It is a complete XML document.
Quickstart With XML: Part 1
4/9/2015 7:42:19 PM.
In this article we will learn about the eXtensible Markup Language.
Bulk Data Transactions using OpenXML
9/29/2012 7:24:30 AM.
OPENXML is a new function added to SQL Server 2000 that provides a rowset view over an XML document. Since a rowset is simply a set of rows that contain columns of data, OPENXML is the function that allows an XML document to be treated in the familiar relational database format. It allows for the passing of an XML document to a T-SQL stored procedure for updating the data.