SQL Server 2000提供了数据转换服务(DTS),利用DTS可以实现不同数据源之间的数据转换与传输。关于DTS的功能,下列说法正确的是A.DTS可以帮助用户方便、快捷地实现数据的导入和导出操作。但DTS只支持SQL Server 2000数据库之间的导入和导出B.利用DTS传输数据时,用户不能只传输一个表的部分数据,而必须传输整个表的数据C.利用DTS传输数据时,可以将数据传输到其他数据库服务器上,而且在传输过程中可以在目标服务器上建立新表,并将数据传输到新表中D.利用DTS在不同数据库间传输数据时,SQL Server并不对执行传输操作的用户进行权限认证。因此,用户可利用DTS传输数据库中的任何数据
SQL Server 2000提供了数据转换服务(DTS),利用DTS可以实现不同数据源之间的数据转换与传输。关于DTS的功能,下列说法正确的是
A.DTS可以帮助用户方便、快捷地实现数据的导入和导出操作。但DTS只支持SQL Server 2000数据库之间的导入和导出
B.利用DTS传输数据时,用户不能只传输一个表的部分数据,而必须传输整个表的数据
C.利用DTS传输数据时,可以将数据传输到其他数据库服务器上,而且在传输过程中可以在目标服务器上建立新表,并将数据传输到新表中
D.利用DTS在不同数据库间传输数据时,SQL Server并不对执行传输操作的用户进行权限认证。因此,用户可利用DTS传输数据库中的任何数据
相关考题:
( 13 )关于 TCP/IP 参考模型传输层的功能,下列哪种描述是错误的 ? ( )A )传输层可以为应用进程提供可靠的数据传输服务B )传输层可以为应用进程提供透明的数据传输服务C )传输层可以为应用进程提供数据格式转换服务D )传输层可以屏蔽低层数据通信的细节
You are a database administrator in the Los Angeles branch office of a specialty foods supplier. A mainframe. database at the headquarters contains all company data. Each branch office contains a SQL Server 2000 computer that imports regional data from the mainframe. database.The server in Los Angeles contains a Data Transformation Services (DTS) package that uses OLE DB to connect to the company's mainframe. database. The DTS package extracts and transforms data about buyers and products for that region. The DTS package then writes the data to the SQL Server database in Los Angeles.You need to configure a SQL Server computer for the new branch office in Sydney. You want to copy the Los Angeles package and modify it so that it writes data to the SQL Server database in Sydney.You use the DTS Designer to modify the DTS package so that it imports regional data from the mainframe. database to the server in Sydney. The modified DTS package runs successfully on the server in Los Angeles. You save this DTS package to the server in Sydney, but the server in Sydney cannot connect to the mainframe. database.You want to enable the server in Sydney to connect to the mainframe. database. What should you do?A.Change the connection properties in the DTS package so that the package uses new login credentials to connect to the mainframe. database.B.Modify the workflow in the DTS package so that the server in Sydney is included.C.On the server in Sydney, install an OLE DB provider for the mainframe. database.D.On the server in Sydney, delete and then re-create the DTS package.
You are the administrator of a SQL Server 2000 computer. Each evening after business hours, you perform. database maintenance tasks. You create a Data Transformation Services package to populate the data warehouse. MAPI is not installed on the server.You want to schedule the DTS package to run each night. You want to attend to other duties while the DTS package is executing. You also want to be notified if the DTS package fails.What should you do?A.Select the DTS packages log package execution to SQL server check box. Create a SQL server event alert to notify you if the package fails.B.Select the DTS packages write completion status to event log check box. Create a SQL server event alert to notify you if the package fails.C.Configure the DTS package to include an on failure precedence constraint and a send mail task. Configure the send mail task to notify you if the package fails.D.Configure the DTS package to include an on failure precedence constraint and a send mail task. Configure the execute process task to execute a not send command that will notify you if the package fails.
假设一系统原来使用Access数据库,现要使用sql server数据库,采用()方法可以完成两个数据库之间的数据转换工作。A、Sql server的附加数据库功能B、Sql server的还原数据库功能C、在Sql server中可直接打开Access数据库,另存即可。D、Sql server的导入导出功能
假设某一系统,原来使用Access数据库,现在改用SQL server数据库,采用()方法可以快速完成两个数据库之间的数据转换动作。A、SQL server的附加数据库功能B、SQL server的还原数据库功能C、在SQL server中直接打开Access数据库,另存即可D、使用SQL server的的导入/导出功能
下列关于DTS数据转换的叙述中,正确的是()。A、DTS转换是在数据到达目的之后应用于一块数据的一个或多个函数或操作B、源数据会改变C、DTS可以操纵列数据,包括更改列的类型、大小、小数位数或为空型等D、DTS只能将文本文件转换为SQL Server数据表
关于DM迁移工具DTS说法错误的是()A、DM数据迁移工具DTS可跨平台实现数据库之间的数据和结构互导B、DTS可实现DM数据库与文本文件之间的数据或者结构互导C、DTS无法支持迁移过程中的数据类型转换D、在迁移的过程中它最大限度地保留了源数据的原始信息
You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work a database administrator for your company. There is a Data Transformation Services (DTS) package, and the DTS package is stored in SQL Server 2000. And you plans to have the SQL Server 2000 migrated into SQL Server 2005. The DTS package dynamically configures precedence constraints by utilizing complex Microsoft Visual Basic Scripting Edition (VBScript). The SQL Server 2005 Package Migration Wizard is run by you, but the wizard cannot convert the package from SQL Server 2000 to SQL Server 2005. You are required to make sure that the DTS package runs in SQL Server 2005. And the package should be run in the shortest time. Which action should be utilized?()A、The SQL Server 2000 Data Transformation Services (DTS) package should be wrapped in an Execute DTS 2000 Package task.B、The SQL Server 2000 Data Transformation Services (DTS) package should be manually recreated as a SQL Server Integration Services (SSIS) package.C、The SQL Server 2000 Data Transformation Services (DTS) task should be configured to not utilize precedence constraints. Then, the SQL Server 2005 Package Migration Wizard should be run again.D、The SQL Server 2005 Package Migration Wizard should be run. And when the upgrade fails, a Transfer SQL Server Objects task should be run.
关于ABIS辅助批量之DATAMOVE数据提取的说法,正确的包括()A、它完成ABIS、BoEing、IFAR等大型生产数据库的原始数据获取B、它完成向FMIS、DTS等小型生产系统的数据推送C、它为基础数据平台提供数据源D、它为AIPS系统提供数据源
下列关于数据迁移工具DTS的介绍不正确的是哪个()A、可跨平台实现数据库之间的数据和结构互导B、可复制从SQL查询中获得的数据C、在迁移过程中数据类型不可改变D、可实现DM数据库与文本文件之间的数据或者结构互导
单选题下列关于DTS数据转换的叙述中,正确的是()。ADTS转换是在数据到达目的之后应用于一块数据的一个或多个函数或操作B源数据会改变CDTS可以操纵列数据,包括更改列的类型、大小、小数位数或为空型等DDTS只能将文本文件转换为SQL Server数据表
多选题关于ABIS辅助批量之DATAMOVE数据提取的说法,正确的包括()A它完成ABIS、BoEing、IFAR等大型生产数据库的原始数据获取B它完成向FMIS、DTS等小型生产系统的数据推送C它为基础数据平台提供数据源D它为AIPS系统提供数据源
单选题You are a professional level SQL Server 2005 database administrator in an international corporation named Wiikigo. You are experienced in implementing high-availability solutions, monitoring the database server, and design deployment. In the company, you major job is the deployment, maintenance and support of Microsoft SQL Server 2005. You work a database administrator for your company. There is a Data Transformation Services (DTS) package, and the DTS package is stored in SQL Server 2000. And you plans to have the SQL Server 2000 migrated into SQL Server 2005. The DTS package dynamically configures precedence constraints by utilizing complex Microsoft Visual Basic Scripting Edition (VBScript). The SQL Server 2005 Package Migration Wizard is run by you, but the wizard cannot convert the package from SQL Server 2000 to SQL Server 2005. You are required to make sure that the DTS package runs in SQL Server 2005. And the package should be run in the shortest time. Which action should be utilized?()AThe SQL Server 2000 Data Transformation Services (DTS) package should be wrapped in an Execute DTS 2000 Package task.BThe SQL Server 2000 Data Transformation Services (DTS) package should be manually recreated as a SQL Server Integration Services (SSIS) package.CThe SQL Server 2000 Data Transformation Services (DTS) task should be configured to not utilize precedence constraints. Then, the SQL Server 2005 Package Migration Wizard should be run again.DThe SQL Server 2005 Package Migration Wizard should be run. And when the upgrade fails, a Transfer SQL Server Objects task should be run.
单选题假设某一系统,原来使用Access数据库,现在改用SQL server数据库,采用()方法可以快速完成两个数据库之间的数据转换动作。ASQL server的附加数据库功能BSQL server的还原数据库功能C在SQL server中直接打开Access数据库,另存即可D使用SQL server的的导入/导出功能
单选题数据转换服务(DTS)的任务不包括()。A导入和导出数据B转换数据C复制数据库对象D创建数据库对象