Q. The Packages of SQL Server Extended Events consist of

  • (A) Predicates
  • (B) Types
  • (C) Events
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

Q. Which of these fields has a varbinary data type in the case of cdc.lsn_time_mapping?

  • (A) tran_id
  • (B) start_lsn
  • (C) tran_begin_time
  • (D) all of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) tran_id

Q. Which of these identifies a query plan uniquely for any batch that has been executed and whose plans reside in our plan cache?

  • (A) sql_handle
  • (B) pool_name
  • (C) plan_handle
  • (D) none of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) plan_handle

Q. Which of these backups are taken in full recovery models only or in bulk?

  • (A) Active
  • (B) Log
  • (C) Replica
  • (D) Passive
πŸ’¬ Discuss
βœ… Correct Answer: (B) Log

Q. Which of these would cause a server to raise a certain error whenever the MS SQL Server Analysis Services also finds an error in the MDX script?

  • (A) IgnoreNone
  • (B) IgnoreAll
  • (C) Ignore
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) IgnoreNone

Q. Which of these tools analyse as well as highlights those data rows that do NOT match the general patterns of the rest of the table?

  • (A) Highlight
  • (B) Exceptions
  • (C) Highlight Exceptions
  • (D) Scenario Analysis
πŸ’¬ Discuss
βœ… Correct Answer: (C) Highlight Exceptions

Q. What is the Space Requirement for the SQL Server 2012 R2 Hard Disk for the database engines?

  • (A) 511 MegaBytes
  • (B) 611 MegaBytes
  • (C) 711 MegaBytes
  • (D) 811 MegaBytes
πŸ’¬ Discuss
βœ… Correct Answer: (D) 811 MegaBytes

Q. Which of these would hold some set of temporary data?

  • (A) Msdb
  • (B) Tempdb
  • (C) Master
  • (D) Northwind
πŸ’¬ Discuss
βœ… Correct Answer: (B) Tempdb

Q. How do we delete a login ?

  • (A) DELETE LOGIN login_name
  • (B) DROP LOGIN login_name
  • (C) A login cannot be deleted but only disabled
  • (D) DISABLE LOGIN login_name
πŸ’¬ Discuss
βœ… Correct Answer: (B) DROP LOGIN login_name

Q. In which database state, the database is in single-user mode and may be repaired or restored.

  • (A) OFFLINE
  • (B) SUSPECT
  • (C) EMERGENCY
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) EMERGENCY