Viewing 6 posts - 16 through 21 (of 21 total)
I could not make synonyms work with Entity Framework 6, so converted to using dated schema names (E.G. DYYYYMMDD) and create my new tables in the new dated schema. When...
July 31, 2014 at 1:01 pm
I ended up cloning the tables to be updated into a different schema, then updated EF to be able to open two DbContexts for the databse, one for each schema,...
July 8, 2014 at 8:51 am
I had not heard about DB synonyms before which seem a great feature for this problem. I guess you keep the state as to which table is current elsewhere in...
June 21, 2014 at 7:15 am
Kevin, I figured out that last 'onsies w/ EF' part already so thanks so much for the suggestions and alternatives to doing that. Dave
June 20, 2014 at 11:38 am
Thanks Kevin.
Since I am doing all this in code, not SSMS, is there any better way SQL way I can access programmatically to clone a table including data, indices...
June 20, 2014 at 11:12 am
Viewing 6 posts - 16 through 21 (of 21 total)