Skip to content

Instantly share code, notes, and snippets.

@internetbird
Created May 27, 2014 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save internetbird/5bcd3e5c337b995a3c0e to your computer and use it in GitHub Desktop.
Save internetbird/5bcd3e5c337b995a3c0e to your computer and use it in GitHub Desktop.
USE DBNAME ;
GO
EXEC sp_configure 'remote query timeout', 1000 /*Num of seconds*/ ;
GO
RECONFIGURE ;
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment