首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
You are the administrator of a SQL Server 2000 computer named SQL1. You want to perform ad hoc distribution queries against a da
You are the administrator of a SQL Server 2000 computer named SQL1. You want to perform ad hoc distribution queries against a da
admin
2009-05-19
140
问题
You are the administrator of a SQL Server 2000 computer named SQL1. You want to perform ad hoc distribution queries against a database that is stored on a SQL Server 2000 computer named SQL2. SQL2 contains several databases, and each of these databases uses a different collation.
You want to ensure that comparisons in distributed queries are evaluated correctly. You also want to minimize administrative overhead.
How should you configure SQL1?
选项
A、Use the ALTER DATABASE statement to change the collation of the databases on SQL1.
B、Add SQL2 as remote server.
C、Add SQL2 as a linked server. Select the Use Remote Collation check box, and do not specify a collation name.
D、Add SQL2 as a linked server. Select the Use Remote Collation check box, and specify a collation name. Repeat this process once for each database on SQL2.
答案
C
解析
Explanation: We should set up SQL2 as a linked server. This would enable to issue distributed queries to it. We should also select Remote Collation option to use the collation on the remote server.
Note: SQL Server 2000 allows the creation of links to OLE DB data sources called linked servers. After a link has been created it is possible to reference rowsets from the OLE DB data sources as tables in Transact- SQL statements and pass commands to the OLE DB data sources and include the resulting rowsets as tables in Transact-SQL statements.
Each distributed query can reference multiple linked servers and can perform either update or read operations against each individual linked server. A single distributed query can perform read operations against some linked servers and update operations against other linked servers. The linked server options defined by using the sp_serveroption stored procedure control how SQL Server uses collations from linked servers. When the UseRemoteCollation option is set to TRUE, it specifies that the collation of remote columns is used for SQL Server data sources, and the collation specified in CollationName is used for data sources other than SQL Server.
When FALSE, distributed queries always use the default collation of the local server instance, and CollationName and the collation of remote columns are ignored. If the UseRemoteCollation option is set to TRUE, we can specify the name of the collation used by the remote data source in the CollationName option. The collation must, however, be supported by SQL Server. This option should be used when accessing an OLE DB data source other than SQL Server, but whose collation matches one of the SQL Server collations
Incorrect Answers:
A: The COLLATE clause of the ALTER DATABASE statement can be used to change the collation used by the database. However, this solution is inappropriate as the SQL2 server contains several databases, each of which uses a different collation. We would thus not be able to specify all the collations.
B: Remote servers are set up in pairs with both servers configured to recognize each other as remote servers. The configuration options for both servers should be set so that each instance of SQL Server allows remote users to execute procedure calls. However, support for remote servers is provided for backward compatibility only. Applications that must execute procedures against remote instances of SQL Server 2000 should use linked servers instead.
D: In this scenario we cannot specify the collation name as SQL2 contains several databases, each of which use a different collation.
转载请注明原文地址:https://www.kaotiyun.com/show/7whZ777K
本试题收录于:
微软70228题库微软认证分类
0
微软70228
微软认证
相关试题推荐
Inthe1930s,anAmericanmeatcompanycameoutwithaspicedhamproductsoldinacan.Beforelong,Spam,asitwascalled,be
Severaltypesoffinancialriskareencounteredininternationalmarketing;themajorproblemsincludecommercial,political,an
Ofallthegoodsandservicestradedinthemarketeconomy,pharmaceuticalsareperhapsthemostcontentious.Thoughproducedby
Imaginativeworkssuchasnovels,plays,films,fairytales,andlegendspresentamoreaccurateandmeaningfulpictureofhuman
Inthissection,youareaskedtowriteanessaybasedonthefollowinginformation.Makecommentsandexpressyourownopinion.
In2016,manyshoppersoptedtoavoidthefreneticcrowdsanddotheirholidayshoppingfromthecomfortoftheircomputer.But
LastThursday,theFrenchSenatepassedadigitalservicestax,whichwouldimposeanentirelynewtaxonlargemultinationalst
Whateverhappenedtothedeathofnewspaper?Ayearagotheendseemednear.Therecessionthreatenedtoremovetheadvertising
若当前目录中有一个数据库ABC,则使用下列命令可以打开该数据库,且限制该数据库不可修改。 OPENDATABASEabc(4)
Guest账户和Administrator账户一样是由系统建立的,不能被禁用。
随机试题
在体内经肠道吸收后,几乎全部用于CoA合成的维生素是
α-受体兴奋为主,有轻度兴奋β-受体的血管收缩药指具有多种作用,能直接兴奋β-受体又具有扩张肾动脉和肠系膜作用者是指
(三)【背景资料】承担某公路工程项目施工任务的某施工单位根据有关文件和资料对该公路工程质量控制设置了关键点,该工程技术总负责人负责对技术文件、报告、报表进行了审核和分析,在具体施工中遇到以下情况:(1)由于第三方的原因,该工程被迫停工,停
单位工程竣工成本分析,应包括的内容有()。
发展环境,主要是指世界经济形势、各种资源和市场要素分布和流动的情况以及外国与我国的双边经济关系。()
Humanrelationshavecommandedpeople’sattentionfromearlytimes.Thewaysofpeoplehavebeenrecordedininnumerablemyths,
「勤勉こそ美徳である」という言葉は、21世紀には死語(汉语意思:不用的语言)にしたい。「心豊かに生きることこそ美徳である」という言葉をそれに代えたい。これまで日本人はよく働く国民であると世界的に評価されてきた。ところが、最近は事情がだいぶ変わって
SHOPPERSonBlackFriday,thetraditionalstartoftheholidayshoppingseasoninAmerica,whichfallsonNovember27ththisyea
Shortlyafterhisretirement,theformerpresident______gardeningandhunting.
A、At9:00.B、At9:30.C、At9:25.D、At10:00.D数字判断题对话中出现了几个不同的表示时间的数字,最后的问题是会面实际确定的时间,因此应当是10点。
最新回复
(
0
)