Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Other SQL Server 2008 Topics
 How implement inheritance in sql 2008

Author  Topic 

engineer
Starting Member

2 Posts

Posted - 2013-01-06 : 03:54:00
Dears,
would you please introduce me a site which explain object relational model (features and implementation in sql 2008).

thanks in advance,
engineer


Best Regards

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-01-06 : 09:46:54
do you mean SMO?

http://msdn.microsoft.com/en-us//library/ms162169.aspx

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

engineer
Starting Member

2 Posts

Posted - 2013-01-10 : 11:10:15
[quote]Originally posted by engineer

Dears,
thanks for following up but I need the way of implementing inheritance, encapsulation etc in sql server 2008 by object relational model.

thanks in advance,
engineer



Best Regards
Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2013-01-10 : 12:06:16
quote:
I need the way of implementing inheritance, encapsulation etc in sql server 2008 by object relational model
That will be a neat trick if you get it to work, as object oriented and relational models are entirely different. There is no one solution, and inheritance in particular is not supported in SQL Server.

Some reading material, there is A LOT more if you Google:

http://www.codinghorror.com/blog/2006/06/object-relational-mapping-is-the-vietnam-of-computer-science.html
http://en.wikipedia.org/wiki/Object-relational_impedance_mismatch
http://en.wikipedia.org/wiki/Object-relational_mapping
Go to Top of Page
   

- Advertisement -