Skip to content

Commit f5f9d85

Browse files
committed
Merge pull request #58 from jbondpdx/readme-edits
Minor edits to sqlserver README
2 parents 4cb3776 + 2db9313 commit f5f9d85

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
##Overview
1717

18-
The sqlserver module installs and manages MS SQL Server 2012 and 2014 on Windows systems.
18+
The sqlserver module installs and manages Microsoft SQL Server 2012 and 2014 on Windows systems.
1919

2020
##Module Description
2121

22-
The sqlserver module adds defined types to install and manage MS SQL Server 2012 and 2014 on Windows Server 2012. The module can install SQL Server clients, multiple instances, and SQL features, as well as create and manage new databases and logins.
22+
The sqlserver module adds defined types to install and manage Microsoft SQL Server 2012 and 2014 on Windows Server 2012. The module can install SQL Server clients, multiple instances, and SQL features, as well as create and manage new databases and logins.
2323

2424
##Setup
2525

@@ -39,8 +39,6 @@ The sqlserver module requires the following:
3939

4040
###Beginning with sqlserver
4141

42-
43-
4442
To get started with the sqlserver module, include these settings in your manifest:
4543

4644
```
@@ -55,7 +53,7 @@ This manifest installs MS SQL and creates an MS SQL instance named MSSQLSERVER.
5553

5654
##Usage
5755

58-
Note: For clarification on Microsoft SQL Server terminology, please see [Windows SQL Server Terms](#windows-sql-server-terms) below.
56+
Note: For clarification on Microsoft SQL Server terminology, please see [Microsoft SQL Server Terms](#microsoft-sql-server-terms) below.
5957

6058
###To install SQL Server tools and features not specific to a database instance:
6159

@@ -180,7 +178,7 @@ Creates, destroys, or updates databases, but does not move or modify files. Requ
180178
* `log_maxsize`: Specifies the maximum size to which the file can grow. MAXSIZE cannot be specified when the os_file_name is specified as a UNC path. This parameter is affected only at creation; updates will not change this setting.
181179
* `log_filegrowth`: Specifies the automatic growth increment of the file. The FILEGROWTH setting for a file cannot exceed the MAXSIZE setting. FILEGROWTH cannot be specified when the os_file_name is specified as a UNC path. FILEGROWTH does not apply to a FILESTREAM filegroup. This parameter is affected only at creation; updates will not change this setting.
182180
* `containment`: Defaults to 'NONE'.Other possible values are 'PARTIAL'. Setting `containment` =>'PARTIAL' requires defined type `sqlserver::sp_configure`. See [http://msdn.microsoft.com/en-us/library/ff929071.aspx](http://msdn.microsoft.com/en-us/library/ff929071.aspx) for complete documentation about containment.
183-
* `default_fulltext_language`: Sets default fulltext language. Only applicable if `containment` => ‘PARTIAL’. Valid values are documented at [http://msdn.microsoft.com/en-us/library/ms176076.aspx](http://msdn.microsoft.com/en-us/library/ms176076.aspx). Defaults to 'us_english'.
181+
* `default_fulltext_language`: Sets default fulltext language. Only applicable if `containment` => ‘PARTIAL’. Valid values are documented at [http://msdn.microsoft.com/en-us/library/ms190303.aspx](http://msdn.microsoft.com/en-us/library/ms190303.aspx). Defaults to 'us_english'.
184182
* `default_language`: Sets default language. Only applicable if `containment` => ‘PARTIAL’. Valid values are documented at http://msdn.microsoft.com/en-us/library/ms190303.aspx. Defaults to 'us_english'.
185183
* `nested_triggers`: Enables cascading triggers. Only applicable if `containment` => ‘PARTIAL’. Valid values are 'ON', 'OFF'. See [http://msdn.microsoft.com/en-us/library/ms178101.aspx](http://msdn.microsoft.com/en-us/library/ms178101.aspx) for complete documentation.
186184
* `transform_noise_words`: Removes noise or stop words, such as “is”, “the”, “this”. Only applicable if `containment` => ‘PARTIAL’. Valid values are 'ON', 'OFF'.

0 commit comments

Comments
 (0)