SQL 安装程序

SQL 安装程序,第1张

那个版本的?

一般里面有个SQLServer2005_SSMSEE的程序包,大概40多M,还有两个文件夹,一个一个servers,一个Tools,具体叫什么名字还得以你下载的为准。好了现在开始安装:

首先这两个文件夹里应该都有一个setup的图标,就是斜向上的箭头,点击运行,记住是运行程序,不是那个图标。底下用灰色字体显示SqlServer

Setup。

之后再运行它:SQLServer2005_SSMSEE。

安装的时候出警告没问题,出错的话就是配置有问题了。一般要求有.NetFrameWork2.0或以上版本。如果之前你的机子上装有VS2005之类的开发平台,一般就不会出错,可能有一两个警告,那无所谓。

安装成功后在开始-->所有程序里面查看一下,必须要有SQL

Server

Management

Studio、SQL

Server

Business

Intelligence

Development

Studio、Analysis

Services、性能工具和配置工具这几项,联机丛书可以不用安装。

不过安装的时候会出现什么错误我也无法预测,你只有把更详细的信息告诉我之后才能帮你解决。

愿你安装顺利,全是用手敲上去的,希望对你有帮助、、

-----------M x=10,y=10

if not exists (select 1 from M where x=10 and y=10)

begin 

    insert into M

    select 10 as x,10 as y,'A' as t

    

    select t

    from M

    where x=10 and y=10

end

else 

begin

    ---下面的这个赋值查询必须是一行结果才可以

    declare @Rlt varchar(10)

    select @Rlt=t

    from M

    where x=10 and y=10

    

    if (@Rlt = A or @Rlt=0)

    begin

        select @Rlt

    end

    if @Rlt = 1

    begin

        select t

        from A 

        where x = 10 and y = 10

    end

    if @Rlt = 2

    begin

        select t

        from B 

        where x = 10 and y = 10

    end

    if @Rlt = 2

    begin

        select t

        from B 

        where x = 10 and y = 10

    end

    if @Rlt = 3

    begin

        select t

        from C 

        where x = 10 and y = 10

    end

end


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/11746472.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-18
下一篇 2023-05-18

发表评论

登录后才能评论

评论列表(0条)

保存