Viewing 12 posts - 1 through 12 (of 12 total)
Sorry, for asking this simple procedure. How is this done?
February 13, 2007 at 4:08 am
it is to add the nonexisting i.e. new cases without having to add them again. i have succedded by including an identity field in table 1. Thanks.
Allan.
April 13, 2006 at 4:06 am
Thanks Nashi, though i was unable to control the appending such that when an insertion as been made then there should be an insertion for the same records but for...
April 12, 2006 at 7:48 am
Phil Parkin: How do i do it in a set-based procedure? take into account that testscreen table has other variable apart from the three set of multi-column used to select...
March 29, 2006 at 5:32 am
with commenting of the following two lines the code runs very well
--EXEC sp_executesql @nvchCommand
--PRINT @nvchCommand
Phil it is true i selecting dups then deleting the extra cases. i.e. if they are...
March 29, 2006 at 5:19 am
this is what i used and it work so well...
create trigger tr_delete_testscreen
on testscreen
after delete
as
begin
insert del_screen
(RecID, InterviewPK, InterviewerCode, InterviewDate, DSSID, HouseholdID, AgeYrMo, AgeDays, SelfProxy, ProxyType, ProxyOther, ProxyReason,
OtherReason, DeathDate,...
March 29, 2006 at 3:41 am
It is an ODBC link which i have successfully managed to modified the struture from the SQL - EM and then refreshed the link with the access and it has...
March 25, 2006 at 12:40 am
It should be a datetime format and it has work well.Thanks journeyman. great day.
allan.
March 23, 2006 at 3:02 am
Thanks kenneth, this has worked satisfactorily. Once again it is greate to be in this forum.
Allan.
March 22, 2006 at 11:00 pm
Thanks, Ryan. it has worked very well.
Allan.
March 20, 2006 at 3:13 am
Thanks Kenneth, it has worked. i am greatful to ur advice.Great day.
March 20, 2006 at 2:22 am
Thanks it works so nicely though it didn't remove the NULL fields.
March 15, 2006 at 10:48 pm
Viewing 12 posts - 1 through 12 (of 12 total)