Viewing 9 posts - 16 through 24 (of 24 total)
well I could then check both the indirect and direct relations before I insert a new direct relation. But still have to loop trough a build any new indirect...
September 19, 2003 at 11:57 am
I don't think I will be able to force the part < comp. Although I think it is an excellent Idea. I am thinking stored procedure or trigger....
September 19, 2003 at 8:54 am
Yes, but I also get it on a 2000 machine.
August 12, 2003 at 5:46 pm
I am going with bug has anyone reported it yet?
the following sp
Proc ==================
CREATE PROCEDURE dbo.StoredProcedure1
AS
Print 'Here 1'
RETURN (Select Count(*) from INFORMATION_SCHEMA.COLUMNS)
Print 'Here 2'
RETURN (Select Count(*)...
July 30, 2003 at 1:45 pm
Open Visio select new document catagory Database, Database Model Diagram.
Once you have this open goto menu option database -> Reverse Engineer. You will have to create a...
May 27, 2003 at 8:05 am
If you have a product like Visio enterprise you can reverse engineer the access db and move it to a sql db and sill maintain the relations, then dts the...
May 22, 2003 at 9:22 am
If you have a product like Visio enterprise you can reverse engineer the access db and move it to a sql db and sill maintain the relations, then dts the...
May 22, 2003 at 9:22 am
Production system Table With ~1000000 rows ~43000 rows returned, StopTime is part of clusterd index
Case 1
Select M1.StopHistID, M1.StopTime
From MachineHist M1
Inner Join MachineHist M2 On M1.StopTime = M2.StopTime
Group By...
May 19, 2003 at 1:51 pm
Viewing 9 posts - 16 through 24 (of 24 total)