Viewing 6 posts - 1 through 6 (of 6 total)
Thank you Lutz. It is working according to the expectations and it seems the problem in the original scenario will be resolved 😀
Thanks again and God Bless you and...
May 22, 2011 at 6:20 am
Thank you Lutz for the reply. As I also want to run it on SQL Server 2005 then what changes are required in this code.
May 22, 2011 at 6:05 am
in the example quoted below by a fellow the insertion should not be done as ActivityIds 2, 4, 5, 6 already exists against the ActivityControllerID 4
DECLARE @tbl TABLE
(
...
May 22, 2011 at 4:22 am
Thank you Bro for your interest in this issue and I really appreciate your efforts in this regard. But the problem still exists. If i modify example quoted by you...
May 22, 2011 at 4:00 am
AcitivityControllerID can be any number suppose the following data needs to be inseted in ActivityAllocaiton table
ActivityID
3
4
5
6
ActivityControllerID------------ActivityID
11------------------------------3
11------------------------------4
11------------------------------5
11------------------------------6
Now see ActivityID 3, 4, 5, 6 already exists in the table ActivityAllocation but still...
May 21, 2011 at 3:18 am
Thanks 4 ur comments now I’m assured that it’ll not work in this way.
Regards Kamran :hehe:
February 24, 2009 at 3:24 am
Viewing 6 posts - 1 through 6 (of 6 total)