Viewing 8 posts - 16 through 23 (of 23 total)
Ken, interesting. It partially worked but only for one workcenter.
We have another section called SCM, with subsections
SCM
SCMC (this works)
SCMPO (does Not)
SCMP (does Not)
SCMCI (does Not)
SCB
SCBM...
September 6, 2007 at 8:04 am
all, i think i have identified the issue. Now i ask for your help how to solve it.
within each 3 letter designator there is a sub org if you...
September 6, 2007 at 1:24 am
ok ken, i tried that and it appears to do the same thing as this one
select distinct dbo.tbl3215.ittnumber, dbo.tbl3215.itttitle, dbo.tbl3215.daterequired from dbo.tblassignment inner join dbo.tbl3215 on dbo.tbl3215.ittnumber = dbo.tblassignment.ittnumber inner...
September 5, 2007 at 10:44 pm
in all honesty i never knew you could do that...
i will try it tomorrow at work at let you know.
thanks for the tip
September 5, 2007 at 12:29 pm
Hi Ken, thanks for the help. I will try this tomorrow when i get into work.
You mentioned shortening nvarchar(max) columns....im sure there is a good reason, to increase data access...
September 5, 2007 at 12:26 pm
Yes i tried that as well.
there is something that i am missing and i cant quite put my finger on it. I got it to work, but it does...
September 5, 2007 at 9:35 am
John, thanks for the kind response, some folks get in a tizzy
here you go:
DDL from tbl3215:
INSERT INTO [SCX_3215].[dbo].[tbl3215]
([id]
,[IttNumber]
,[IttTitle]
,[IttDescription]
,[IttJustification]
...
September 5, 2007 at 9:29 am
OK, newbie alert...what is DDL?
September 5, 2007 at 9:02 am
Viewing 8 posts - 16 through 23 (of 23 total)