robinwilson16

I work at FEA (FE Associates) as an MIS Consultant where I support colleges with their technical reporting and development requirements.

I write SQL queries, views, table-valued functions and procedures using SQL Server Management Studio from a variety of different data sources and design and deploy SSRS reports to a Reporting Services Server.

I also develop web-based applications using C#, JavaScript, jQuery which link to databases for data storage and retrieval and integrate new and existing systems to the main College Management Information System.

I have held similar roles in colleges, universities and schools for the past 11 years and have also taught on foundation degrees and HNDs in computing and hold a PGCE qualification.

I also maintain Linux (Ubuntu) web servers on a private cloud, writing bash scripts and develop and host responsive websites for different organisations such as https://www.metrocentreautoworld.co.uk and http://www.imageworksne.co.uk. For more information please visit https://www.rwsservices.net

In my spare time I enjoy cycling, gaming on the Xbox One/PS4 and learning about new technologies.
  • Interests: Website development, testing beta software and cycling

It seems we can’t find what you’re looking for. Perhaps searching can help.

Blogs

UNION vs UNIONALL: #SQLNewBlogger

By

While writing another post I realized my UNION query didn’t work as one might...

T-SQL Tuesday #199 Invitation: Back to on-prem?

By

It’s time for T-SQL Tuesday again! And we’re almost to number 200! T-SQL Tuesday...

Data Skew in Data Engineering: What It Is and How to Fix It

By

You kick off a distributed job expecting it to finish in minutes — but...

Read the latest Blogs

Forums

Secure Cached Plans

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Secure Cached Plans

Complex Data Processing with dbt Python Models: The Fabric Modern Data Platform

By John Miner

Comments posted to this topic are about the item Complex Data Processing with dbt...

Over or Under Provisioned

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Over or Under Provisioned

Visit the forum

Question of the Day

Secure Cached Plans

The DMV, sys.dm_exec_cached_plans, contains rows for each cached plan on an instance. In Azure SQL Database, not every used has rights to every database, as there does exist an instance behind each database. How is security handled for this DMV in Azure?

See possible answers