回覆列表
  • 1 # 使用者2458114238191884

    你是用Tsql還是企業管理器,如果用Tsql的話我直接給你程式碼,

    建立資料庫

    ifexists(select*fromsysdatabaseswherename="eme")

    dropdatabaseeme

    go

    createdatabaseEme

    on(

    name="Eme_md.mdf",

    filename="f:\Eme_md.mdf",

    size=5mb,

    maxsize=100mb,

    filegrowth=15%

    )logon(

    name="Eme_log.ldf",

    filename="f:\Eme_log.ldf",

    size=2mb,

    maxsize=3mb,

    filegrowth=1mb

    )

    go

    選中資料庫

    useEme

    建立表

    ifexists(select*fromsysobjectswherename="StuInfor")

    droptableStuInfor

    createtableStuInfor

    (

    stunamevarchar(20)notnull,--學員姓名

    stunochar(6)notnull,--學員學號

    stuageintnotnull,--學員年齡

    stuidnumeric(18)notnull,--學員身份號

    stuseatsmallintidentity(1,1),--座位號

    stuaddresstext--地址

    )

    go

  • 中秋節和大豐收的關聯?
  • 史鐵生《我與地壇》的藝術特色是什麼啊?要詳細的,謝謝?