|
-
Feb 22nd, 2005, 08:37 AM
#1
Thread Starter
Junior Member
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.
-
Feb 22nd, 2005, 09:10 AM
#2
Addicted Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|