visual studio 2013 - Database Schema Viewer functionality in vs2013 -



visual studio 2013 - Database Schema Viewer functionality in vs2013 -

recently migrated vs 2010 -> vs 2013. observed there no database schema viewer in vs 2013 db projects. sql server explorer similar when add together new items (say new table) project, noticed 2 things: 1. new table file gets created in root folder , not under schema objects\schemas\dbo\tables\ 2. in vs2010, table scripts used have extension xx.table.sql in vs2013, xx.sql

what actions can take accomplish above 2 behaviors in vs 2010

schema view no longer part of visual studio. you'll have utilize 3rd party tool. if have sql server management studio can utilize database diagrams feature.

visual studio no longer manages folder construction in database projects. when adding new item, should add together appropriate folder yourself.

to include schema name in files go database project's properties, select project settings tab, , check include schema name in file name. alter not retroactive.

visual-studio-2013 database-project

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -