No announcements
Found 945284 threads
-
0 Votes
Parent-child relationship allows NULL in child
Created two tables with a Parent and Child relationship.Answered | 1 Replies | 2568 Views | Created by edm2 - Monday, June 24, 2013 11:03 PM | Last reply by Sarat (SS) - Monday, June 24, 2013 11:18 PM -
0 Votes
parent child package relationship?
how is the parent child package related?Answered | 3 Replies | 3000 Views | Created by KalishavaliShaik - Monday, October 31, 2011 9:55 AM | Last reply by Jamie Thomson - Monday, October 31, 2011 12:25 PM -
0 Votes
Parent Child Relationships with code
I can read the ID of the Parent and create a child item, setting a column(Single line of text) with the ID of the Parent using CSOM.Answered | 5 Replies | 1359 Views | Created by orange juice jones - Friday, April 24, 2015 12:01 PM | Last reply by Wendy DZ - Friday, May 8, 2015 1:23 AM -
0 Votes
Cannot create Parent-Child Relationship properly
I am not sure about you problem but you can check your recursive relationsship/parent child by doing a self join, in SQL, between the parent key and child ...Answered | 3 Replies | 4014 Views | Created by Tanmoy Santra - Wednesday, November 25, 2009 7:02 AM | Last reply by Thomas Ivarsson - Wednesday, November 25, 2009 11:26 AM -
1 Votes
parent/child relationship between two tables in Sql
and how i can get child or parent row?Answered | 6 Replies | 6877 Views | Created by Ferhad Cebiyev - Thursday, August 18, 2011 3:34 PM | Last reply by Ferhad Cebiyev - Monday, August 22, 2011 5:45 AM -
0 Votes
Set relationship value of Child record to Parent record
Spaso, thanks for the response but the field (Equipment2Task) I am trying to set in the Child Table (Equipment2TaskHistory) is the relationship to the Parent Table ...Answered | 4 Replies | 2590 Views | Created by bullet117 - Wednesday, October 19, 2011 3:36 PM | Last reply by bullet117 - Thursday, October 20, 2011 2:45 PM -
1 Votes
Parent child dimension
I have simple Employee table like this: EmployeeID char(11), not null Name Char (50) SupervisorID char(11), not null I setup ...Answered | 2 Replies | 8086 Views | Created by Dz0001 - Tuesday, October 20, 2009 8:23 PM | Last reply by tscoccol - Friday, September 24, 2010 1:37 PM -
2 Votes
Multiple Parent Child Structures
I thought of this myself, however considered it to be too flexible for my endusers, because it does not contain any control mechanisms (like the standard MDS natural parent ...Answered | 3 Replies | 9949 Views | Created by Cees van Diermen - Thursday, December 23, 2010 12:01 PM | Last reply by Cees van Diermen - Tuesday, January 4, 2011 4:21 PM -
0 Votes
How to create a cube of parent-child hierarchy with many-to-many relationship
If you allow me Thomas, Shu, You should think of alternative dimensional design in your data warehouse where the many to many relationship can ...Answered | 6 Replies | 5609 Views | Created by Shu-wen - Monday, July 26, 2010 5:22 PM | Last reply by Shu-wen - Tuesday, July 27, 2010 10:02 PM -
0 Votes
checking parent child relationship using SQL
Hi, you can't find the relationship but you can find child tables.Answered | 3 Replies | 4474 Views | Created by krish007 - Monday, April 2, 2012 3:02 PM | Last reply by Kalman Toth - Monday, April 9, 2012 12:36 PM -
3 Votes
Parent Child Relationships Across Multiple DBML's
There doesn't appear to be a way to establish a parent-child relationship when the parent table is in one DBML and the child table is in another ...Answered | 1 Replies | 4211 Views | Created by Randy Minder - Thursday, October 22, 2009 5:42 PM | Last reply by KristoferA - Friday, October 23, 2009 1:59 AM -
0 Votes
How to design a web part that will show infopath form parent/child relationship
Hi, I hope this link would be helpful for ur ...Answered | 1 Replies | 3591 Views | Created by SP Dev User - Saturday, January 5, 2013 4:08 PM | Last reply by Avanish Tomar - Monday, January 7, 2013 9:18 AM -
0 Votes
parent-child snowflaked dimension ?
Craig, We have a dimensionB, that is a parent-child type, and we're trying to snowflake off of dimensionA.Answered | 2 Replies | 5996 Views | Created by Cos2008 - Monday, October 25, 2010 5:04 PM | Last reply by Cos2008 - Thursday, October 28, 2010 7:17 PM -
0 Votes
Parent and child Relationsip Qurey
Please try the below tsql - DECLARE @T AS TABLE (ID INT,lvl1 VARCHAR(100),lvl2 VARCHAR(100)) INSERT INTO @T SELECT 100,'CSTAFF','STAFF' ...Answered | 3 Replies | 5090 Views | Created by Bhasker Alle - Wednesday, May 25, 2011 6:31 AM | Last reply by vinaypugalia - Wednesday, May 25, 2011 6:49 AM -
2 Votes
LightSwitch: Update all child rows to a new parent
The expected type 'Edm.Binary[Nullable=False]' does not allow null values.Answered | 4 Replies | 2505 Views | Created by SQLMonger - Wednesday, January 22, 2014 11:21 PM | Last reply by Eduard Infolutions - Wednesday, February 26, 2014 1:19 PM -
0 Votes
Parent-Child Architecture
I have a parent table and related I have some child tables.Answered | 3 Replies | 792 Views | Created by scottichrosaviakosmos - Tuesday, October 6, 2015 12:06 PM | Last reply by scottichrosaviakosmos - Tuesday, October 6, 2015 2:22 PM -
0 Votes
Parent Child Dimension
A parent-child dimension is based on two dimension table columns that together define the lineage relationships among the members of the dimension.Answered | 3 Replies | 3818 Views | Created by Manisha_G - Thursday, July 28, 2011 4:06 AM | Last reply by Aniruddha Thengadi - Thursday, July 28, 2011 5:21 PM -
0 Votes
Parent-child table with no keys
Normally on a parent/child table, you do not set a FK on the ParentID because a root node will not have a parent and will never exist.Answered | 7 Replies | 846 Views | Created by Flyinglys - Tuesday, March 15, 2016 9:30 AM | Last reply by msbi_Dev - Tuesday, March 15, 2016 6:09 PM -
3 Votes
Parent/Child tables, Pivot child data to parent row
With that said, try this and see if it gets you close to what you need: insert @child select 7, 3, 'BB', '7/1/2016', '9/30/2016' insert ...Answered | 5 Replies | 3110 Views | Created by Mike Smith1_1 - Tuesday, May 19, 2015 10:17 PM | Last reply by Mike Smith1_1 - Thursday, May 21, 2015 12:07 AM -
0 Votes
Advise on Table Parent Child relation
ok noted but I try to undestand: you said : "That is more suited for the cases where the depth of relationship is fixed i.e always only say ...Answered | 8 Replies | 1003 Views | Created by wakefun - Friday, May 25, 2018 7:53 PM | Last reply by Visakh16 - Monday, May 28, 2018 7:02 AM - Items 1 to 20 of 945284 Next ›
No announcements