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/77ef9aae5123450f8fdaa17c8b81c4e2 to your computer and use it in GitHub Desktop.
Save mvillegascuellar/77ef9aae5123450f8fdaa17c8b81c4e2 to your computer and use it in GitHub Desktop.
EXECUTE sp_set_database_firewall_rule
@name = N'DummyIPRule',
@start_ip_address = '192.168.50.50',
@end_ip_address = '192.168.50.50'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment