Guys,
Did anyone has ever designed a cannonical data model? how is it related to XML? Is it like any other database supported by SQL SERVER 2008? Any light shed on this topic will help me a a lot to understand this model.
Thanks in advance!
Guys,
Did anyone has ever designed a cannonical data model? how is it related to XML? Is it like any other database supported by SQL SERVER 2008? Any light shed on this topic will help me a a lot to understand this model.
Thanks in advance!
A canonical data model is any standardised, application-independent view of data - typically one used for enterprise data intergration (moving data around between systems).
It may be used in conjunction with XML just because XML is a useful format for information interchange.
A canonical data model is much like any other data model in SQL Server. Only the way you design it is potentially different because you may have to take account of many different data consumers and data providers.
No one has followed this question yet.