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
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Naresh Babu Gopavaram
1.5k
248
249.4k
XML file data to perminent table in database
Mar 25 2011 4:57 AM
<students>
<student1>
<name>x</name>
<address>hyd</address>
</student1>
<student1>
<name>y</name>
<address>hyd1</address>
</student1>
<students>
i want to store the above xml data in backend(sqlserver2008) by automatically create new table
like table as folllows
name address
x hyd
y hyd1
plz help me.
Reply
Answers (
3
)
copy data from one table of database to another database
Is the ClusteredIndex advisable for a table which contains Millions or Billions of Records ?