July 5, 2011 at 3:55 am
What is the quickest and most effective way of learning T-SQL?
July 5, 2011 at 4:05 am
Actually writing it
Here's what i would do :-
Download the version of sql express i want to practice on
Download adventure works DB and install it
Create a hypothetical scenario based on the data already present in Adworks db
Start coding
Use Books on line for syntax and alternate ways of coding
It all starts with simple
Select , insert , update and delete
July 5, 2011 at 4:09 am
Thanks,
I have adventure Works on my SQL Denali instance......
I will try the approach
July 5, 2011 at 4:46 am
Also try doing tutorials... What is also a good learnig method is to do the T-SQL questions here on SQLServerCentral. They teach one a lot of things!
July 5, 2011 at 5:13 am
lepoto.masedi (7/5/2011)
What is the quickest and most effective way of learning T-SQL?
As boring as it sounds, do the one thing that most people do not do when beginning their studies of any computer language... deeply study "data-types" and the built in functions. That's where a huge amount of knowledge and power lay.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 5, 2011 at 1:59 pm
SQL Server Books Online and Adventureworks DB is the best combination to start with:-)
July 5, 2011 at 8:54 pm
The site in my signature also has some good material for learning the basics of optimizations.
Jason
Webmaster at SQL Optimizations School
July 6, 2011 at 6:42 am
How quickly would I need to duck if I recommend Joe Celko's books? 😀
The best way to learn is almost always to do, but a great book certainly helps along the way.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply