This is a collection of posts about sp_execute_external_script
(SPEES) and SQL Server Compute Context (SQLCC).
Table of Content
- sp_execute_external_script and SQL Compute Context - I - An overview of SQL Server Compute Context and how it works on a high level.
- sp_execute_external_script and SQL Compute Context - II - A look at why the SQL Server Compute Context performs better (sometimes) than the local context.
- sp_execute_external_script and SQL Compute Context - III - We use WinDbg, Process Monitor and WireShark to look in detail what happens in SQL Server when we use RxSqlServerData to pull data.
- More To Come