CISL – Columnstore Indexes Scripts Library, Release 1 (“Ortus”)
I am glad to announce the very first release of the CISL – Columnstore Indexes Scripts Library, with codename “Ortus”.
Go on...
2015-09-01
593 reads
I am glad to announce the very first release of the CISL – Columnstore Indexes Scripts Library, with codename “Ortus”.
Go on...
2015-09-01
593 reads
Continuation from the previous 62 parts, the whole series can be found at http://www.nikoport.com/columnstore/.
Data Loading is one of the most...
2015-08-19
790 reads
Continuation from the previous 61 parts, the whole series can be found at http://www.nikoport.com/columnstore/.
I have spoken a lot of times...
2015-08-12
566 reads
This great book by Ricardo Semler is something that some of my friends have been recommending me to read for...
2015-08-04
414 reads
I guess in the age of rapid development and releases the fact of General Availability of the Power BI v...
2015-07-29
1,060 reads
Education. The key topics for everyone.
In his incredibly famous TED Talk “Do Schools Kill Creativity“, which might be some of...
2015-07-28
481 reads
Continuation from the previous 60 parts, the whole series can be found at http://www.nikoport.com/columnstore/.
A lot of financial calculations in the...
2015-07-21
544 reads
There are a number of high quality events in Europe that are being run by the local volunteers or user...
2015-07-15
500 reads
Continuation from the previous 59 parts, the whole series can be found at http://www.nikoport.com/columnstore/.
This blog post is dedicated to some...
2015-07-14
652 reads
Continuation from the previous 58 parts, the whole series can be found at http://www.nikoport.com/columnstore/.
SQL Server 2016 brings a number of...
2015-07-11
828 reads
Welcome back, my fellow sleuths, to my mystery-inspired blog series! I’m having a ton...
By Steve Jones
This was one of the original values: The facing page has this text: No...
By Chris Yates
For decades, enterprises have thought about data like plumbers think about water: you build...
Comments posted to this topic are about the item Create an HTML Report on...
Comments posted to this topic are about the item I Love Editorials
Hi everyone I have a 1000 plus line query and I am getting an...
What happens when I run this code:
DECLARE @s VARCHAR(1000) = 'apple, pear, peach' SELECT * FROM STRING_SPLIT(@s, ', ')See possible answers