Update XSD file when sql server schema changes in VS2010 -


i having seems simple problem can't figure out how vs2010 update .xsd file when change schema in sql server database.

i have found 2 recommendations far.

the first right click xsd file , 'run custom tool'. not update xsd far can tell since added table doesn't appear , table new column isn't updated.

the second option delete xsd file , re-add datasource. method updates tables queries added ui lost.

because large data model expect there changes (we still in process) schema. @ point appears recourse move ui specific queries database functions stored procedures...

is there best practice (or i'm terribly missing toolset)?


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -