Buy Questpond's video subscriptions on
huge discount
.
Online: 3830
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
Sql Server
>
Loading ...
what is the difference between SQL Database and XML Database
Posted by
Gow.Net
under
Sql Server
on 3/14/2012 |
Points: 10
| Views : 26794 | Status :
[Member]
| Replies : 4
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
what is the difference between SQL Database and XML Database which one is best?
gowthaman8870226416
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Patel28rajendra
on: 3/14/2012
[Member]
Starter
|
Points: 25
0
Hi
xml is Extensible mark up Language
as name suggest it is a markup language
it suport user define tag
you can write you own tag in xml
Sql is Structured Query Language
it suport different type of queries ,functions,store procedure,trigger,indexing etc.
I think
sql
is best
for more information please refer following links
http://wiki.answers.com/Q/What_is_the_difference_between_XML_and_SQL_data_storage
http://www.25hoursaday.com/StoringAndQueryingXML.html
http://www.rpbourret.com/xml/XMLAndDatabases.htm
please Mark as Answer if it helps
R D Patel
Gow.Net
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Sksamantaray
on: 3/14/2012
[Member]
Silver
|
Points: 25
0
This link may also help you in understanding the difference between xml and sql.
http://www.sql-reports.net/2011/03/xml-vs-sql-which-database-is-the-right-one-for-you.html
Thanks,
Sanjay
Gow.Net
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Muhsinathk
on: 6/26/2012
[Member]
Bronze
|
Points: 25
0
In XML data storage, the data is stored in a file which represents an XML Schema of the data. To read the data, you have to pull and open the entire file in memory and use technics like xpath to get the data element you want.
In SQL data storage, the data is stored in a database ( usually relational database). To read the data, you simple sent an SQL query to the database. The database management engine analysis the query and get the required data elements you ask for in your query which is finally sent to you as a reply.
Gow.Net
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Bhupentiwari
on: 6/26/2012
[Member]
Starter
|
Points: 25
0
XML is platform independent database technology
SQL SERVER is Dependent.
Reading/retrieving in XML is fast
Reading/retrieving in sql server is slow as compare to xml
the disadvantage of xml is it is very large file
Thanks n Regards
Bhupendra Tiwari
Gow.Net
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...