Skip to content

Instantly share code, notes, and snippets.

@thibblen
Created October 31, 2013 20:13
Show Gist options
  • Save thibblen/7256286 to your computer and use it in GitHub Desktop.
Save thibblen/7256286 to your computer and use it in GitHub Desktop.
when you get a message like this : Heterogeneous queries and use of OLEDB providers are not supported in fiber mode
sp_configure 'show advanced options', 1;
GO
sp_configure 'lightweight pooling', 0;
GO
RECONFIGURE;
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment