I have a database with many tables, views and sprocs. If I try to create a data model that includes everything, this will lead to errors when creating the class file. If I try to create a model with only views, it works fine. Is there a limit or is there something in the configuration file somewhere that needs to be configured?
Have you tried the model using only tables and / or procs? I don’t know the size limits, but is it possible that creating the model takes so much time that your SQL connection is disconnected? Are you getting an error message?
Source: https://habr.com/ru/post/1538611/More articles:Pymongo find and change - pythonHow to create an "Edit User" form inside Bootstrap Modal using JQUERY? - javascriptJQuery Datatables click event не работает для страниц, кроме 1 - jqueryWhy am I hit a hard limit of 79 tables in my edmx? - visual-studio-2012Entity Framework with lots (50K +) - .netIntelliJ Java 8 - javaHow to make ScheduledExecutorService automatically stop a scheduled task - javaMove an element from the array to the back of the array in R - rproblem saving NSAttributedString, with image, to RTF file - iosR: knitrBootstrap in RStudio using front-end material YAML - rAll Articles