SQL Course

Associate
Joined
7 Sep 2005
Posts
1,703
Location
Southampton
Budgets are coming up and work wants me to spec them an SQL course to put me and a colleague on.

Had a quick Google and there seems to be a lot out there.

What's the industry standard SQL course? I'd imagine Microsoft something? Basically we're system developers and have to do a lot of business analysis/report from large SQL-based HR/Payroll systems, I do a lot through SQL queries anyway but no one else knows how to do it and I'd appreciate the tuition as I've only self-taught so far.

We won't be building databases, just reporting on existing ones, building stored procedures etc with a view perhaps in future to create standard web reporting.
 
Just to throw another company in the mix, the best courses I've been on have been done by Developmentor.

I assume you're using MS SQL Server by mentioning Microsoft courses, so here's their link for that:
http://www.develop.com/coursegroup/microsoft-servers

Their courses are not easy going (on a QA course I found myself nodding off it was that slow paced) but if you want to really learn something then I would definitely recommend them.
 
I would learn ANSI SQL as a foundation. I think SQL:2006 is the last finalised standard. Unless SQL:2008 has been finalised now.

Allvendors seem to make their own additions, but all should implement the ANSI standards.
 
I'm currently studying for Microsoft exam 70-433, which deals in SQL as a langauge rather than setting up the server.

I use SQL every single day in my job, but like you, am only self taught. My boss bought me the book for the above exam and I'm learning a fair bit from it.

Hope to get the exam done in the new year.
 
Back
Top Bottom