Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: How to find the SQL Server databse Last used by db users ?

    is it possible to find actual last accessed time though i restart the server every week?

  • RE: query

    I just gave 2 records..there are lot of records with dups

  • RE: query

    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.

  • RE: Query

    I am checking @per in my NOT IN caluse, uou can check my 1st  posted mesg.

  • RE: Query

    syntax is working but unable to filter the records from not in

  • RE: Query

    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...

  • RE: Query

    I doubt if I can have multiple where clause in a single select statement

  • RE: Query

    still am getting the same error.

  • RE: email

    what type of file I can save? and how can i do it?

  • RE: out of memory exception error

    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.

Viewing 10 posts - 1 through 10 (of 10 total)