Binary eXchange Language, and data coming back from SqlSatellite

Binary eXchange Language format,data coming back to SQL Server from SqlSatellite | Continue reading


@nielsberglund.com | 7 years ago

SQL Server: Binary EXchange Language and Packet Sizes

More about Binary eXchange Language, we're looking at packet sizes - and what happens inside SQL Server. | Continue reading


@nielsberglund.com | 7 years ago

SQL Server: Move Over TDS, Binary EXchange Language Is Here

Binary eXchange Language format, and strange packet sizes. | Continue reading


@nielsberglund.com | 7 years ago

When does SQL statements get executed when we run sp_execute_external_script?

When is SQL statements executed when executing external scripts? | Continue reading


@nielsberglund.com | 7 years ago

Kafka Streams, Azure Databricks Delta, SQL Server 2019, and Other Topics

Kafka streams, Azure Databricks Delta, lots of SQL Server 2019, and other interesting topics! | Continue reading


@nielsberglund.com | 7 years ago

TCP Communication Between SQL Server and SqlSatellite in SQL ML Services

More about the TCP/IPpackets sent from SQL Server to SqlSatellite. | Continue reading


@nielsberglund.com | 7 years ago

Run SQL Server 2019 for Linux in a Docker Container on a Windows Machine

A look at how to run SQL Server 2019 for Linux in a Docker container on a Windows machine. | Continue reading


@nielsberglund.com | 7 years ago

We Use WireShark to Look at Strange TCP Packets SQL Server Sends

What are the two strange TCP/IP packets sent from SQL Server to SqlSatellite, and who sends them? | Continue reading


@nielsberglund.com | 7 years ago

Use WinDbg and WireShark to See How SQL Server Sends Data to the SqlSatellite

Here we look at how data is sent to SqlSatellite. We use WinDbg, WireShark and other cool stuff! | Continue reading


@nielsberglund.com | 7 years ago

SqlSatellite and communication between SQL ML Services components

Where we look at SqlSatellite and communication between SQL Server R Services components | Continue reading


@nielsberglund.com | 7 years ago

Launchpad service and some components it loads; Rterm.exe, BxlServer.exe, etc.

Here we look at some of the components the launchpad service loads; Rterm.exe, BxlServer.exe, etc. | Continue reading


@nielsberglund.com | 7 years ago

Files and sub-directories created when executing sp_execute_external_script

We look at the files and sub-directories created when executing sp_execute_external_script. | Continue reading


@nielsberglund.com | 7 years ago

What are these strange directories Launchpad service creates?

This post looks at the directories created by the launchpad service in SQL Server R Services when executing an external script. | Continue reading


@nielsberglund.com | 7 years ago

The Launchpad Service, RTerm Processes and Parallelism in SQL ML Services

More about the launchpad service and RTerm processes in relation to parallelism in SQL Server R Services. | Continue reading


@nielsberglund.com | 7 years ago

A look at what happens in SQL Server when SqlSatellite returns data

Using WinDbg to find out what happens inside SQL Server when data is returned from SqlSatellite | Continue reading


@nielsberglund.com | 7 years ago

How Output Parameters Are Handled in SQL Server Machine Learning Services

A look at how output parameters are handled in SQL Server R Services | Continue reading


@nielsberglund.com | 7 years ago

All about the process pool, process creation in SQL Server ML Services

Launchpad service, number of processes, process pool. More about process creation in the launchpad service | Continue reading


@nielsberglund.com | 7 years ago

Launchpad and Its Processes inside SQL Server ML Services

SQL Server R Services series. Here we look at what happens when the launchpad service creates processes in SQL Server R Services. | Continue reading


@nielsberglund.com | 7 years ago

Execute Java from SQL Server 2019 ML Services

A very initial investigation of what is new in SQL Server 2019 Machine Learning Services. | Continue reading


@nielsberglund.com | 7 years ago

Use SQL Server Extended Events (XEvents) in SQL Server Machine Learning Services

SQL Server extended events (XEvents) and SQL Server Machine Learning Services | Continue reading


@nielsberglund.com | 7 years ago

Kafka and Donuts, Docker on Windows, #MSIgnite, Databricks, Interesting Week 38:

Kafka and Donuts (I am serious), Docker on Windows, | Continue reading


@nielsberglund.com | 7 years ago

SQL Server ML Services and the Launchpad Service

SQL Server R Services series. In this post we look at what happens inside the launchpad service. | Continue reading


@nielsberglund.com | 7 years ago

SQL Server Machine Learning Services – Internals I

SQL Server R Services series. Today we look at what happen in the SQL Server engine when we execute sp_execute_external_script. | Continue reading


@nielsberglund.com | 7 years ago

How to Run Facebook Prophet Inside SQL Server Machine Learning Services

How to use Facebook Prophet in Microsoft R Server / SQL Server R Services | Continue reading


@nielsberglund.com | 7 years ago

Why XACT_ABORT Is the Devils Tool in SQL Server

SQL Server and XACT_ABORT(). Here we discuss the dangers of using XACT_ABORT in SQL Server OLTP databases. DO NOT DO IT!! | Continue reading


@nielsberglund.com | 7 years ago

Install Kafka on Windows in Windows Subsystem for Linux

We look at how we can install Kafka on Windows in Windows Subsystem for Linux. | Continue reading


@nielsberglund.com | 7 years ago

What Are Doomed Transactions in SQL Server?

SQL Server and XACT_STATE(). A blog-post about doomed transactions in SQL Server and XACT_STATE() | Continue reading


@nielsberglund.com | 7 years ago

Installing R Packages in SQL Server Machine Learning Services via RevoScaleR

We continue looking at installing R packages. This post is all about using RevoScaleR functionality. | Continue reading


@nielsberglund.com | 7 years ago

How Do I Install SQL Server Machine Learning Services

SQL Server R Services series. This first post look at installation of SQL Server R Services. | Continue reading


@nielsberglund.com | 7 years ago

How Transactions Work in SQL Server

Transactions in SQL Server seems to be a difficult topic to grasp. This weekend I came across a blog-post where the poster showed a “solution” to the “The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION” error we sometimes see when various stored procedures ca … | Continue reading


@nielsberglund.com | 7 years ago

SQL Server Error Handling Gotchas

SQL Server and error handling. How error handling in SQL Server can trip you up! | Continue reading


@nielsberglund.com | 7 years ago

What is that Snake doing in my Database?

Python in SQL Server 2017. Here we have a brief look at the Python support in SQL Server 2017. | Continue reading


@nielsberglund.com | 7 years ago

Kafka and KSQL, Azure Data Lake Storage Gen2, and Other Topics Week 37

Kafka and KSQL, Azure Data Lake Storage Gen2, SQL Server Query Plans, and other interesting topics! | Continue reading


@nielsberglund.com | 7 years ago

How to Send Data from SQL Server to RabbitMQ

SQL Server to RabbitMQ. A post about how SQL Server can communicate with RabbitMQ to push data out of the database. | Continue reading


@nielsberglund.com | 7 years ago

Use TRUSTWORTHY or Not for SQLCLR Assemblies?

We discuss the use of TRUSTWORTHY and certificates in SQL Server when deploying SQLCLR assemblies. | Continue reading


@nielsberglund.com | 7 years ago

Kafka, SQL Server ML Services, SQL Saturday, Hadoop and Other Interesting Topics

Kafka, SQL Server Machine Learning Services, SQL Saturday, Hadoop and other interesting topics. | Continue reading


@nielsberglund.com | 7 years ago

NET monitoring, chaos engineering, Pat Helland,Alpakka, and other cool topics

.NET monitoring, chaos engineering, Pat Helland, stream integration, serverless, and other cool topics! | Continue reading


@nielsberglund.com | 7 years ago

Install R Packages in SQL Server Machine Learning Services – I

How can we install R packages in SQL Server Machine Learning Services | Continue reading


@nielsberglund.com | 7 years ago

How to Use Parameters with sp_execute_exterenal_script

A lowdown of sp_execute_external_script and its @params and @parameter1 parameters, using Process Monitor and WireShark | Continue reading


@nielsberglund.com | 7 years ago

Kafka, Databricks, Azure Kubernetes and other interesting topics week 33

Weekly roundup of what interesting stuff I have read in blogs etc. | Continue reading


@nielsberglund.com | 7 years ago

How to Use Parameters in sp_execute_external_script

Continue reading


@nielsberglund.com | 7 years ago

How does sp_execute_external_script Work – Part I

Continue reading


@nielsberglund.com | 7 years ago

How to Send Messages to RabbitMQ from SQL Server

SQL Server to RabbitMQ. A post about how SQL Server can communicate with RabbitMQ to push data out of the database. | Continue reading


@nielsberglund.com | 7 years ago

How to Whitelist SQLCLR Assemblies in SQL Server 2017

SQL Server 2017 RC1 has added new functionality for SQLCLR security; sp_add_trusted_assembly. | Continue reading


@nielsberglund.com | 7 years ago

Cool Pulumi Code, Kafka, Azure AI Services – Week 30

Cool Pulumi code, Kafka, Azure AI services, R and Python in Docker, and other interesting topics! | Continue reading


@nielsberglund.com | 7 years ago

Kafka in Azure, ML.NET, New R Version in Week 28 Roundup

Kafka in Azure, Kafka on Windows, ML.NET R new version and other interesting topics. | Continue reading


@nielsberglund.com | 8 years ago

Apache Kafka, Azure Event Hubs, Event-Driven Microservices in Week 27

Apache Kafka, Azure Event Hubs, Databricks, event driven microservices, SQL Server Machine Learning Services and other interesting topics. | Continue reading


@nielsberglund.com | 8 years ago