Viewing 3 posts - 1 through 4 (of 4 total)
Hi, thanks for Your reply.
View dbo.view_person_count_substr_attrib_2 was not documented.
It also relies on another underlying source.
The whole setup works but it’s very slow and not efficient code.
If you have any suggestions...
March 21, 2006 at 2:19 am
Hi,
Thanks for your time. I'll check that out.
July 26, 2005 at 1:00 am
Hi,
Thanks for your time helping me out.
I add a trigger to my main tabel 'REJ' thanks for Your suggestion.
------------------------------------------------------------
CREATE TRIGGER REJ_Trigger1
ON dbo.REJ
FOR INSERT
AS
DECLARE @NumberID Int
SET @NumberID = @@IDENTITY
Insert into RSP_PRSNS_details(RSP_PRSNS_details_REJ_ID)...
July 21, 2005 at 6:52 am
Viewing 3 posts - 1 through 4 (of 4 total)