(Jack Vamvas) Question: How can I find the owner of a SQL Server schema ?
Tag: sql server
Reaching Azure disk storage limit on General Purpose Azure SQL Database Managed Instance
(Jovan Popovic) Azure SQL Database Managed Instance is SQL Server implementation on Azure cloud that keeps all database files on Azure storage. In this post you will see how Managed Instance allocates disks in the storage layer and why is this important.
Security Benefits for SQL Server Temporal Tables – Part 2
(Ameena Lalani) You may have heard about SQL Server Temporal Tables by now, but do you know all the benefits of using them? In this tip we look at some of the benefits and uses of SQL Server Temporal Tables.
SQL SERVER – Error 9002: The Transaction Log for Database ‘SQLDB’ is Full Due to ‘DATABASE_MIRRORING’
(Pinal Dave) It is interesting to see in SQL Server that same error message is raised due to multiple reasons. One such error is 9002. In this blog, we would quickly learn about the cause of error 9002: The transaction log for database ‘SQLDB’ is full due to ‘DATABASE_MIRRORING’
How to Change SQL Server Instance Name Running on a Linux Server
(Manvendra Singh) Sometimes we need to rename a SQL Server instance name to make it conform to our naming conventions for our environment. If we change a Linux server name, then also we need to change the SQL Server instance name to avoid any issues. In this tip, we will cover how to rename a SQL Se
Using dysk in Azure Kubernetes Service as persistent storage option
(Daniel Neumann) When you are running stateful microservices on your AKS cluster and you are looking for a persistent storage options beside native Azure PaaS services like Cosmos DB, Azure SQL Database, Azure Database for MySQL or Azure Database for PostgreSQL, then you have two options.
Azure SQL DW – Query Labels
(blobeater) Using a query label in Azure SQL DW (Data Warehouse) can be a really handy technique to track queries via DMVs. You might want to do this to see what problematic queries are doing under the covers.
SQL SERVER – Observation: ROWLOCK Hint and Slow Performance
(Pinal Dave) During my recent Comprehensive Database Performance Health Check Developer showed me a slow query which used ROWLOCK hint. The common understanding is that with the help of ROWLOCK hint SQL Server only locks a single row which eventually leads to performance but in their case, it was ac
Quick start tips for using the new MSSQL-CLI SQL query tool
(Michael Otey) The new MSSQL-CLI command-line tool provides many enhancements over SQLCMD CLI that enable you to quickly write and run T-SQL queries across Linux, macOS and Windows.
Analyze Actual Execution Plan
(Grant Fritchey) One of the many new sets of functionality introduced in SQL Server Management Studio 17 is the new option “Analyze Actual Execution Plan.” If Microsoft continues down this path, there will be a lot of useful functionality at some point.
