简体   繁体   中英

Sql management studio and azure

I have created my database on the azure portal

I connect to the database using SQL server management studio.

When I try and create a view the view builder wizard tool is not available - I have to write the views in sql.

It works fine on local sql severs so its something about the azure instance

Is this normal or have I missed something?

Thanks

Frank

There is no designer support for creating views in Azure SQL in SQL Server 2016 Management Studio or in Visual Studio 2015 Update 3 or prior. You're going to have to bust out your T-SQL skills to create views.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM