Viewing 8 posts - 1 through 8 (of 8 total)
First i thank your reply lutzM and bitbucket.
First i want to explain my requirement clear.
The inventory table (tblInventoryStock) contains the inventory entries.
The Problem is here is, the product may...
July 6, 2011 at 7:56 am
Thank you for your reply brandie. Take this sample script and help me out to get the result same as in my prev post image.
CREATE TABLE [dbo].[tblProduct](
[i_id] [int] NOT NULL,
[vc_code]...
June 20, 2011 at 12:11 pm
Hi Lowell,
thanks for your reply. I want to go all levels. but ur proc will go still Grand child level. Can u have any other idea,...
March 29, 2011 at 3:02 am
Hi,
Thanks for your reply. Can u give any code samples? That could help me to go further.
Thanks,
March 25, 2011 at 10:36 am
Hi lowell
thank you very much for your response. For example, if i have more than 5 levels means we have to recursive the above statement. Am i...
March 23, 2011 at 10:58 am
Hi Lowell,
Excellent Answer Lowell. You are 100% correct. So if after getting the hierarchy
with the SP "sp_msdependencies" i started from the last level. Consider the level is 10.
I have...
March 23, 2011 at 6:48 am
Hi Ashish,
Thanks for ur reply. But the fact is, in my db there is no cascde delete option. (i.e., we didnt used...
March 23, 2011 at 5:18 am
Hi Lowell and Alzdba,
Both guys gave to me an excellent way to built a hierarchy of tables.
Alzdba, your script includes a duplicates of record also. I dont know where...
March 23, 2011 at 2:27 am
Viewing 8 posts - 1 through 8 (of 8 total)