开发者

SQL Azure & VB.NET ?

I signed up for a free 30 of Azure. I logged in, created a database. I am able t开发者_如何学JAVAo connect (=Test Connectivity). But that's it. I don't see anyway to create tables, etc. Also how can I connect this db to vb.net (I am using vs.net 2010)?


To point SSMS at the DB, simply specify the server and user name. The server name was assigned when you created the SQL Azure database "server" and has a name like .database.windows.net.

Alternatively, you can select the database you want to work with and click on "manage" in teh toolbar along the top. This will launch the "Microsoft Database Manager for SQL Azure". It used to be called "project Houston" and is essentially a silverlight app that lets you perform most basic tasks against SQL Azure.


You might want to look at the visual studio tools and training kit from Microsoft. I beleive you will find your answers there.


You can use SQL Server 2008 R2 Management Studio

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜