首页 新闻 会员 周边

在线求解4?。。。

0
[待解决问题]

You work for a gaming company and are tasked with upgrading the code of the back end server application. The back end is originally designed for SQL 2008, but it is being upgraded to work with SQL 2012 for improved spatial data performance. During testing, you discover that the upgraded back end can connect, but it is unable to access some of the SQL 2012 enhanced features.

The SqlConnection.ConnectionString used by the back end to connect is:

Server=gameserver; Database=locationdb; Integrated Security=false; User ID=gameadmin; Password=12345; Type System Version=Latest; Application Name=Fightergame;
Based on the scenario above, why is the upgraded back end application unable to access some of the SQL 2012 enhanced features? 2
Choice 1
No Use Enhanced keyword is present in the connection string.
Choice 2
The Type System Version value must be set to SQL Server 2012.
Choice 3
The Password value length does not meet SQL 2012 requirements.
Choice 4
A Data Source keyword is missing from the connection string.
Choice 5
The User ID value must be sa for all SQL 2012 connections.

RR幻影的主页 RR幻影 | 初学一级 | 园豆:112
提问于:2014-10-15 11:03
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册