SQL Server 的对象关系功能
有谁知道一个很好的参考资料来研究 SQL Server(任何版本)中可用的对象关系功能?我发现了一个非常好的 Oracle 的总结,但我所有的可以找到有关 SQL Server 的信息,这是有关 LINQ to SQL 的信息,这是好东西,但我正在数据库中寻找更多功能,例如定义的类型、嵌套表等。
我知道您可以在 SQL Server 中使用 CLR 类型,并且我也会很感兴趣,我只是在寻找一个好地方来阅读它所具有的所有 OR 功能。
附言。我愿意买一本书。
Does anyone know a good reference to look into what Object Relational features are available in SQL Server (any version)? I found a really good summery for Oracle but all I can find for SQL Server is information about LINQ to SQL, which is good stuff, but I'm looking for more power in the database like defined types, nested tables, etc.
I know you can use CLR types in SQL Server, and that would be interesting to me too, I just am looking for a good place to read about all the OR features it has.
PS. I'm willing to purchase a book.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该阅读 用于性能和可扩展性的语义数据建模的最佳实践。
You should read Best Practices for Semantic Data Modeling for Performance and Scalability.
SQL Server 并不像人们想象的那样是对象关系型的——不久前我意识到它(甚至)不支持表继承。
The SQL Server is not as object relational as one might expect - not that long ago I realized that it does not (even) support table inheritance.