dotnetchris Posts 1
|
I downloaded and installed the trial of DBML/EDMX Tools to reverse generate a table from my DBML file to my database.
When I executed the Generate DBML <> model differences file the output of the file was drop statements for all of my other tables and the statement for the single table I wanted to create was
/*The table referenced by class MyTable is not defined in the database.*/ Create Table . ( , , , , , , , , ); go
I'm not really sure how this gigantic of a bug is in production code being a developer myself... regardless information that might be useful Win7 Enterprise x64, VS2010 Ultimate, Sql Server 2008 db.
|