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 463 reviews here. We would like to sincerely thank the clients whose names are shown below for kindly agreeing to let us share their feedback.
"The course structure and coaching method were great. Our trainer was a joy to work with, his experience and expertise, as well as people skills were amazing. Could not ask for a better trainer. Will defo be in touch for further training courses and advise etc."
Adaul Akbar
DHU Healthcare CIC
"Really helpful and knowledgeable trainer who made the course and content interesting and engaging. Extremely helpful."
Benjamin Nutter
Hilti (GB) Ltd
"Thoroughly enjoyed the course, the trainer was very knowledgeable. He broke the course down well and answered all the questions I had. Best training experience I've had, thank you. Required SSRS training and your company was highly rated on Google and on top searches."
Tom Evans
The Placement Group (TPG)
"A fantastic trainer who made sure everything was very clear and understood before moving to the next topic. The book you sent out has been genuinely helpful and I have kept it in my laptop bag for work and have already made additional use of it this morning."
Callum MacKay
Derby and Burton Hospitals NHS FT
"Really enjoyed the course. Informative friendly trainer, who explained more complex features simply and clearly. Liked the ease of accessing the training from home."
Nicola Sneddon
The Richmond Fellowship Scotland
"The course gave a great initial introduction to SQL and how to build useful queries that I can use to interrogate our datasets."
Imogen Soper
Ministry of Housing, Communities & Local Government (MHCLG)
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.