Reddit Reddit reviews Exam Ref 70-761 Querying Data with Transact-SQL

We found 6 Reddit comments about Exam Ref 70-761 Querying Data with Transact-SQL. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer & Technology Certification Guides
Microsoft
Exam Ref 70-761 Querying Data with Transact-SQL
MICROSOFT PRESS
Check price on Amazon

6 Reddit comments about Exam Ref 70-761 Querying Data with Transact-SQL:

u/Jbicey · 17 pointsr/SQLServer

I would first establish a list of expected responsibilities as an Accidental DBA with your supervisor. Do they have a CSO or other security-minded employees who have login policies in place already, or does that fall to you? Does your company design and deploy its own databases often? If so, who will be in charge of that design? Will it be you, a database developer, or someone else?

When you establish a list of responsibilities an expectations, you can then make a plan of action to learn about each of these topics. It takes an ocean of knowledge and responsibility and helps you narrow it down and focus on the fundamentals of what you will be doing day to day.

That being said, here are some resources you might consider using:

u/fauxmosexual · 3 pointsr/SQL

Get this book and study it, and actually do all of the exercises and questions until you're comfortable.

u/FoCo_SQL · 1 pointr/SQLServer

I ran into a similar conundrum. If you read the 70-461 or T-SQL Fundamentals, they have practice problems that are related. The 70-761 does not contain practice testing material.

Apart from that, it's recommended to do the more official practice tests if you decide you need one. They are supposed to be more difficult than the real test, but I do not have any experience taking the practice tests. I am thinking of trying the 762 practice test though.

I did use one other resource that was a practice test and I'll list it below, but here's a copy from my site that lists my favorite resources from when I studied for my 761.

My favorite resources:

https://www.cathrinewilhelmsen.net/2015/01/28/preparing-for-and-taking-exam-70-461-querying-microsoft-sql-server-2012/

https://www.mssqltips.com/sqlservertip/4644/sql-server-exam-70761-study-material-for-querying-data-with-transactsql/

https://www.amazon.com/T-SQL-Fundamentals-3rd-Itzik-Ben-Gan/dp/150930200X

https://www.amazon.com/Training-70-461-Querying-Microsoft-Server/dp/0735666059/ref=sr_1_1?ie=UTF8&qid=1513628070&sr=8-1&keywords=70%3D461

https://www.amazon.com/Exam-70-761-Querying-Data-Transact-SQL/dp/1509304339/ref=sr_1_1?s=books&ie=UTF8&qid=1513628083&sr=1-1&keywords=70-761

http://www.accelerated-ideas.com/70761-practice-test-questions.aspx#.WeeTWVtSypo

https://www.mssqltips.com/sqlservertip/4015/introducing-json-for-sql-server-2016/

https://www.mssqltips.com/sqlservertip/4073/sql-server-2016-advanced-json-techniques--part-1/

https://docs.microsoft.com/en-us/sql/relational-databases/json/json-data-sql-server

https://www.mssqltips.com/sqlservertip/3680/introduction-to-sql-server-2016-temporal-tables/

https://docs.microsoft.com/en-us/sql/t-sql/queries/select-group-by-transact-sql

https://www.mssqltips.com/sqlservertip/1958/sql-server-cross-apply-and-outer-apply/

u/dataruntheworld · 1 pointr/SQL

I completed the 70-761 T-SQL exam.

For the exam I used:

  1. Edx - They have a free SQL course.
    https://www.edx.org/course/querying-data-with-transact-sql
  2. I learnt basic and more complex topics from a book called 'Exam Ref 70-761 Querying Data with Transact-SQL' by Itzik Ben-Gan. The book has some really great examples.

    https://www.amazon.com/Exam-70-761-Querying-Data-Transact-SQL/dp/1509304339

    I would recommend practising each new topic locally so you get a feel for it. I hope this helps!
u/davidbrit2 · 1 pointr/sysadmin

If you're a quick study, this one is a great crash course:

https://www.amazon.com/Exam-70-761-Querying-Data-Transact-SQL/dp/1509304339/

I used that to brush up for the exam and pick up on new SQL Server 2016 stuff I hadn't used.