This topic has not yet been rated - Rate this topic

sys.database_firewall_rules (Windows Azure SQL Database)

Returns information about the database-level firewall settings associated with your Microsoft Windows Azure SQL Database. The sys.firewall_rules view is specific to SQL Database and is not supported in on-premise SQL Server.

The sys.database_firewall_rules view contains the following columns:

 

Column name Data type Description

id

INTEGER

The identifier of the database-level firewall setting.

name

NVARCHAR(128)

The name you chose to describe and distinguish the database-level firewall setting.

start_ip_address

VARCHAR(50)

The lowest IP address in the range of the database-level firewall setting. IP addresses equal to or greater than this can attempt to connect to the SQL Database instance. The lowest possible IP address is 0.0.0.0.

end_ip_address

VARCHAR(50)

The highest IP address in the range of the firewall setting. IP addresses equal to or less than this can attempt to connect to the SQL Database instance. The highest possible IP address is 255.255.255.255.

noteNote
Windows Azure connection attempts are allowed when both this field and the start_ip_address field equals 0.0.0.0.

create_date

DATETIME

UTC date and time when the database-level firewall setting was created.

noteNote
UTC is an acronym for Coordinated Universal Time.

modify_date

DATETIME

UTC date and time when the database-level firewall setting was last modified.

This view is available in the master database and user databases.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter