We’re walking for Laura
During #SpectacularSeptember The Laura Crane Youth Cancer Trust are asking people to support them in a virtual Great North Run for the charity on the 13 September 2020.
During #SpectacularSeptember The Laura Crane Youth Cancer Trust are asking people to support them in a virtual Great North Run for the charity on the 13 September 2020.
So it’s week one of Jamie Watson’s ‘I’m a Director…Get me out of here!’ challenge for the Forget Me Not Children’s Hospice.
Are you brave enough to take on bushtucker trials? Our very own Managing Director is! Jamie Watson is taking on the ‘I’m a Director…. Get me out of here!’ challenge for the Forget Me Not Children’s Hospice throughout August.
Covid-19 has made businesses reliant on their online networks and remote-working capabilities for the last few months and will continue to do so as our ‘new normal’ evolves.
The Land Registry has announced that it is bringing forward proposals to accept electronic signatures.
Anyone notice the WWE star at our latest staff quiz?
Recently I came across a problem where I had to parse JSON in SQL and retrieve data in a table format. Parsing Simple JSON in SQL Let us take the following JSON as an example: { “employeeCode”:”E1″, “emailAddress”:”[email protected]”, “firstName”:”nathan”, “lastName”:”poole”, “jobTitleName”:”Developer”, “userId”:”npoole” } In SQL you must declare JSON as NVARCHAR(MAX) and select using “OPENJSON”…
Power BI doesnt really have any version control, I recently overwrote a report with a version that was incorrect. After some research I realiased the only way would be to restore the SQL sever, but instead of restoring the whole database I realised that all the data was effectivly in 3 fields in the CatalogItemExtendedContent…
As part of working out SLA’s by using the working hours between two dates we struggled to find a working solution, one of our developers built a nice function that does just that; SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE FUNCTION [dbo].udctGetWorkingMins(@from DATETIME, @to DATETIME,@daystartmins INT NULL,@dayendmins INT=NULL) RETURNS INT AS BEGIN –…
Microsoft have just announced new product names for the Office 365 Business plans, which will be coming into effect 21st April 2020. Office 365 is split into three main categories: Personal, Business and Enterprise. Microsoft have just announced important name changes to the Office 365 Business subscriptions to bring them into the Microsoft 365 family.…