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 the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
What is the partitioning method?
What is stretch database in sql server?
Can you explain what is sql server english query?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
What information is maintained within the msdb database?
What are joins in sql and what are the different types of joins?
How to create a trigger for insert only?
Explain cross join or cartesian product in sql?
What are the advantages of policy management?
What is command parameter in ssrs?
How to insert data into an existing table?
What is after dml trigger?
What are the extra roles available in msdb? : sql server security
What is the sql server agent?