Answered by:
Empty Skills Measured of SQL Server 2012 exams 70-461 to 70-467

Question
-
Hi,
This is not a question, but some kind of alert to Microsoft.
I'm planning to take the exam 70-461 (Querying Microsoft SQL Server 2012) later this month and today I've found the Skills Measured tab is empty.
URL: http://www.microsoft.com/learning/en/us/exam.aspx?id=70-461#tab2
Please fix this :)
Thank you,
Best Regards,
Pedro Martins
- Edited by Rechousa Monday, July 16, 2012 5:02 PM Added URL to exam
- Edited by Mr. Wharty Thursday, July 19, 2012 8:05 AM Changed title
Monday, July 16, 2012 5:01 PM
Answers
-
I hae forwarded your concerns onto the relevant people at Microsoft. Thanks for bringing this to their attention.
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCITP, MCDBA
Blog: Mr. Wharty's Ramblings
Twitter: @Mr_Wharty
MC ID: Microsoft Transcript- Proposed as answer by Alberto PoblacionMVP Tuesday, July 17, 2012 5:18 AM
- Marked as answer by Rechousa Thursday, July 19, 2012 10:01 PM
Monday, July 16, 2012 11:27 PM
All replies
-
I hae forwarded your concerns onto the relevant people at Microsoft. Thanks for bringing this to their attention.
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCITP, MCDBA
Blog: Mr. Wharty's Ramblings
Twitter: @Mr_Wharty
MC ID: Microsoft Transcript- Proposed as answer by Alberto PoblacionMVP Tuesday, July 17, 2012 5:18 AM
- Marked as answer by Rechousa Thursday, July 19, 2012 10:01 PM
Monday, July 16, 2012 11:27 PM -
I happen to have an old copy (2012-07-04) of the measured skills I saved to compare the MCSA2012 normal exams vs. the upgrade exams:
----
Skills Being Measured
This exam measures your ability to accomplish the technical tasks listed below.The percentages indicate the relative weight of each major topic area on the exam.The higher the percentage, the more questions you are likely to see on that content area on the exam.
The information after “This objective may include but is not limited to” is intended to further define or scope the objective by describing the types of skills and topics that may be tested for the objective. However, it is not an exhaustive list of skills and topics that could be included on the exam for a given skill area. You may be tested on other skills and topics related to the objective that are not explicitly listed here.
Create Database Objects
Create and alter tables using T-SQL syntax (simple statements).
This objective may include but is not limited to: create tables without using the built-in tools; ALTER; DROP; ALTER COLUMN; CREATE
Create and alter views (simple statements).
This objective may include but is not limited to: create indexed views; create views without using the built-in tools; CREATE, ALTER, DROP
Design views.
This objective may include but is not limited to: ensure code non regression by keeping consistent signature for procedure, views, and function (interfaces); security implications
Create and modify constraints (simple statements).
This objective may include but is not limited to: create constraints on tables; define constraints; unique constraints; default constraints; primary and foreign key constraints
Create and alter DML triggers.
This objective may include but is not limited to: inserted and deleted tables; nested triggers; types of triggers; update functions; handle multiple rows in a session; performance implications of triggers
Work with Data
Query data by using SELECT statements.
This objective may include but is not limited to: use the ranking function to select top(X) rows for multiple categories in a single query; write and perform queries efficiently using the new code items such as synonyms and joins (except, intersect); implement logic which uses dynamic SQL and system metadata; write efficient, technically complex SQL queries, including all types of joins versus the use of derived tables; determine what code may or may not execute based on the tables provided; given a table with constraints, determine which statement set would load a table; use and understand different data access technologies; CASE versus ISNULL versus COALESCE
Implement sub-queries.
This objective may include but is not limited to: identify problematic elements in query plans; pivot and unpivot; apply operator; cte statement; with statement
Implement data types.
This objective may include but is not limited to: use appropriate data; understand the uses and limitations of each data type; impact of GUID (newid, newsequentialid) on database performance, when to use which data type for columns
Implement aggregate queries.
This objective may include but is not limited to: new analytic functions; grouping sets; spatial aggregates; apply ranking functions
Query and manage XML data.
This objective may include but is not limited to: understand XML datatypes and their schemas and interoperability with limitations and restrictions; implement XML schemas and handling of XML data; how to handle XML data in SQL Server and when and when not to use it, including XML namespaces; import and export XML; XML indexing
Modify Data
Create and alter stored procedures (simple statements).
This objective may include but is not limited to: write a stored procedure to meet a given set of requirements; branching logic; create stored procedures and other programmatic objects; techniques for developing stored procedures; different types of stored procedure results; create a stored procedure for data access layer; program stored procedures, triggers, and functions with T-SQL
Modify data by using INSERT, UPDATE, and DELETE statements.
This objective may include but is not limited to: given a set of code with defaults, constraints, and triggers, determine the output of a set of DDL; know which SQL statements are best to solve common requirements; use output statement
Combine datasets.
This objective may include but is not limited to: difference between UNION and UNION all; case vs. isnull vs. coalesce; modify data by using MERGE statements
Work with functions.
This objective may include but is not limited to: understand deterministic and non-deterministic functions; scalar and table values; apply built-in scalar functions; create and alter user-defined functions (UDFs)
Troubleshoot and Optimize Queries
Optimize queries.
This objective may include but is not limited to: understand statistics; read query plans; plan guides; DMVs; hints; statistics IO; dynamic vs. parameterized queries; describe the different join types (HASH, MERGE, LOOP) and describe the scenarios in which they would be used
Manage transactions.
This objective may include but is not limited to: mark a transaction; understand begin tran, commit, and rollback; implicit vs. explicit transactions; isolation levels; scope and type of locks; trancount
Evaluate the use of row-based operations vs. set-based operations.
This objective may include but is not limited to: when to use cursors; impact of scalar UDFs; combine multiple DML operations
Implement error handling.
This objective may include but is not limited to: implement try/catch/throw; use set based rather than row based logic; transaction managementWednesday, July 18, 2012 5:59 AM -
I've noticed that 70-462 is also gone...Thursday, July 19, 2012 6:47 AM
-
I've noticed that 70-462 is also gone...
I have reported this as well. Will check if any of the other SQL 2012 certifications are also missing Skills Measured details.When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCITP, MCDBA
Blog: Mr. Wharty's Ramblings
Twitter: @Mr_Wharty
MC ID: Microsoft TranscriptThursday, July 19, 2012 7:58 AM -
The error exists in the following exams as well:
http://www.microsoft.com/learning/en/us/exam.aspx?id=70-463#tab2
http://www.microsoft.com/learning/en/us/exam.aspx?id=70-464#
http://www.microsoft.com/learning/en/us/exam.aspx?id=70-465#tab2
http://www.microsoft.com/learning/en/us/exam.aspx?id=70-466#tab2
http://www.microsoft.com/learning/en/us/exam.aspx?id=70-467#tab2
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCITP, MCDBA
Blog: Mr. Wharty's Ramblings
Twitter: @Mr_Wharty
MC ID: Microsoft TranscriptThursday, July 19, 2012 8:04 AM -
FYI, It looks like the problem has (finally) been resolved.
Update:
OK, I spoke too quickly the exam information for 70-466 is still hosed.
- Edited by NTDeveloper Thursday, July 19, 2012 7:37 PM
Thursday, July 19, 2012 7:33 PM -
Thank you Mr. Wharty!
My problem is now solved, although still remains a problem with 070-466 Skills Measured details.
Best Regards,
Pedro Martins
Thursday, July 19, 2012 10:03 PM