Skip to content

Instantly share code, notes, and snippets.

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 mvillegascuellar/a3cb70bde10d38d7b035416887decb97 to your computer and use it in GitHub Desktop.
Save mvillegascuellar/a3cb70bde10d38d7b035416887decb97 to your computer and use it in GitHub Desktop.
EXEC sp_set_firewall_rule
@name = N'MiRangoIPFalsas',
@start_ip_address = '192.168.1.1',
@end_ip_address = '192.168.1.10'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment