(Pinal Dave) If you have worked with various SQL Server editions, then you would know that SQL Server Express edition does not have SQL Server Agent service. Due to this, we lose capabilities to automate a lot of things. Let us learn in this blog post how to delete old backup files in SQL Express.
Tag: sql server
Alter database compatibility on all databases in a SQL Server Instance
(Jack Vamvas) Question: I have a SQL Server Instance with 102 databases at a database compatibility level of SQL Server 2012 (110). I’ve recently migrated all the databases onto a SQL Server 2016 instance – and the database compatibility level is still at 110.
Azure SQL Database – the database engine that cannot die
(Jovan Popovic) Azure SQL Database is highly available database Platform as a Service that guarantees that your database will be up and running 99.99% of time, without worrying about maintenance and downtimes.
SQL SERVER – FIX: Backup Detected Log Corruption in database MyDB. Context is Bad Middle Sector
(Pinal Dave) During my consulting, I guide my clients to have a backup plan in place. One of my clients reported that whenever they try to take a Full Backup of a database, it fails precisely after 60% completion.
4 Improvements to Azure SQL Database
(blobeater) If I was a wizard I would make these 4 improvements to Azure SQL Database. They are in no particular order, in fact I could come up with about 10 features / improvements that I would like to see but I think 4 will be suffice. Some are more realistic than others, I am sure for some of th
Automatic Index Management in Azure SQL Database
(Erin Stellato) In February I wrote a blog post about Automatic Plan Correction in SQL Server, and in this post I want to talk about Automatic Index Management, the second component of the Automatic Tuning feature. Automatic Index Management is only available in Azure SQL Database, and it’s not curr
T-SQL Tuesday #101: Essential Tools
(Jason Brimhall) What are the tools you love to use? What are the tools that maybe need a little sharpening? What tools do you have that maybe you wish were the same caliber as somebody else’s tools? And lastly, which tools do you not possess that you wish you possessed?
SQL SERVER – Mirroring Error 1456 – The ALTER DATABASE Command Could not be Sent to the Remote Server Instance
(Pinal Dave) As a part of my consulting, I still get few clients who prefer to use database mirroring over Always On Availability Group. In this blog we would cover about one possible cause of database mirroring Error 1456 – The ALTER DATABASE command could not be sent to the remote server instance.
Introduction to Azure SQL Managed Instance
(Marcin Policht) Microsoft currently offers two built-in methods of running production SQL Server databases in Azure. The first of them relies on the ability of Infrastructure-as-a-Service (IaaS) Azure virtual machines to host a variety of on-premises workloads, including SQL Server instances.
Lesson Learned #42: Creating an alias for my Azure SQL Database Server
(Jose M Jurado) Today, I’ve been working on a service request very interesting.
