Skip to content

Commit d2bcd90

Browse files
committed
added 2016 new features
1 parent 92d386c commit d2bcd90

5 files changed

Lines changed: 19 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README.zh-cn.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

preview.png

10.8 KB
Loading

preview.zh-cn.png

-285 Bytes
Loading

ux/DatabaseStack.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,22 +1280,26 @@
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
}

0 commit comments

Comments
 (0)