Viewing 10 posts - 1 through 10 (of 10 total)
is it possible to find actual last accessed time though i restart the server every week?
August 9, 2013 at 10:00 am
select emp_name,emp_email,class_date,
class_name,emailsent from emp_details.
kishore fdr@hotmail.com 2006-08-18 00:00:00.000 Tra N
kishore fdr@hotmail.com 2006-08-20 00:00:00.000 Tra N
here i need distinct class_date.
October 24, 2006 at 8:22 am
I want to check
1) select substring(Col001,1,2)from Emp where substring(Col001,17,2)='HE'
2) select substring(Col001,1,2)from Emp where substring(Col001,17,2)='DH' not in (select substring(Col001,1,2)from Emp where substring(Col001,17,2)='HE')
all the records in 2 shud match with 1...
October 20, 2006 at 10:17 am
check if your RAM has atleast 1GB.
fyi...there is nothing to do with database for this kind of error. sometimes recreating the report may work, just a blind try.
August 22, 2006 at 9:09 am
Viewing 10 posts - 1 through 10 (of 10 total)