Viewing 15 posts - 46 through 60 (of 61 total)
JSON or XML are supposed to be versatile(unlike older mainframe type hierarchies) and capable of being transmitted and consumed by a broad range of systems. Where as relational databases are...
May 21, 2021 at 5:20 am
The issue isn't so much that SQL server can't parse and format json it's that the data is represented in fundamentally different ways.
In which case why bother with JSON? Isn't...
May 20, 2021 at 8:49 pm
I could have a container running PostGres, another running Python 3.7 with a bunch of libraries, Python 3.9 with a different set of libraries and versions of those libraries, a...
May 9, 2021 at 6:16 am
It would be very helpful to have a clear definition of what the term "container" means.
What is the difference between a container and a virtual machine?
I was persuaded to enter...
May 8, 2021 at 7:18 am
The proponents I've seen for low code/no code encourages allowing the "citizen developer" to write low code/no code applications. They are the domain experts. They understand the problem. Under normal...
May 2, 2021 at 5:18 pm
Some thoughts on the subject.
Axiomatic reuse. Software methods that apply to all possible applications. The relational model replaced every application needing to devise its own approach to data management.
Application derivation....
May 2, 2021 at 7:35 am
Chris Date - An Introduction to Database Systems - 8th Edition - Chapter 21 Distributed Databases.
Published in 2004, but everything Date has to say about distributed DBMSs is just as...
March 13, 2021 at 7:32 pm
What would I like to see in SQL Server in the future?
1. Assertions (in the SQL standard since SQL-92. Until now no one has implement them - I hear Oracle...
September 14, 2019 at 12:12 pm
In the relational model all data is represented as attributes, within tuples within relations (columns, rows and tables in SQL speak). This means that all data manipulation can be achieved...
January 1, 2019 at 6:21 am
Or using powershell and regex
([regex]"(?im)--.*?$").replace(([regex]"(?s)\/\*.*?\*\/").replace($sql, ""), "")
November 15, 2018 at 12:03 am
The brand new go to technology in the NoSQL arena is TrumpDB.
The same query in TrumpDB will always deliver a different answer.
TrumpDB is super...
June 21, 2017 at 12:25 pm
A good article Steve, thank you.
There is one sentence that I would like to comment on.
The data is the more important asset we work with and all our efforts...
July 23, 2015 at 12:10 am
In my experience the "just want to hear how everyone is doing" meeting can often turn into the manager talking for the full hour with nobody else getting a word...
November 27, 2014 at 6:58 am
For managers the best kind of meeting is the meta-meeting. A meeting in which you do nothing other than discuss other meetings.
November 27, 2014 at 6:53 am
@L' Eomot Inversé
support the relational model
Yes, that is something that SQL Server doesn't do well.
However the competitors are no better on this front.
November 25, 2013 at 2:32 am
Viewing 15 posts - 46 through 60 (of 61 total)