79805227

Date: 2025-10-30 21:18:57
Score: 2.5
Natty:
Report link

I created a SQL Server trigger that blocks or allows remote connections based on IP address — without blocking port 1433 or stopping the SQL Server service. This trigger helps control remote access while keeping the benefits of TCP 1433 connections.

just RUN this Trigger and u can edit the @ip for the machine can connecte with sql server

https://github.com/ozstriker712/BLock-Allow-IP-adresse-for-Remote-Connection-SQL-SERVER

Reasons:
  • Contains signature (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ozstriker