(Pinal Dave) I was helping a client to install SQL Server using script/automation (without using UI). They wanted to do command-line install rather than hitting next, next, fill values in the UI as they have to deploy more than 100 servers with SQL installed on it.
Tag: sql server
Market Basket Analysis in R and Power BI
(Saurabh Desai) R supports a wide range of machine algorithm libraries. Using R, we can build predictive models, clustering, classification, etc. Once an R script produces output, we need a way to visualize the output and interact to explore the visualizations effectively.
SQL SERVER – Backup Error: 3636 – An Error Occurred While Processing BackupMetadata
(Pinal Dave) Recently one of my old clients contacted me and informed that they are having an issue with database backup on the secondary replica. In this blog we would learn about how to fix error 3636 – An error occurred while processing BackupMetadata.
Building ARM-based container images with VSTS and Azure Container Registry Build
(Daniel Neumann) Azure Container Registry Build is currently in preview, but it is an awesome feature of ACR. But what is ACR Build? It is a native container build capability directly integrated into the Azure Container Registry. So, we do not need container build agents anymore.
Why Profiler For Life?
(Denny Cherry) I admit it, I still use SQL Profiler. I always have, and I will for the foreseeable future. My reasons are pretty simple.
Building an Azure Event Grid app. Part 3: Turning the publisher app into a Docker image.
(gdavi) Why do I want my publisher app to be a Docker image? Because I’d potentially like to be able to run the app from different environments and/or have other people run the app from their environments. Not having to rebuild or distribute the binaries would make it easier and I can be more certai
SQL Server Reference Data Best Practices – Part 1
(Haroon Ashraf) Reference data is added to the SQL Server database by multiple developers and testers, thereby causing inconsistencies in the database due to reference data updated by one developer getting overwritten by another developer/tester and so on. In this tip we will look at how this can b
Azure SQL Data Sync – keep your data in sync between Azure Hybrid environment SQL Server and SQL DB
(Manoj) SQL Data Sync is a service built on Azure SQL Database that lets you synchronize the data you select bi-directionally across multiple SQL databases and SQL Server instances.
Processes can dramatically improve your work until they don’t.
(Kenneth Fisher) As always with something like this, I like to start with a definition so we are all starting in the same place. From dictionary.com.
Mining Plans : Not just for the plan cache
(Erin Stellato) When looking at query performance there are a lot of great sources of information within SQL Server, and one of my favorites is the query plan itself. In the last several releases, notably starting with SQL Server 2012, each new version has included more detail in the execution plans
