I’m trying to validate the ip (IPv6) of some incoming requests against a white list of subnets.
Does anyone have the necessary logic to check it on SQL Server ?, I’m looking for something similar to Azure’s ipv6_is_in_range()
Thank you
I’m trying to validate the ip (IPv6) of some incoming requests against a white list of subnets.
Does anyone have the necessary logic to check it on SQL Server ?, I’m looking for something similar to Azure’s ipv6_is_in_range()
Thank you