Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9195d6b

Browse files
Merge pull request #44 from jbondpdx/terms
Terminology definitions added to README.md
2 parents 31c0443 + 59706d8 commit 9195d6b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎README.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ The mssql module requires the following:
3939

4040
###Beginning with mssql
4141

42+
43+
4244
To get started with the mssql module, include these settings in your manifest:
4345

4446
```
@@ -53,6 +55,8 @@ This manifest installs MS SQL and creates an MS SQL instance named MSSQLSERVER.
5355

5456
##Usage
5557

58+
Note: For clarification on Microsoft SQL Server terminology, please see [Windows SQL Server Terms](#windows-sql-server-terms) below.
59+
5660
###To install SQL Server tools and features not specific to a database instance:
5761

5862
```
@@ -93,6 +97,16 @@ mssql::login{'WIN-D95P1A3V103\localAccount':
9397
}
9498
```
9599

100+
#### Windows SQL Server Terms
101+
102+
Terminology differs somewhat between various database systems; please refer to this list of terms for clarification.
103+
104+
* Instance: An instance is an installed and running database service.
105+
* Database: A database is a collection of information organized into related tables of data and definitions of data objects.
106+
* Login: A Login has server-level permissions to access and manage all or some of the database and principal login rights.
107+
* User: User grants access to a single DATABASE and is typically mapped to a Login.
108+
* Server Roles: Server-level permission groups that exist outside of databases. These are defined by SQL Server and might have nested permissions.
109+
96110
##Reference
97111

98112
### Types

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /