Windows Azure Data Services supports a subset of TSQL. What are the features of SQL 2008 not supp开发者_开发知识库orted?I found this link: http://msdn.microsoft.com/en-us/library/ee336281.aspx
I am encountering a problem while connecting to the cloud database. In SqlCmd I have used like: sqlcmd -U servername@username -P myPassword -S servername.database.windows.net -d MyFirstCloudTestDB
Does anyone know when a tool will be available to manage a SQL Azure database from within Visual Studio or开发者_如何学JAVA SQL Enterprise Manager?At present one can only cannect via:
The Scenario I\'ve been following Brad Abrams Silverlight tutorial on his blog.... I have tried following Brads \"How to deploy your app to the Cloud\" tutorial however i\'m struggling with it, even