Results 1 to 2 of 2

Thread: Sql Server Date Time

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2004
    Posts
    30

    Resolved Sql Server Date Time

    i want to get SQL SERVER DATE TIME without using the select getdate
    Last edited by thermo_ll; Feb 23rd, 2005 at 04:22 AM.

  2. #2
    Addicted Member rdove's Avatar
    Join Date
    Dec 2002
    Location
    Indianapolis
    Posts
    251

    Re: Sql Server Date Time

    Do you have a specific reason not to use the GetDate() function?

    You can use the system function CURRENT_TIMESTAMP, but it is essentially the same as GetDate.
    ~Ryan





    Have I helped you? Please Rate my posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width