|
|
-
tano Liked 9 Months ago through Pages
We wish to use these pages for publishing various documents, announcements, FAQ etc related to beyondrelational.com...
|
-
tano Commented 9 Months ago through Ask
Agreed on the poor design but fixing is another issue.
Thanks for the quick reply. You've certainly given my more motivation to change the design....
|
-
tano Posted 9 Months ago through Ask
I've got a table that is used to capture the results of various user actions to products as they flow through a system.
Sample data for the table would look like the following
Item] [Action] [ActionDateTime]
Widget1 Welded 2012-12-12 12:34:01...
|
-
tano Posted 2 Years ago through Ask
Below is a simplified query that returns the records for a single engine (serializedpartid='14549') I'd like to modify it to return all engines in the Engines table, creating an engine node for each engine and single fleet parent node. Replacing 'seri...
|
-
tano Question Asked 2 Years ago through ASK
Below is a simplified query that returns the records for a single engine (serializedpartid='14549') I'd like to modify it to return all engines in the Engines table, creating an engine node for each engine and single fleet parent node. Replacing 'seriali...
|
-
tano Commented 2 Years ago through Ask
Never mind on the last question. I figured it out.
I really appreciate the help!...
|
-
tano Commented 2 Years ago through Ask
Great! and one last question.
Got both options functioning and have expanded the XML Path option to include several other nodes beneath part to add details from other tables.
Using the XML path solution can I create a Location node at the same level a...
|
-
tano Commented 2 Years ago through Ask
Hope you can make sense of the above, not sure what I did to get the xml to display like that.
Thanks....
|
-
tano Commented 2 Years ago through Ask
**Serialized Parts Table (NextHigherSN is a foreign key back SN in the same table)**
PartId,SN,NextHigherSN,LCF
1,448999,448999,34
2,ABC123,448999,45
3,DEF5456,448999,67
4,XXX123,DEF5456,22
5,448333,448333,23
6,GFR345,448333,45
7...
|
-
tano Question Asked 2 Years ago through ASK
I have created a CTE (PartTree) that returns a list of indentured parts in an engine. Its very similar in concept to the often cited example of retrieving manager/subordinates from an employees table.
//Recursive CTE
Select [Part].SerialNumber, [Par...
|