+44 (0)20 3051 3595 | info@coeo.com | Client portal login

The Coeo Blog

Ben Edwards

Recent Posts

Taking the AZ-900 exam? Here’s what you need to know!

In this post, we’ll be looking at Microsoft’s AZ-900 exam (Microsoft Azure Fundamentals) and, based on my own experiences, I’ll share some tips to help you gain this certification.

Concurrency with Azure Backup for SQL Server

For SQL Server IaaS VMs, Microsoft provides Azure Backup for SQL Server – a PaaS service allowing you to leverage the Azure Backup service to back up SQL Server databases easily and in a centralised manner.

In this post, we’ll discuss a recent pitfall we came across with backup concurrency, and how..

Transform your Business Processes with Power Apps

There are still many organisations today which rely on paper forms as a means of collecting data and record keeping. Not only is this an inefficient way of storing the information, but a large quantity of documents can be both challenging and expensive to maintain.

Power Apps can help solve this..

Taking the DP-201 Exam? Here’s what you need to know!

As a follow up to my recent post, we’ll be discussing Microsoft’s DP-201 exam (“Designing an Azure Data Solution”); the second exam and final step required in gaining the Azure Data Engineer Associate certification.

Taking the DP-200 Exam? Here’s what you need to know!

At Coeo, we are actively encouraged to take exams and broaden our understanding in new areas. Not only do these exams help focus our learning, they help to build a breadth of qualifications throughout the company.

In this post, we’ll be discussing Microsoft’s DP-200 exam; the first of two exams..

Check your CHECKDBs

To find out when the last successful DBCC CHECKDB for a given database was, we can use the DBCC DBINFO() command and look for the dbi_dbccLastKnownGood value. Alternatively, Microsoft introduced this information in the form of a DATABASEPROPERTYEX value, starting from SQL Server 2016 SP2:

Back to top