Not sure if we deserve all the reviews you can see on this site? Here are some of the things we do (very) differently to earn them.
Hidden
Hidden
Friendly and professional training ... guaranteeed▼
How can any training company guarantee the quality of their courses? Here's how:
We limit our courses to no more than 6 people per class.
Unlike almost every other computer training company, we never subcontract or use freelancers - here's why this matters.
The best courseware in the industry? See for yourself▼
Our course manuals and exercises are by some way the best in the computer training industry. Fortunately you don't have to take our word for this - you can see for yourself:
It's dangerous to be sanctimionius, but we can see no possible benefit that tobacco and gambling companies bring to the world (and quite a lot of harm), so we choose not to work for them. Sorry.
We've put a lot of thought into making our online courses as useful and interactive as possbile:
Delegates use Remote Desktop to connect to our machines, so our trainers can see everyone's screens at all time.
We arrange (without charge) a half-hour pre-course check for each online delegate before courses, to ensure that they everyone will be able to join the course seamlessly when it begins.
As well as providing a PDF of the manual and exercises for each online course delegate we will (again without charge) also post this out to each person a few days before if required.
Choose a specific course, or stay on this page to see all of our SQL Server training.
Course:
Our current SQL Server scheduled courses
Can't see the dates/course type that you want? Create your own onsite course (and tailor the content too!).
Course
Dates
Venue/type
Duration
Price
UK times
We don't have any scheduled courses for this combination of criteria: please try different options.
If you can't see the course you want listed above, don't despair! If you can muster 3 or 4 people together, it may well be worth organising an onsite course at your office (we'll provide and set
up the computers), or else
an online course tailored to your needs.
What other people have said about our SQL Server training
Here are some comments we've received about our SQL Server + training. You can see all of our 466 reviews here. We would like to sincerely thank the clients whose names are shown below for kindly agreeing to let us share their feedback.
"Very enjoyable course, communication and procedure from start to finish was great as well. I had everything I needed well in advance, which is a huge plus; this meant no faffing around on the day-of and we were straight in there."
Bradley Swift
Torus62 Ltd
"Company feedback for WiseOwl has been great. Personally, this is the second time I've been on a course with the company and I couldn't fault it."
Hiten Mistry
Ultimate Products Global Sourcing (UPGS)
"Really enjoyable introduction to SQL with a great trainer, who kept us all engaged throughout. The exercises were good reinforcement and had a nice level of challenge to them."
Dave Pringle
ista Energy Solutions Ltd
"I enjoyed the course. The laptop set up was especially helpful as we could use practical examples and see the results for ourselves. I could see that we were all gaining confidence."
Natalie Yau
Wythenshawe Community Housing Group (WCHG)
"Our trainer is great at teaching this course. Very powerful."
Mitch Chambers
Ministry of Housing, Communities & Local Government (MHCLG)
"Really enjoyed the course, well delivered and some great topics."
Gemma Tomlinson
Derby and Burton Hospitals NHS FT
About our SQL Server training
SQL Server is Microsoft's flagship database. Simplifying slightly, you can divide it into the following parts:
Part
What it's used for
Database development
The first thing to do in SQL Server is to create a database, consisting of a number of different related tables. We don't run formal training courses in this as everyone's needs are different, but we can lend you our 30+ yeras of experience of building systems in the form of SQL Server consultancy.
Database querying
Most SQL Server users already have a database; what they want to do is to write queries to get the data out using Transact SQL, Microsoft's dialect of SQL (Structured Query Language). We run a two-day course showing how to select data from a database, and an advanced two-day course showing how to write stored procedures and program in SQL.
Database reporting
SQL queries just output data in tabular format. SQL Server Reporting Services (often abbreviated to SSRS) allows you to create paginated reports based on the tables in your database for printing, converting to Excel or emailing out to interested parties (Report Builder is a version of SSRS which allows you to create one report at a time - you can see the differences between SSRS and Report Builder here).
ETL
SQL Server Integration Services (often abbreviated to SSIS) allows you to Extract, Transform and Load data (so SSIS is often referred to as an ETL package). SSIS one of Wise Owl's favourite products, letting you draw pretty pictures showing how your data is moving around!
Data warehousing
A SQL Server database is called an OLTP (getting weary of these acronyms yet?) or online transaction processing database, but SQL Server also allows you to create an OLAP (online analytical processing) database using something called SQL Server Analysis Services (or SSAS for short). Past versions of SSAS required you to build something called cubes, but for many years now you have been able to use the SSAS tabular model to produce a database containing aggregated data for quick reporting.