locked
SQL Server developer certification RRS feed

  • Question

  • Hello,

    I am SQL sever T-SQL developer. I am purely into writing queries and database objects. I have 8+ years of experience into this field. Now I want to do Microsoft certification in this field. Can anyone please guide me which exams I should go for and how to proceed?

    Please help.

    Saturday, September 20, 2014 5:47 PM

Answers

All replies

  • These will be helpfull:

    http://msdn.microsoft.com/en-us/sqlserver/bb895927.aspx

    There seems to be some problems with the training sites now but am sure you can get your hands on them later.

    https://www.microsoft.com/learning/

    Saturday, September 20, 2014 5:59 PM
  • >> It is look like all the links (i did not check all but lot) from the first URL are not working and I do not get error 500 but error message "We are sorry, the page you requested cannot be found" which is probably custom error page for error 404.

    >> On the second URL I am getting the asp.net yellow page! which is not a good sign for the developer team :-(

    Runtime Error

    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. 

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>


    [Personal Site] [Blog] [Facebook]signature

    • Edited by pituachMVP Saturday, September 20, 2014 9:53 PM
    Saturday, September 20, 2014 9:52 PM
  • You can start with SQL Server 2012 70-461 exam:

    http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Dstripbooks&field-keywords=exam%2070-461&sprefix=exam+7%2Cstripbooks

    The other SQL Server 2012 exams: 70-462 & 70-463.

    I took 70-461. It is a challenging, practical-oriented exam.



    Kalman Toth Database & OLAP Architect SQL Server 2014 Database Design
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012



    • Edited by Kalman Toth Saturday, September 20, 2014 9:59 PM
    Saturday, September 20, 2014 9:59 PM
  • This is an interactive page, please choose database for getting to certifications path,

    http://www.microsoft.com/education/itacademy/Pages/roadmap.aspx


    Be the change you want.

    • Proposed as answer by pituachMVP Sunday, September 21, 2014 11:09 AM
    • Marked as answer by Charlie Liao Sunday, September 28, 2014 2:21 AM
    Sunday, September 21, 2014 3:24 AM
  • Nice link, thilla

    [Personal Site] [Blog] [Facebook]signature

    Sunday, September 21, 2014 11:10 AM
  • Try below link

    SQL Server 2012 Certification

    http://www.mssqltips.com/sqlservertip/2819/sql-server-2012-certification-path/
    http://www.bouvet.no/Global/Kurs/Dokumenter/IT_Academy-CertRoadmap.pdf

    Thanks

    Saravana Kumar C

    Sunday, September 21, 2014 12:18 PM
  • One thing to be aware of.  Some of the exams that are marked SQL Server 2012 also include enough material from SQL Server 2014 to cause you to fail if you are not very strong in the SQL 2012 material.

    Russel Loski, MCT, MCSE Data Platform/Business Intelligence. Twitter: @sqlmovers; blog: www.sqlmovers.com

    Sunday, September 21, 2014 2:52 PM