Viewing 9 posts - 1 through 9 (of 9 total)
Can you give some indication of the reason people might want to use KQL rather than SQL? What advantages does it have that justify the effort of learning it?
June 2, 2021 at 10:46 am
Agree completely with your article.
One additional thing to note is that like a religion, "Agile" has acreeted lots of extraneous things, which are rather distant from the original Agile manifesto. ...
June 27, 2020 at 2:04 pm
Version control is important. Not using it is unprofessional.
GIT is everywhere. It is a good version control system for people working on open source projects or where multiple companies are...
June 8, 2020 at 5:55 pm
I have had a log at the blog you mentioned, and also Joe Celkos piece (https://www.red-gate.com/simple-talk/sql/learn-sql-server/sql-server-sequence-basics/). I can see linked server differences might be useful if you are...
May 5, 2020 at 12:29 pm
GIT makes sense where people are collaborating across organisations. However the distributed model is - by definition - more complex than a centralised repository paradigm. Where developers are co-located in...
April 19, 2019 at 2:02 pm
I do a lot of extracting data from SQL Server for displaying in Excel.
What I have found work best is to use ExcelDNA (https://excel-dna.net/) to provide an intermediate...
May 17, 2018 at 2:35 am
What I have done in old versions of SQL to control row-by-row access is to use a "Portal Database" pattern.
The actual data is held in a central database...
March 27, 2018 at 3:46 am
"Either you master therecalcitrant database or retire, sadly, into the dingy half-life of ITmanagement."
Literally LOL
February 12, 2018 at 4:13 am
I would say:
* It doesn't matter very much.
* For me a table is a collection of X; so I use plural, just as I would for a list...
December 8, 2017 at 1:46 am
Viewing 9 posts - 1 through 9 (of 9 total)