(Colleen M. Morrow) This post is part of a series on this blog that will explore SQL Server Service Broker, a native messaging and queueing technology built into the SQL Server Database Engine.
Tag: sql server
Reading Always Encrypted Data with SQL Server Integration Services 2016
(Koen Verbeeck) I have a table with a couple of columns encrypted using the Always Encrypted feature. When I try to read the data with Integration Services (SSIS), I get an error. How can I solve this issue?
Taking Azure SQL Data Warehouse for a Test-Drive
(Robert Sheldon) Azure SQL Data Warehouse uses SQL to query the data, but there are some differences to SQL Server’s dialect of TSQL, and queries don’t necessarily work in the same way. DBAs are also required to use SSDT to access Azure SQL Data Warehouse.
SQL SERVER – Error Msg 5042, Level 16 – The File ‘tempdev02’ Cannot be Removed Because it is Not Empty
(Pinal Dave) As a SQL Server DBA you would know that sometimes it is possible to make mistakes with the database. Few of the time it can be corrected. Out of them, some are easy and some are difficult. I was running out of space on my VM and I started hunting for a bigger file on my machine.
Troubleshooting SQL Server Service Broker
(Jack Vamvas) If you’re not experienced in all the nuances of Service Broker, it can be tricky to diagnose or identify if there is an issue with Service Broker.
Polybase error in SQL Server 2016 : Row size exceeds the defined Maximum DMS row size, larger than the limit of [32768 bytes]
(Manoj Pandey) I got an email form one of my reader regarding issues while working with SQL Server 2016 and Polybase, and it is as follows:
Introduction to the Azure SQL Database Advisor
(Marcin Policht) One of the challenges associated with running your workloads in Azure SQL Database is the limited level of management oversight (when compared with databases hosted on full-fledged SQL Server instances) over its resources.
Checksum Transformation
(Darren Green) The Checksum Transformation computes a hash value, the checksum, across one or more columns, returning the result in the Checksum output column. The transformation provides functionality similar to the T-SQL CHECKSUM function, but is encapsulated within SQL Server Integration Services
PowerShell : Scripting Logins, Role Assignments and Server Permissions Using PowerShell
(Prashanth Jayaram) This post is a continuation of Multiple DB refresh automation using PowerShell post . The OP requested me to automate the login transfer process as well. The script should generate an outfile and execute the file on the target server.
Re-Evaluating Best Practices
(Kenneth Fisher) I was reading a blog post from my friend Randolph West (b/t) on Best Practices and a thought struck me.
