(Kenneth Fisher) T-SQL TuesdayIt’s TSQL Tuesday again! This time our respected host is Bert Wagner (b/t). Quick aside, if you haven’t seen his vlogs before take some time and watch a few. They are entertaining, informative and best of all short!
Tag: sql server
How to Remove Transparent Data Encryption From a Database
(Greg Larsen) There may be a time when you want to turn off transparent data encryption on one of your TDE enabled databases. One of these times might be if you want to send a copy of your database to someone else without having it encrypted.
SQL SERVER – Many BACKGROUND Threads with Command VDI_CLIENT_WORKER
(Pinal Dave) There are so many wait types available in SQL Server and sometimes I feel that it’s an ocean of wait types. I have already written about most common wait types earlier.
Geocoding and Generating Map Images Using R in SQL Server 2017
(Siddharth Mehta) Location data can be found in almost every kind of data domain. The most generic form of location-based data are addresses of users, which contains geographic information like country, state, and city. In this time of visual analytics, users are used to analyzing any geographic dat
SQL SERVER – Adding Values WITH OVER and PARTITION BY
(Pinal Dave) Once in a while, I get questions where users have indeed explained the question well enough that I can easily understand their question. If I understand question quickly, I am always able to answer it efficiently as well. In this blog post, we will see one such question which I answered
More Details On The RowsetSerializationLimit Server Property For Analysis Services
(Chris Webb) The recent blog post on the Analysis Services team blog about new memory options contained information about some very interesting functionality that has just been added.
Introduction to Azure Cosmos DB Global Distribution
(Marcin Policht) Global distribution of updatable data stores is one of the more challenging goals that software designers and architects have been struggling with over the years.
Run R and Python Remotely in SQL Server from Jupyter Notebooks or any IDE
(Kyle Weller) Did you know that you can execute R and Python code remotely in SQL Server from any IDE? This eliminates the need to move data around. Instead of transferring large and sensitive data over the network or losing accuracy with sample csv files, you can have your R/Python code execute wit
Using UNPIVOT to Traverse a Configuration Table’s Rows and Columns
(lukaseder) Imagine you have a configuration table like the following:
SQL Server Spatial: Creating (Multi)LineStrings geometries from COGO XML instructions
(Simon Greener) Previously I wrote about a function that converted the segments of a (Multi)LineString into a COGO XML document that contains all the instructions (bearing, distances, move deltaZ etc) to create a (Multi)LineString.
