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
 Transact-SQL (2008)
 sqlserver2008

Author  Topic 

shiibaaaa
Starting Member

2 Posts

Posted - 2013-01-04 : 07:28:42
How implementing inheritance works with sqlserver2008?

how implementing capsulation works with sqlserver2008?

nigelrivett
Master Smack Fu Yak Hacker

3385 Posts

Posted - 2013-01-04 : 07:43:45
You need to implement it yourself. It's a relational database (ish) not object oriented.
It can be done but usually ends up difficult to maintain and inefficient.

==========================================
Cursors are useful if you don't know sql.
SSIS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -