Showing related tags and posts accross the entire site.
-
I am having a few difficulties getting NetTiers to understand my database. Basically i've got a database that looks like this: DB Paradigm So basically the MarketProduct is related to a Product table (ProductId), and a Market table (MarketId), and uses that association as a composite primarykey....
-
There are three tables say TableA, TableB and TableC as TableA( TableA_PK uniqueidentifier, <----------- rowguid=true Name nvarchar(100) ) TableB( TableB_PK uniqueidentifier, <----------- rowguid=true Name nvarchar(100) ) TableC( TableA_PK uniqueidentifier, TableB_PK uniqueidentifier, Name nvarchar...