July 20, 2012 at 11:09 am
hi all, please guide me with some links to learn the basics of sql server
July 20, 2012 at 11:15 am
the Stairways series is a great start:
http://www.sqlservercentral.com/stairway/
there is a LOT of different subjects, and they build up in complexity and understanding as you go through each stairway.
I'd recommend starting there.
Lowell
July 20, 2012 at 11:55 am
In addition, there are several good books you can get that will step you through various tasks.
One such is coming out next month
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
July 21, 2012 at 9:04 am
Lowell (7/20/2012)
the Stairways series is a great start:http://www.sqlservercentral.com/stairway/
there is a LOT of different subjects, and they build up in complexity and understanding as you go through each stairway.
I'd recommend starting there.
And, donβt hesitate to post your questions in respective forums if you try something & find difficulty in understand/resolve something. Folks here are very friendly, they will help you.
Happy Learning!
July 21, 2012 at 10:57 am
The Stairways are a great way to learn about particular topics.
Your question about learning SQL Server is more like "how do I learn about government" than "how do I learn to drive a car with a manual transmission". It's very open ended. SQL Server is a huge product, with so many parts that none of us knows it all. It really depends if you are learning to program against SQL Server or administer it.
In either case, I'd also recommend picking up a book (either an admin or t-sql book, depending on what you want to learn) and going through it.
July 21, 2012 at 2:39 pm
Build you own lab a.k.a. install SQL Server on your home computer then go to Books Online a.k.a. BOL (installed alongside SQL Server) and read the chapter about architecture.
After that, start practicing... practicing... practicing on the example databases.
Read the newbies section of this forum, try to answer questions by yourself and check your candidate answer with what senior guys are saying.
What's your background?
_____________________________________
Pablo (Paul) Berzukov
Author of Understanding Database Administration available at Amazon and other bookstores.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.July 21, 2012 at 9:33 pm
+1
The only key is to set-up and get-started. The sooner you do the sooner you learn.
~ Lokesh Vij
Link to my Blog Post --> www.SQLPathy.com[/url]
Follow me @Twitter
July 21, 2012 at 9:37 pm
Don't forget to check out the latest SQL Server 2012 book coming your way:
http://tsql.solidq.com/books/tsqlfund2012/
Itzik Ben-Gan's awesomeness π
-Lokesh
~ Lokesh Vij
Link to my Blog Post --> www.SQLPathy.com[/url]
Follow me @Twitter
August 5, 2013 at 4:12 am
I would recommend checking out Microsoft Virtual Academy as a good place to learn SQL Server 2012. They have some really awesome expert led courses. It's a great option for learning at your own pace AND the courses are all free. Good luck!.
August 5, 2013 at 4:40 am
If you are not making mistakes, you are not learning anything new π
_______________________________________________________________
To get quick answer follow this link:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
August 5, 2013 at 7:10 am
Depending on your experience, the stairway on DML is a good place to start. http://www.sqlservercentral.com/stairway/75773/
Then, since so many people seem to struggle with design, here's a stairway for that. http://www.sqlservercentral.com/stairway/72400/
All the stairways start out with the basics and progress through more in-depth information as you go through them. I'd recommend them to anyone interested in learning a particular topic.
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply