How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer Posted / lrk
SELECT GETDATE() AS 'Current Date'
GO
| Is This Answer Correct ? | 66 Yes | 20 No |
Post New Answer View All Answers
How to resolve the orphan use problem? : sql server security
Difference between report and query parameter. Why do we need different type of parameter?
What do you mean by stored techniques? How would we use it?
How to skip remaining statements in a loop block using continue statements?
What is clustered primary key?
What happens if you are trying to access a schema not owned by you?
What do you understand by mirroring and mention the advantages of the mirroring?
What are cascading parameters in ssrs reports?
Explain different types of self contained sub query?
What is lock escalation? : sql server database administration
What is the maximum rows in sql server table?
Is null vs coalesce?
What command would you use to add a column to a table in sql server?
What is cross join in sql server joins?
What is log cache in sql server?