Viewing 9 posts - 61 through 69 (of 69 total)
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
What is SQL Server not good at?
Defining constraints declaratively.
The CREATE ASSERTION statement has been in the SQL standard since 1992. Microsoft still haven't implemented it.
If you have...
November 22, 2013 at 2:24 am
Viewing 9 posts - 61 through 69 (of 69 total)