精品国产亚洲一区二区三区,男女作爱在线观看免费网站,欧美的又大又长做禁片A片,97国产精品人妻无码久久久

  • 相關(guān)軟件
    >sysdatabases 創(chuàng)建者:webmaster 更新時間:2006-02-16 15:51

    Microsoft® SQL Server™ 上的每個數(shù)據(jù)庫在表中占一行。最初安裝 SQL Server 時,sysdatabases 包含 master、modelmsdb、mssqlwebtempdb 數(shù)據(jù)庫的項。該表只存儲在 master 數(shù)據(jù)庫中。


                                                                       
















































































    列名數(shù)據(jù)類型描述
    namesysname數(shù)據(jù)庫的名稱。
    dbidsmallint數(shù)據(jù)庫 ID。
    sidvarbinary(85)數(shù)據(jù)庫創(chuàng)建者的系統(tǒng) ID。
    modesmallint用于創(chuàng)建數(shù)據(jù)庫時在內(nèi)部鎖定該數(shù)據(jù)庫。
    statusint狀態(tài)位,其中某些狀態(tài)位可由用戶使用 sp_dboptionread onlydbo use only、single user 等)進行設(shè)置:

    1 = autoclose;使用 sp_dboption 設(shè)置。

    4 = select into/bulkcopy;使用 sp_dboption 設(shè)置。

    8 = trunc. log on chkpt;使用 sp_dboption 設(shè)置。

    16 = torn page detection,使用 sp_dboption 設(shè)置。

    32 = loading。

    64 = pre recovery。

    128 = recovering

    256 = not recovered

    512 = offline;使用sp_dboption 設(shè)置。

    1024 = read only;使用 sp_dboption 設(shè)置。

    2048 = dbo use only;使用

    sp_dboption 設(shè)置。

    4096 = single user;使用 sp_dboption 設(shè)置。

    32768 = emergency mode。

    4194304 = autoshrink。

    1073741824 = cleanly shutdown。



    可以同時打開多個位。


    status2int16384 = ANSI null default;使用 sp_dboption 設(shè)置。

    65536 = concat null yields null,使用 sp_dboption 設(shè)置。

    131072 = recursive triggers,使用 sp_dboption 設(shè)置。

    1048576 = default to local cursor,使用 sp_dboption 設(shè)置。

    8388608 = quoted identifier,使用

    sp_dboption 設(shè)置。

    33554432 = cursor close on commit,使用 sp_dboption 設(shè)置。

    67108864 = ANSI nulls,使用 sp_dboption 設(shè)置。

    268435456 = ANSI warnings,使用 sp_dboption 設(shè)置。

    536870912 = full text enabled,使用

    sp_fulltext_database
    設(shè)置。
    crdatedatetime創(chuàng)建日期。
    reserveddatetime留作以后使用。
    categoryint包含用于復(fù)制的信息位圖:

    1 = 已發(fā)布。

    2 = 已訂閱。

    4 = 合并已發(fā)布。

    8 = 合并已訂閱。


    cmptleveltinyint數(shù)據(jù)庫的兼容級別。有關(guān)更多信息,請參見 sp_dbcmptlevel。
    filenamenvarchar(260)數(shù)據(jù)庫主文件的操作系統(tǒng)路徑和名稱。
    versionsmallint創(chuàng)建數(shù)據(jù)庫時使用的 SQL Server 代碼內(nèi)部版本號。僅供 SQL Server 工具在內(nèi)部用于升級處理。


    相關(guān)文章
    本頁查看次數(shù):