Viewing 4 posts - 1 through 4 (of 4 total)
USE [test]
go
select
ComponentId,
partRefId = MIN(partRefId),
Name,
DocumentId,
SheetRef = MIN(SheetRef),
LocationId,
Effectivity,
EffectivityId,
DesignatorPrefix,
Designator,
DesignatorSuffix
FROM PartRef pr
JOIN PartDef pd
ON...
May 23, 2017 at 9:19 am
sorry for breaking this up, this website is choking.
So here is a small script that does not quite get me where I want to go..
USE...
May 22, 2017 at 2:07 pm
Ok, here's some code. This just creates two tables, a relation and adds some data
USE [test]
GO
/****** Object: Table PartRef] Script Date: 5/17/2017 11:01:50 AM...
May 22, 2017 at 1:56 pm
Viewing 4 posts - 1 through 4 (of 4 total)