更多“SQL Server 2008将权限分为()、()和()三种。”相关问题
  • 第1题:

    下列关于SQL Server 2008身份验证模式的说法,错误的是( )。

    A.在“Windows身份验证模式”下,不允许sa登录到SQL Server服务器

    B.在“Windows身份验证模式”下,所有Windows用户都自动具有登录到SQL Server服务器的权限

    C.不管是哪种身份验证模式,Windows中的Administrator无需授权就可登录到SQL Server服务器

    D.安装好SQL Server之后,可以根据需要随时更改身份验证模式


    正确答案:B
    在“Windows身份验证模式”下,所有Windows用户登陆到SQLServer服务器都无需再提供用户名和密码,但SQLServer会从用户登录到Windows时提供的用户名和密码查找当前用户的信息,判断其是否是SQLServer的合法用户,不是,则拒绝登录。

  • 第2题:

    在SQL Server 2008中,系统提供的具有管理员权限的角色是__________。


    正确答案:Sysadmin

  • 第3题:

    你正在设计一个计划迁移Microsoft SQL Server 2008数据库SQL Azure。你不计划来迁移SQL Server数据库SQL Server 2008 R2,你需要推荐一个方法执行批量数据传输从SQL Server数据库SQL Azure。你推荐什么?()

    • A、使用bcp工具。
    • B、使用dta效用。
    • C、使用SQL Server导入和导出向导。
    • D、附上每个SQL Server数据库SQL Azure。

    正确答案:A

  • 第4题:

    SQL Server的三种物理文件()。


    正确答案:mdf文件、ldf文件、ndf文件

  • 第5题:

    SQL Server的安全性是基于()

    • A、用户
    • B、角色
    • C、对象和权限
    • D、以上都对

    正确答案:A

  • 第6题:

    SQL Server 2008支持三种恢复模式,即()、()和()


    正确答案:简单;完整;大容量日志

  • 第7题:

    在哪里可以查看SQL Server 2008中的当前日志()。

    • A、SQL Server Management Studio中的安全性——SQLServer日志
    • B、SQL Server Management Studio中的数据库——SQLServer日志
    • C、SQL Server Management Studio中的管理——SQLServer日志
    • D、SQL Server Management Studio中的管理——维护计划

    正确答案:C

  • 第8题:

    You are designing a plan for migrating an existing Microsoft SQL Server 2008 database to SQL Azure.The database includes a SQL Server Agent job that cleans the application log table.   You need to recommend an approach for ensuring that the SQL Server Agent job continues to run without modification.  What should you recommend?()

    • A、 Use the SQL Azure Data Sync service.
    • B、 Run the SQL Server Agent in SQL Azure.
    • C、 Use SQL Server Integration Services (SSIS) to connect to SQL Azure.
    • D、 Connect the existing on-premise SQL Server Agent jobs to SQL Azure.

    正确答案:D

  • 第9题:

    单选题
    SQL Server数据库中,向用户授予操作权限的SQL语句是()。
    A

    GRANT

    B

    SELECT

    C

    CTEATE

    D

    REVOKE


    正确答案: A
    解析: 暂无解析

  • 第10题:

    填空题
    SQL Server 2008支持三种恢复模式,即()、()和()

    正确答案: 简单,完整,大容量日志
    解析: 暂无解析

  • 第11题:

    单选题
    You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. According to the company requirement, you migrate an application from Microsoft SQL Server 2000 to Microsoft SQL Server 2008. You have to monitor the SQL Server instance, and record the use of features which will be discontinued. What should you do? ()
    A

    The SQL Server 2008 Upgrade Advisor should be used 

    B

    You should use a SQL server-side trace. The trace captures the Deprecation Announcement and Deprecation Final Support event classes 

    C

    You should use the SQL Server Profiler. The profiler captures the SQL:BatchCompleted and Exception event classes 

    D

    You should use a SQL server-side trace. The trace captures the SQL:BatchCompleted and Exception event classes. 


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance.You must make sure that all SQL Server instances are consistently configured for naming conventions, security settings, force index creation and avoidance of data fragmentation. So what action should you perform to achieve this goal?()
    A

    You should use the Database Engine Tuning Advisor. 

    B

    In Microsoft SQL Server Management Studio, you should create a maintenance plan 

    C

    You should use the SQL Server Configuration Manager 

    D

    In Microsoft SQL Server Management Studio, you should create a policy


    正确答案: D
    解析: 暂无解析

  • 第13题:

    在SQL Server 2008中,系统提供的具有创建数据库权限的服务器角色是__________。


    正确答案:Dbcreator

  • 第14题:

    SQL Server 2008将权限分为()、()和()三种。
    对象权限;语句权限;隐含权限

  • 第15题:

    简述SQL Server的三种备份形式。


    正确答案:1)完全备份:完全备份即海量备份,将数据库完全复制到备份文件中。
    2)事务日志备份:事务日志备份将备份发生在数据库上的事务。
    3)增量备份:备份最近一次完全备份以后数据库发生变化的数据。

  • 第16题:

    SQL Server中的权限包括3种类型()、()、()


    正确答案:对象权限;语句权限;隐含权限

  • 第17题:

    SQL Server 2008最核心的服务是什么?


    正确答案:数据库引擎服务。

  • 第18题:

    在用户安全管理中,SQL Server提供用户认证和用户权限的安全控制


    正确答案:正确

  • 第19题:

    You are designing a plan to migrate Microsoft SQL Server 2008 databases to SQL Azure. You do not plan to migrate the SQL Server databases to SQL Server 2008 R2.   You need to recommend an approach for performing bulk data transfers from the SQL Server databases to SQL Azure.  What should you recommend?()

    • A、 Use the bcp utility.
    • B、 Use the dta utility.
    • C、 Use the SQL Server Import and Export Wizard.
    • D、 Attach each SQL Server database to SQL Azure.

    正确答案:A

  • 第20题:

    You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance on the same physical computer. Now users report that they are unable to connect to the named instances. You check and verify that they can only connect to the default instance. You also ensure that all SQL Server instances run normally. You have to start the service which is required to connect to the named instances.  Which service should you start?()  

    • A、Server 
    • B、SQL Server Agent 
    • C、SQL Server Browser 
    • D、SQL Active Directory Helper

    正确答案:C

  • 第21题:

    单选题
    You are designing a plan to migrate Microsoft SQL Server 2008 databases to SQL Azure. You do not plan to migrate the SQL Server databases to SQL Server 2008 R2.   You need to recommend an approach for performing bulk data transfers from the SQL Server databases to SQL Azure.  What should you recommend?()
    A

     Use the bcp utility.

    B

     Use the dta utility.

    C

     Use the SQL Server Import and Export Wizard.

    D

     Attach each SQL Server database to SQL Azure.


    正确答案: B
    解析: 暂无解析

  • 第22题:

    单选题
    You work in a company which uses SQL Server 2008. You are the administrator of the company database. In your company there is a server which contains a default SQL Server 2005 instance. For a new application, you have to install a SQL Server 2008 instance on the server. Your company CIO assigns a task to you. You must make sure that the respective certified third-party applications have access to both database instances. You have to achieve this goal without changing the existing application environments. So what should you do to achieve this by using as little database administrative effort as possible?()
    A

    You should install SQL Server 2008 as a named instance, and make the new application to use the new instance. 

    B

    You should install SQL Server 2008 as the default instance, and make the new application to use the default instance. 

    C

    You should upgrade the SQL Server 2005 application to use SQL Server 2008. 

    D

    You should upgrade the SQL Server 2005 instance to a SQL Server 2008 instance. 


    正确答案: B
    解析: 暂无解析

  • 第23题:

    单选题
    ou work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now for a new application, a SQL Server 2008 instance has to be installed on an existing server. The server contains a default SQL Server 2005 instance. Your company CIO wants their corresponding certified third-party applications can access to both database instances. The company assigns this task to you. You must achieve this by using as little database administrative effort as possible, and never change the existing application environments. What should you do? ()
    A

    You should install SQL Server 2008 as the default instance, and configure the new application to use the default instance 

    B

    You should upgrade the SQL Server 2005 application to use SQL Server 2008 

    C

    You should upgrade the SQL Server 2005 instance to a SQL Server 2008 instance 

    D

    You should install SQL Server 2008 as a named instance, and make the new application use the new instance. 


    正确答案: A
    解析: 暂无解析