Viewing 15 posts - 211 through 225 (of 284 total)
Hi..do you know how do delete duplicate posts??
June 22, 2012 at 10:04 am
Thanks I deleted from Child table in Storedprocedure and then data from parent table.
June 19, 2012 at 3:52 pm
I am getting start and endtime needed only username:
Select min(event_time)as End_time,A.Entry_Id as Entry_id,a.start_time
from dbo.activity B
Right join
(
select Acivity_id,entry_id,min(Event_Time) as start_time from dbo.activity doc
where doc.Eventy_type_id =6
and Event_Value like...
June 18, 2012 at 3:15 pm
Thank you its working
June 15, 2012 at 10:45 am
What should be height and weidth?? can you please specify???
June 14, 2012 at 10:23 am
Thnk you all for the suggestions.It works now.
June 14, 2012 at 9:43 am
Viewing 15 posts - 211 through 225 (of 284 total)