Viewing 10 posts - 16 through 25 (of 25 total)
Thanks Steve for understanding my problem and suggestion/help.
Further, I would like to know how can I know if there is any update in Master or detail table? Again I need to...
July 24, 2007 at 10:56 pm
Again YES, I already mentioned that we also input some schedules locally aswell and the autoIncrement is not sync with our HeadOffice Tables.
Shamshad Ali.
July 24, 2007 at 2:55 am
well, ur not getting my question. The problem is that my Local_* Tables has its own autoIncrement column and based on that (unknown value) i have to insert records in child...
July 24, 2007 at 12:24 am
Yes, that is right. Actually, I want to know how i can do it using triggers or write if Exists (with all possible cases) and use cursor to insert 1...
July 23, 2007 at 11:12 pm
As I told already,I have two ways, One is to use Triggers and the second is use of CURSOR.
Draw back of Trigger is that, we have to foward our own Information...
July 23, 2007 at 10:31 pm
We have already copy of Head Office schedule Tables as subscriber Tables but the problem is that, both locations has their own Identity auto Increment and the detail table is based on that auto increment...
July 23, 2007 at 10:21 pm
Thanks for the help. I have implemented and it works perfect. By keeping same scenario furthermore, I require to input DOB @FromDate and @ToDate and @FirstName and @LastName as Parameter passed to this query, we have only...
July 11, 2007 at 3:48 am
Thanks all for your great help, I have implemented and test it on my real data where I have been assigned to improve performance and the result should be same...
July 11, 2007 at 1:32 am
Here is my query result if I use left outer join:
select MyList.[Name], convert(varchar, DOB, 107) as DOB,
Count(case when Library.Auto_ID>=1 then 1 else NULL end) [Total in Library],
July 10, 2007 at 6:03 am
Sorry, it works logically, but it produces wrong resultset. I have tested it before my submission here. Better if someone faced this situation and solved it in a single...
July 10, 2007 at 5:48 am
Viewing 10 posts - 16 through 25 (of 25 total)