Forum Replies Created

Viewing 15 posts - 16 through 30 (of 125 total)

  • RE: Change DB and Object owner

    Hi SQLBill,

    Its SQL Server 2005. I did that but not able to change the object owner.

    Should I add that user in sysadmin role before change the DB owner, would you...

  • RE: Change DB and Object owner

    Thnaks John, I did and able to change the DB owner but having problem with object owner change.

  • RE: Audit Trail

    Hi, I think still its not clear for me, they are going to run them soon, I want to prepare for that.

    Thanks,

     

  • RE: Audit Trail

    Hi, Thanks for quick response.

    4-5 months back management did sql server security check, they ran the following query

    select * from

  • RE: SQL Install

    Thanks for the reply, but mine is SQL Server 2005.

     

  • RE: sql statement

    Thanks for your response, but cc/dd/ee/ff/gg may not in standard length in other words it can be ccc/dddddddd/eeeeeeeeeeeeee/fffffffff/gg, so substring doesn't work.

  • RE: sql statement

    It worked, Thank you very much.

     

  • RE: sql statement

    Ray,

    Thanks, but I don't know which id is repeating, need all records from that table but repeated one's should concatinate.

  • RE: Debug

    Noeld,

    I did but getting same error.

  • RE: SELECT Help

    David Burrows,Sam Rabie,

    Both solutions worked, thanks a lot.

     

  • RE: SELECT Help

    When I said year doesn't matter means

    12/19/2005
    12/19/1950

    Jan comes after Dec thats why I have 1/1/2005,1/2/2005 at...

  • RE: SELECT Help

    I don't understand ur question.

  • RE: SELECT Help

    SQLBill,

    It returns in wrong order.

    Mr. or Ms. 500,

    I need the dates in order but i don't want to consider year.

     

    Thanks.

  • RE: SELECT Help

    Its DATETIME.

    SQLBill,

    Your query

    SELECT CONVERT(VARCHAR(10), BirthDate, 101)

    FROM tablename

    ORDER BY BirthDate ASC

    doesn't work.

  • RE: T-SQL question

    It worked, Thank you very much.

     

Viewing 15 posts - 16 through 30 (of 125 total)