File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -388,14 +388,18 @@ https://rawgit.com/unruledboy/DatabaseStack/master/ux/DatabaseStack.htm
388388 - IntelliSense
389389 - SSRS Charting (acquired Dundas charts)
390390 - SQL Server 2012
391- - Columnstore Index
392391 - Sequence
393392 - THROW
394393 - SQL Server 2014
395394 - In-memory Table
395+ - Clustered Columnstore Index
396396 - SQL Server 2016
397+ - Columnstore Index
398+ - In-memory OLTP
397399 - JSON
398- - Ploybase (connector to BigData)
400+ - Query Store
401+ - Temporal Tables
402+ - Polybase (connector to BigData)
399403 - Always Encrypted
400404 - Editions
401405 - Express
Original file line number Diff line number Diff line change @@ -391,14 +391,18 @@ https://rawgit.com/unruledboy/DatabaseStack/master/ux/DatabaseStack.htm?locale=z
391391 - IntelliSense
392392 - SSRS Charting (acquired Dundas charts)
393393 - SQL Server 2012
394- - Columnstore Index
395394 - Sequence
396395 - THROW
397396 - SQL Server 2014
398397 - In-memory Table
398+ - Clustered Columnstore Index
399399 - SQL Server 2016
400+ - Columnstore Index
401+ - In-memory OLTP
400402 - JSON
401- - Ploybase (connector to BigData)
403+ - Query Store
404+ - Temporal Tables
405+ - Polybase (connector to BigData)
402406 - Always Encrypted
403407 - 产品版本
404408 - Express
Original file line number Diff line number Diff line change 12801280 {
12811281 "name" : " SQL Server 2012" ,
12821282 "children" : [
1283- { "name" : " Columnstore Index" },
12841283 { "name" : " Sequence" },
12851284 { "name" : " THROW" }
12861285 ]
12871286 },
12881287 {
12891288 "name" : " SQL Server 2014" ,
12901289 "children" : [
1291- { "name" : " In-memory Table" }
1290+ { "name" : " In-memory Table" },
1291+ { "name" : " Clustered Columnstore Index" }
12921292 ]
12931293 },
12941294 {
12951295 "name" : " SQL Server 2016" ,
12961296 "children" : [
1297+ { "name" : " Columnstore Index" },
1298+ { "name" : " In-memory OLTP" },
12971299 { "name" : " JSON" },
1298- { "name" : " Ploybase (connector to BigData)" },
1300+ { "name" : " Query Store" },
1301+ { "name" : " Temporal Tables" },
1302+ { "name" : " Polybase (connector to BigData)" },
12991303 { "name" : " Always Encrypted" }
13001304 ]
13011305 }
You can’t perform that action at this time.
0 commit comments