In focus
What is DbTalks
No new messages.
Go to all messages
*
*
Remember me
Forgot your password?
Click here
.
Login
Login using
Learn
News
ARTICLES
BOOKS
Contribute
An Article
A News
No new messages.
Go to all messages
*
*
Remember me
Forgot your password?
Click here
.
Login
Login using
Search
Any Word
Exact Word
No data found.
Search
About
getdate
GETDATE
is functiona in database which Returns the current database system timestamp as a datetime value without change the database time and value is derived from the operating system of the computer on which the instance of SQL Server is running. The function
GETDATE
can cause the query to run slowly because the query optimizer is unable to obtain accurate cardinality estimates for the
GETDATE
value. We recommend that you precompute the
GETDATE
value.