Viewing 15 posts - 16 through 30 (of 48 total)
Thanks Micheal and Gsquared for the replies. i really appreciate it.
GSquared,
You are right. But the maintenance will be really difficult right. Any change in the table, everybody forgets...
July 18, 2008 at 12:51 pm
Thanks Raleigh. I dont want to assign the result of the select to a variable but i want to use the variable(which has the field name) in the select list...
July 18, 2008 at 10:30 am
I know it can be done by dynamic sql but is there any way to do it without dynamic sql?
Thanks,
kayal
July 18, 2008 at 10:05 am
Thanks Tomm and Grant :). That makes sense. I appreciate your replies.
July 16, 2008 at 8:36 am
Hi Mahesh,
I am using, If update(column name) as it is one of the best way to find out whther the column is being updated. But...
July 16, 2008 at 8:22 am
Hi Grant,
Can a foreign key be a composite key even if the primary key of the table it references is not a composite key. For eg. If Part#...
July 14, 2008 at 9:16 pm
Thanks Peso for the info.
I always use this to get the date part
@Today = dateadd(dd,0, datediff(dd,0,getdate()))
Thanks,
Kayal
July 11, 2008 at 1:49 pm
Thanks BarryYoung and Lynn. It makes sense why people prefer joins as its simpler, preferred and has more features. But when it comes to performance, I guess not much of...
July 11, 2008 at 12:13 pm
RBarryYoung,
I have a Question,
Is 1 better or 2 better(Join).
1.
FROM Product, ProductType
WHERE ProductType.ProductTypeID = @ProductTypeID AND
...
July 11, 2008 at 10:04 am
RBarryYoung,
Wow..This is really simple.. Thanks a lot... I really appreciate your help.
Thanks for your time,
Kayal
July 10, 2008 at 9:31 pm
Sorry guys, I guess this editor doesnot display xml tags .. So I have attached the code above.
Thanks for your time,
Kayal
June 23, 2008 at 9:56 am
Grant,
Yep, i I appreciate your view on this. Thanks 🙂
Kayal
June 11, 2008 at 10:17 am
Thanks Jack :). This really helps.. I appreciate it.
-kayal
June 7, 2008 at 7:03 am
GSquared,
This seems to be good solution. Is it possible to have a check constraint like that for 3 columns? .. Let me research more on that
I appreciate your...
June 6, 2008 at 12:50 pm
Viewing 15 posts - 16 through 30 (of 48 total)