Tagged Questions
2
votes
2answers
370 views
Why is NoSQL better for this scenario?
Hypothetical scenario: Let's say we are downloading JSON from Facebook with details of a user's friend's checkins, posts, etc... These come in as one document per friend per activity, so with 8 ...
2
votes
1answer
2k views
Automatically adding data from JSON to SQL
I'm really new to this sort of stuff; my background is in C# mainly. Could anyone point me in the right direction?
I need to set a script to automatically parse some JSON into an SQL database ...
0
votes
3answers
345 views
What is likely to be the bottleneck between the SQL Server, IIS and .net when receiving json as text from the DB?
I have spent the best part of a month working on the jQuery Calendar plugin.
The setup is such that all the calendar entries are stored in a table inside SQL Server and im using a single "Select As" ...