Aracılığıyla paylaş


sys.syslogins (Transact-SQL)

Her oturum açma hesabı için bir satır içerir.

Important noteImportant Note:

This SQL Server 2000 system table is included as a view for backward compatibility. We recommend that you use the current SQL Server system views instead. To find the equivalent system view or views, see Mapping SQL Server 2000 System Tables to SQL Server 2005 System Views. This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

sütun Name

Veri türü

Açıklama

sıd

varbinary(85)

Güvenlik Tanımlayıcısı'nı tıklatın.

Durum

smallint

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

CREATEDATE

datetime

Tarih, oturum açma eklendi.

updatedate

datetime

Oturum açma güncelleştirildiği tarih.

accdate

datetime

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

totcpu

int

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

totio

int

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

spacelimit

int

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

timelimit

int

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

resultlimit

int

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

Ad

sysname

Kullanıcı oturum açma adı.

dbname

sysname

Bir bağlantı kurulduğunda bir kullanıcının varsayılan veritabanı adıdır.

PAROLA

nvarchar(128)

NULL döndürüyor.

Dil

sysname

Kullanıcının varsayılan dilini.

denylogin

int

1 Oturum açma = olan bir Microsoft Windows kullanıcısı veya grubu ve erişim engellendi.

HasAccess

int

1 = Oturum açma sunucusuna erişimi verildi.

isntname

int

1 = Oturum açma için bir Windows kullanıcısı veya grubu olur.

0 Oturumu = olan bir SQL Server oturum açma.

isntgroup

int

1 = Oturum açma Windows grubudur.

isntuser

int

1 = Oturum açma Windows bir kullanıcıdır.

sysadmin

int

1 Oturum açma = olan bir üye, sysadmin sunucusu rolünü.

securityadmin

int

1 Oturum açma = olan bir üye, securityadmin sunucusu rolünü.

serveradmin

int

1 Oturum açma = olan bir üye, serveradmin sabit sunucu rolü.

setupadmin

int

1 Oturum açma = olan bir üye, setupadmin sabit sunucu rolü.

processadmin

int

1 Oturum açma = olan bir üye, processadmin sabit sunucu rolü.

diskadmin

int

1 Oturum açma = olan bir üye, diskadmin sabit sunucu rolü.

dbcreator

int

1 Oturum açma = olan bir üye, dbcreator sabit sunucu rolü.

bulkadmin

int

1 = Oturum açma üyesi olduğu bulkadmin sabit sunucu rolü.

LoginName

nvarchar(128)

Kullanıcı oturum açma adı.Geriye dönük uyumluluk için sağlanır.