↧
Answer by Solomon Rutzky for Abstract classes in SQL Server. Are they even...
While correct that PostgreSQL does indeed support this request, SQL Server has no similar ability. That leaves you with either placing all of the "common" columns in each table, or having a "base"...
View ArticleAnswer by Cody Konior for Abstract classes in SQL Server. Are they even...
There is nothing like this in SQL Server. What tool are you building and maintaining your schema in though, will you be using database projects? If you went the "manual" method, while there is no SQL...
View ArticleAbstract classes in SQL Server. Are they even possible?
I have a very specific question that I am surprised no one has yet asked. It involves a concrete class model and SQL Server 2016 DDL. The main point is:In my model, some classes inherit from a base...
View Article