I am a mySQL user. Recently changed to MS SQL. Could you please help me to sort out this. When I give remote permission to a database, I want to specify the remote IP address also to the user. In MySQL its there. How can i implement this is MS SQL. If connection comes from that IP only it should accept.
Hi, Do you mean to restrict in-coming connection to specific IP Address(s) in SQL Server, if so you can have to set a firewall rule. AFAIK their is no such set of restriction available to SQL Server Configuration yet!!
HI Hemant, I think we can use the restriction through EndPoints. I am not that sound in this area, but the topic which I read points about it (http://www.simple-talk.com/sql/database-administration/sql-server-endpoints-soup-to-nuts/)
It is not possible to restrict or allow a specific IP address to/fro SQL Server, as referred by Hemant only you could allow/deny such connections using FIREWALL API within your network. If you have no firewall then only best bet is to control the SECURITY permission on the database level.