Skip to content

Commit 84ad0dc

Browse files
Updates Headers for the Project
1 parent de58c75 commit 84ad0dc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CISL - Columnstore Indexes Script Library
2-
Copyright 2015 Niko Neugebauer
2+
Copyright 2015-2016 Niko Neugebauer
33

44
These scripts library is developed to be used on Microsoft SQL Server(TM),
55
relational database management system developed by Microsoft copropation
@@ -8,7 +8,7 @@ This product incorporates portions of the 'Columnstore' blogpost series
88
by Niko Neugebauer (http://www.nikoport.com/columnstore/)
99

1010
---
11-
Microsoft, SQL Server are either registered trademarks or trademarks of
11+
Microsoft, SQL Server, Azure & Azure SQLDatabase are either registered trademarks or trademarks of
1212
Microsoft Corporation in the United States and/or other countries.
1313

1414
Licensed under the Apache License v2.0

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ Welcome to CISL - Microsoft SQL Server Columnstore Indexes Scripts Library
33

44
A columnstore index is a technology for storing, retrieving and managing data by using a columnar data format, called a columnstore. More information you can find here: https://msdn.microsoft.com/en-us/library/gg492088.aspx
55

6-
The library is launched with the very first release on 1st of September 2015. The current release (1.0.4) is targeting SQL Server 2012, 2014, 2016 & Azure SQL Database.
6+
The library is launched with the very first release on 1st of September 2015.
7+
The current release (1.4.0) is supporting SQL Server 2012, 2014, 2016 & Azure SQL Database.
78

8-
At the moment, the CISL consists from 8 scripts, but soon (in 2016) I expect to expand this library with more complex stuff such as maintenance solution.
9+
At the moment, the CISL consists from 8 scripts and 9 stored procedures (8 standrad & a maintenance solution).
910
Every CISL script comes in 2 variants: a simple executable script & stored procedure.
1011
Stored Procedures are here so that you can store them inside your database and use more commonly and include them into your own solutions.
1112

0 commit comments

Comments
 (0)