(Angelos) If you are in the process of moving an existing .NET application to Azure, it’s likely you’ll have to migrate an existing, on-prem SQL database as well. There are a few different ways you can go about this, so let’s go through them.
Tag: sql server
Using SQL Server Integration Services to Generate Excel Files Based on Criteria
(Ron L’Esteve) I have a SQL Server table containing a large dataset and I am interested in creating one Excel file for every product category name using SQL Server Integration Services (SSIS).
Azure Data Lake Store Gen2 is GA
(James Serra) Azure Data Lake Store (ADLS) Gen2 was made generally available on February 7th. In short, ADLS Gen2 is the best of the previous version of ADLS (now called ADLS Gen1) and Azure Blob Storage.
Classify your Azure SQL Database
(blobeater) Here I am talking about SQL Data Discovery & Classification feature that is built into Azure SQL Database.
SQL SERVER – Error 1051: A Stop Control Has Been Sent to a Service that Other Running Services are Dependent On
(Pinal Dave) Sometimes there are some random unexpected errors and it’s always fun to find the cause of them. In this blog we would learn about an error 1051 (A stop control has been sent to a service that other running services are dependent on) which I received while stopping SQL Service in my lab
Connect to On-premises Data in Azure Data Factory with the Self-hosted Integration Runtime – Part 2
(Koen Verbeeck) In part 1 of this tip, we have set up a self-hosted IR environment in an Azure Data Factory (ADF) environment. We then added a node to this IR hosted on our local machine. Through this node, ADF will be able to connect to local resources, such as a local database instance of SQL Serv
SQL SERVER – SQL Clustered Resource in Online Pending State for Long Time Before Coming Online
(Pinal Dave) While doing Comprehensive Database Performance Health Check I always ask my client if there is any pain point which they have with the current state of the database/server.
Azure SQL Database and Transaction Log
(blobeater) Checking out the transaction log in Azure SQL Database. If you are curious like me, you will want to know about what your transaction log is doing in the cloud.
Easy Permissions Audit
(Jason Brimhall) Something I have written about more than a handful of times is the need to audit. When people think about audits, the first thing that comes to mind is most likely the IRS and taxes.
Lesson Learned #71: Fixing an orphaned users using a copy database process in Azure SQL Databases.
(Jose M Jurado) Some days ago, I worked in a service request in this following scenario:
