Viewing 15 posts - 16 through 30 (of 65 total)
Absolutely correct Eugene. I believe it would be very difficult to load the history records for update without a trigger. I have already informed my team that loading history without...
March 7, 2012 at 5:54 am
1. Using cursor will be much worth than using trigger.
2. What do you mean by "simple queries without a Third table"? What Third table?
3. What you have usually called "Audit...
March 7, 2012 at 5:36 am
[font="Tahoma"]
Hello Friends,
I got the help from my colleague and I am able to create the drill down in the format as present in the screenshot.
I was using Tablix and my...
December 7, 2011 at 7:36 am
[font="Tahoma"]
Great Man.. All the Best for the exam...
[/font]
December 6, 2011 at 4:20 am
[font="Tahoma"]
Hey Anthony,
Thanks for your response mate... Yeah, it baffles me as well few times.. But I was able to bring that format just now...It took me around 2 hours...
December 6, 2011 at 3:17 am
[font="Tahoma"]
Thanks Jason for your response. Yeah, that seems to be only option...[/font]
December 2, 2011 at 12:41 am
Thanks Mark.. That was what i was looking for.. Thanks for your help...
November 14, 2011 at 2:47 am
[font="Tahoma"]
Thanks Koen for your response. I closed and reopened the BIDS couple of times and it was working fine. I too went across several threads mentioning that we might have...
November 10, 2011 at 5:18 am
[font="Tahoma"]
Hi Gail.. These tables are having foreign keys which are referencing other tables...These tables are not referred by other tables....
[/font]
November 8, 2011 at 4:51 am
[font="Tahoma"]
No Identity, No index, nothing.. Simpley foreign keys.. As you have all mentioned this should not be a best practice..
[/font]
November 8, 2011 at 3:18 am
[font="Tahoma"]
Thanks Koen.. It worked exactly the way that i was looking for.. Thanks for your help.. I was trying my best without any help, but could not find the way...
November 7, 2011 at 10:56 pm
[font="Tahoma"]
Try this one
update Attributes
set EntityId = Entity.GlobalId
from Attributes
Join Entity
on Attributes.DQUID = Entity.GlobalId
[/font]
November 2, 2011 at 6:45 am
[font="Tahoma"]
I would like to add one more information to the others responses. You cannot use a column alias in the where condition.
So you can use the firstname in the...
October 24, 2011 at 6:45 am
Hey Chris.. That worked the way that i was looking for.. Thanks for your help and Thanks John for ur response.
October 20, 2011 at 4:57 am
Viewing 15 posts - 16 through 30 (of 65 total)