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 is @@error in sql?
Explain what are the basic functions for master, msdb, model, tempdb databases?
What is importing utility?
What happens to a trigger with multiple affected rows?
What is transaction server auto commit?
How do I setup a local sql server database?
How to get @@error and @@rowcount at the same time?
How do we upgrade from SQL Server 6.5 to 7.0 and 7.0 to 2000?
How to check if a table is being used in sql server?
What is blocking?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What is bcp? When does it use?
Can you tell me about the concept of ER diagrams?
What is subreport?
Explain what are the restrictions while creating batches in sql server?