sampling percent  select on syscomments.text column

Chapter 5: Setting Configuration Parameters

secure default login

Summary information

Default value

0

Range of values

0 (followed by another parameter naming the default login)

Status

Dynamic

Display level

Intermediate

Required role

System Security Officer

Configuration group

Security Related

secure default login specifies a default login for all users who are preauthenticated but who do not have a login in master..syslogins.

Establish the secure default login with:

sp_configure "secure default login", 0,
    default_login_name

where:

For example, to specify “dlogin” as the secure default login, type:

sp_configure "secure default login", 0, dlogin




Copyright © 2005. Sybase Inc. All rights reserved. select on syscomments.text column

View this book as PDF