• <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>
  • 限制SQL Server只能讓指定的機器連接

    發表于:2009-10-26來源:作者:點擊數: 標簽:sqlSQLSql機器SERVER
    限制SQL Server只能讓指定的機器連接 SQL Server 數據庫 關鍵字:限制 SQL Server 連接 A.SQLServerhasnobuilt-intools/facilitiestodothis.Italsodoesnothavethefacilitytorunastored-procedureonconnectionthatcouldbewritten/usedtodothis.Thereforeyouha

    限制SQL Server只能讓指定的機器連接  SQL Server數據庫

    關鍵字:限制 SQL Server 連接 A. SQL Server has no built-in tools/facilities to do this. It also does not have the facility to run a stored-procedure on connection that could be written/used to do this. Therefore you have the following choices :- 

    SQL Server沒有這樣的功能,也沒有提供在連接時執行某一特定過程的功能。這里介紹幾種實現的方法 

    1. Put the SQL Server behind a firewall and use that to restrict aclearcase/" target="_blank" >ccess. This is the most secure and functional way to do what you want

    使用防火墻,它提供了安全和你想用的工具。 

    2. Write your own ODS Gateway and point the clients at that instead of the SQL Server - the ODS Gateway will then do the checking. However, there is nothing stopping clients figuring out the correct SQL client-config entries to point straight at the SQL Server. There are examples of ODS code in the SQL Programmers Toolkit - available for free download from the MS website. 

    寫自己的ODS網關代替SQL Server的客戶端 - 在ODS網關中檢查。不過,這并不能停止正常的客戶端連接SQL Server。在SQL Programmers Toolkit中有一個這樣的例, 可以從微軟站點免費下載。 

    3. Write a constantly running/scheduled stored-procedure that checks the relevant column in sysprocesses (net_address), and then issues a KILL command for any processes that should not be running. Note that this only works for MAC addresses. This way allows people to connect and possibly make changes before they are spotted and killed. 

    原文轉自:http://www.kjueaiud.com

    老湿亚洲永久精品ww47香蕉图片_日韩欧美中文字幕北美法律_国产AV永久无码天堂影院_久久婷婷综合色丁香五月

  • <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>