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
What do you understand by hotfixes and patches in sql server?
What are the new data types are introduced in sql 2000?
What are examples of triggers?
Which rendering formats are affected by the pagesize properties?
Where are sql server usernames and passwords stored in the sql server?
how to create “alternate row colour”?
How do I find sql server instance name?
Can the “if update (colname)” statement be used in a delete trigger?
What are policy management terms?
Tell me what is fill factor?
Can you tell me about the concept of ER diagrams?
What is the command used to check locks in microsoft sql server?
What is a trigger what are the advantages of trigger?
How do you send email on SQL Server?
How you can get a list of all the table constraints in a database? : Sql server administration