21세기 IT업계가 주목 받고 있는 시대에 그 경쟁 또한 상상 할만 하죠! it업계 중 Microsoft 70-464 (Developing Microsoft SQL Server 2012 Databases) 인증시험도 아주 인기가 많은 시험입니다. 응시자는 매일매일 많아지고 있으며 패스하는 분들은 관련 it업계에서 많은지식과 내공을 지닌 분들뿐입니다.Pass4Test 는 여러분의 it전문가 꿈을 이루어 드리는 사이트 입다. Pass4Test는 여러분이 우리 자료로 관심 가는 인중시험에 응시하여 안전하게 자격증을 취득할 수 있도록 도와드립니다. 아직도 Microsoft 70-464 (Developing Microsoft SQL Server 2012 Databases) 인증시험으로 고민하시고 계십니까? Microsoft 70-464 (Developing Microsoft SQL Server 2012 Databases) 인증시험 가이드를 사용하실 생각은 없나요? Pass4Test는 여러분께 편리를 드릴 수 있습니다.Pass4Test의 자료는 시험대비최고의 덤프로 시험패스는 문제 없습니다. Pass4Test의 퍼펙트한 덤프인 Microsoft 70-464 (Developing Microsoft SQL Server 2012 Databases) 인증시험 자료의 문제와 답만 열심히 공부하면 여러분은 완전 안전히 Microsoft 70-464 (Developing Microsoft SQL Server 2012 Databases) 인증 자격증을 취득하실 수 있습니다. Microsoft 70-464 (Developing Microsoft SQL Server 2012 Databases) 인증시험이 이토록 인기가 많으니 우리 Pass4Test에서는 모든 힘을 다하여 여러분이 응시에 도움을 드리겠으며 또 일년무료 업뎃서비스를제공하며 Pass4Test 선택으로 여러분은 자신의 꿈과 더 가까워질 수 있습니다. 희망찬 내일을 위하여 Pass4Test선택은 정답입니다.Pass4 Test선택함으로 당신이 바로 진정한 IT인사입니다.
NO.1 You use SQL Server 2012 to maintain the data used by the applications at your company. You
plan to
create a table named Table1 by using the following statement. (Line numbers are included for
reference
only.)
You need to ensure that Table1 contains a column named UserName.
The UserName column will:
Store string values in any language.
Accept a maximum of 200 characters.
Be case-insensitive and accent-insensitive
Which code segment should you add at line 03?
A. UserName varchar(200) COLLATE Latin1_General_CI_AI NOT NULL.
B. UserName nvarchar (200) COLLATE Latin1_General_CI_AI NOT NULL.
C. UserName nvarchar(200) COLLATE Lati1l_General_CS_AS NOT NULL.
D. UserName varchar(200) COLLATE Latin1 General CS AS NOT NULL.
Answer: B
NO.2 Your company has a SQL Azure subscription. You implement a database named Database1.
Database1 has two tables named Table1 and Table2. You create a stored procedure named sp1.Sp1
reads data from Table1 and inserts data into Table2. A user named User1 informs you that he is
unable to
run sp1. You verify that User1 has the SELECT permission on Table1 and Table2. You need to ensure
that
User1 can run sp1. The solution must minimize the number of permissions assigned to User1.
What should you do?
A. Grant User1 the INSERT permission on Table2.
B. Add User1 to the db_datawriter role.
C. Change sp1 to run as the sa user.
D. Grant User1 the EXECUTE permission on sp1.
Answer: D
NO.3 You use SQL Azure to store data used by an e-commerce application. You develop a stored
procedure
named sp1. Sp1 is used to read and change the price of all the products sold on the e-commerce
site. You
need to ensure that other transactions are blocked from updating product data while sp1 is
executing.
Which transaction isolation level should you use in sp1?
A. read committed
B. repeatable read
C. snapshot
D. serializable
Answer: D
NO.4 You have a SQL Server 2012 database named DB1. You have a backup device named Device1.
You
discover that the log file for the database is full. You need to ensure that DB1 can complete
transactions.
The solution must not affect the chain of log sequence numbers (LSNs).
Which code segment should you execute?
A. BACKUP LCG DB1 TO Device1 WITH COPY_ONLY
B. BACKUP LOG DB1 TO Device1
C. BACKUP LOG DB1 TO Device1 WITH NCRECCVERY
D. BACKUP LOG D31 TO Device1 WITH TRUNCATE ONLY
Answer: B
Microsoft 70-464 (Developing Microsoft SQL Server 2012 Databases) 자료
Posted 2012/12/13 1:49:28 | Category: 미분류 | Tag: