Click here to Skip to main content
15,889,861 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am going to develop ecommerce application using angularjs for front end , can i use sql server as a database instead of nosql database like mongodb ? The size of the application would be 500 to 1000 transaction in a day ?

What I have tried:

I have created an demo site for ecommerce application with SQL Server but no I am worry about the size of the data whether I would go with NOSQL DB Or Continue with RDBMS ( SQL SERVER)
Posted
Updated 16-Oct-17 5:12am
v2

If you use MSSQL 2016, you can even use the document database features and store your whole JSON objects in the database without needing to serialize/deserialize.
 
Share this answer
 
Quote:
can i use sql server as a database instead of nosql database like mongodb ?

Yes.
 
Share this answer
 
Comments
Member 4046277 16-Oct-17 10:26am    
Thanks :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900