Skip to content

Commit f153785

Browse files
authored
Merge pull request #319 from bertwagner/patch-1
Adds remark about SQL Server authentication mode
2 parents f4b6242 + 682e420 commit f153785

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/t-sql/statements/create-login-transact-sql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ ASYMMETRIC KEY *asym_key_name*
193193
For a script to transfer logins, see [How to transfer the logins and the passwords between instances of SQL Server 2005 and SQL Server 2008](http://support.microsoft.com/kb/918992).
194194

195195
Creating a login automatically enables the new login and grants the login the server level **CONNECT SQL** permission.
196+
197+
The server's [authentication mode](../../relational-databases/security/choose-an-authentication-mode.md) must match the login type to permit access.
196198

197199
For information about designing a permissions system, see [Getting Started with Database Engine Permissions](../../relational-databases/security/authentication-access/getting-started-with-database-engine-permissions.md).
198200

0 commit comments

Comments
 (0)