Tagged Questions
0
votes
0answers
42 views
XML vs SQL for content display on an ecommerce website [duplicate]
I am in process of developing an e-commerce application which is using SQL Server 2008 as a DB. I was suggested to use XML for content/product display, I bought the idea of using XML as a datasource ...
0
votes
3answers
225 views
Using xml datatype to store a “shopping cart”
For my final project in school we have to develop an online shop. This shop should have a cart where items can be placed whether or not you are logged in. If you log out the cart shouldn't empty and ...
1
vote
2answers
595 views
Which database to prefer while developing a WPF medical inventory system?
I have a project to develop an inventory system for a medical shop. Till date, I confronted simple requirements which were fulfilled with XML as the backend db. My interaction knowledge with XML is ...
6
votes
6answers
4k views
When should I use the XML data type in SQL Server?
When should I use the XML data type in Microsoft SQL Server?