使用DTS服务,可以将SQL Server中表的数据转换成Flat File文件。

题目
判断题
使用DTS服务,可以将SQL Server中表的数据转换成Flat File文件。
A

B

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

我们可以将SQL server数据库中的数据导出为文本文件。()

此题为判断题(对,错)。


参考答案:对

第2题:

SQL Server中表更新数据的命令是()。

A.USE

B.DROP

C.UPDATE

D.SELECT


参考答案:C

第3题:

You are the administrator of a SQL Server 2000 computer. The server contains a Data Transformation Services (DTS) package that queries multiple databases and writes the results to a text file. You run this package by using a Microsoft Windows batch file. The batch file uses the dtsrun utility to execute the DTS package.

You want to ensure that connection properties, such as login names and passwords, cannot be read or modified by users. Which two actions should you take? (Each correct answer represents part of the solution. Choose two.)

A.Save the DTS package so that it has an owner password.

B.Save the DTS package so that it has a user password.

C.Encrypt the DTS package details in the command line of the dtsrun utility.

D.Store the DTS package in the Meta. Data Services repository.

E.Store the DTS package as a Microsoft Visual Basic file.


正确答案:AC
解析:Explanation: In this scenario we will use a windows batch file with the owner password for maximum security.

A: When running the Dtsrun utility on a package you must either specify a user password or a package password. Specify a password for the package to protect sensitive user name and server password information in the package from unauthorized users with owner password. If the package has an owner password, the data is encrypted with the standard encryption API. This protects protect sensitive user name and server password information in the package from unauthorized user.
.
C: You can encrypt the command prompt options to be executed by the DTS Run utility, allowing you to create an encrypted dtsrun command for later use. This will ensure that login names, password and other command line options cannot be read or modified by users.

Note: When a package is saved to SQL Server or as a structured storage file, DTS package passwords can be assigned to the package. These passwords are used in addition to the Windows Authentication or SQL Server Authentication passwords to connect to an instance of SQL Server.

There are two types of DTS package passwords that can be set: an owner password and a user password. If an owner password is set, the package user needs the password to edit or run the package and if a user password is set, the package users with access to the user password can run the package.

Incorrect Answers:
B: There is no need to create a user password. The package will be run with an owner password. The owner password will be protected since the command options are encrypted.

D: The Meta. Data Services repository is the storage container for the meta. data used by Analysis Services. Meta. data is stored in tables in a relational database and is used to define the parameters and properties of Analysis server objects. DTS package information can be saved to Meta. Data Services. This saves meta. data information about the databases referenced in the package, which can be viewed though the DTS Browser.

E: When a DTS package is saved as a Visual Basic file, these files can be used as templates, or starting points, for user-implemented Visual Basic packages. The generated code sets all properties of all objects referenced in the package to the initial values they will have when package execution begins. This includes those that are set to their default values.

第4题:

下列叙述中正确的是()。

  • A、SQL SERVER实例是提供服务的,所以一个SQL Server实例称为一个数据库服务器
  • B、SQL SERVER实例也叫做数据库引擎
  • C、若计算机上安装多个SQL SERVER实例,则它们可以相互管理

正确答案:A

第5题:

你正在设计一个计划对现有的Microsoft SQL Server 2008数据库迁移到SQL Azure数据库包含一个SQL服务器代理工作,清理应用程序日志表。您需要推荐一个方法确保SQL Server代理工作继续不加修改地运行。你推荐()

  • A、使用SQL Azure数据同步服务。
  • B、在SQL Azure运行SQL Server代理。
  • C、使用SQL Server集成服务(ssi)连接到SQL Azure。
  • D、连接现有的本地SQL Server代理工作SQL Azure。

正确答案:D

第6题:

SQL Server 2000提供了数据转换服务(DTS),利用DTS可以实现不同数据源之间的数据转换与传输。关于DTS的功能,下列说法正确的是

A.DTS可以帮助用户方便、快捷地实现数据的导入和导出操作。但DTS只支持SQL Server 2000数据库之间的导入和导出

B.利用DTS传输数据时,用户不能只传输一个表的部分数据,而必须传输整个表的数据

C.利用DTS传输数据时,可以将数据传输到其他数据库服务器上,而且在传输过程中可以在目标服务器上建立新表,并将数据传输到新表中

D.利用DTS在不同数据库间传输数据时,SQL Server并不对执行传输操作的用户进行权限认证。因此,用户可利用DTS传输数据库中的任何数据


正确答案:C
解析:DTS的源数据和目的数据可以是异构的数据库数据,比如将电子表格数据导人到数据库中等;DTS可以用一条查询语句选择数据源中要传输的数据。

第7题:

你设计的策略同步SQL Azure数据库和多个远程Microsoft SQL Server 2008数据库。SQL Azure数据库包含许多表圆形的外键关系。你需要为确保推荐的方法吗所有的远程数据库的变化与SQL Azure数据库同步。什么你应该建议吗?()

  • A、使用SQL Azure数据同步服务。
  • B、使用SQL Server复制。
  • C、使用SQL服务器备份和恢复。
  • D、使用SQL Server数据库快照。

正确答案:A

第8题:

分离数据库后,便将该数据库从SQL Server中删除,但是保存在组成该数据库的数据和事务日志文件中的数据完好无损,这些数据和事务日志文件可以用来将数据库转移到任何SQL Server服务器实例上。()

此题为判断题(对,错)。


参考答案:√

第9题:

要让管理SQL-Server数据库的Management-Studio或者访问数据库的应用程序正常工作,()必须处于启动状态。

  • A、SQL-Server-Analysis-Servers服务
  • B、SQL-Server服务
  • C、SQL-Server-Browser服务
  • D、SQL-Server-Agent服务

正确答案:B

第10题:

使用DTS服务,可以将SQL Server中表的数据转换成Flat File文件。


正确答案:正确

更多相关问题