連接到雲數據庫時遇到問題。連接到雲數據庫時出現問題
在SQLCMD我用這樣的:
sqlcmd -U [email protected] -P myPassword -S servername.database.windows.net -d MyFirstCloudTestDB
而且它是正確的。錯誤信息是:
Msg 40615, Level 14, State 1, Server servername, Line 1
**Cannot open server 'servername' requested by the login. Client with IP address '
124.40.110.238' is not allowed to access the server.**
Msg 18456, Level 14, State 1, Server servername, Line 1
Login failed for user 'username'.
我不知道該怎麼做!
非常感謝你......最後的成功。我很高興。 – 2009-10-26 15:12:03
但是,當我嘗試連接到數據庫,即可用數據庫部分中提供的MyFirstCloud數據庫時,成功連接(在通過SSMS進行連接)之後,還有1件事情,我收到錯誤消息「數據庫MyFirstCloudDB」不可訪問。現在做什麼? – 2009-10-26 15:19:26
我已經發布了這個新的鏈接 「http://stackoverflow.com/questions/1625452/cloud-database-problem-while-connecting-thru-ssms」 – 2009-10-26 15:24:45