How get current date in SQL server 2000
Answer Posted / rajkumar v
select convert(varchar,getdate(),105)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between DATETIME2 and DATETIME?
What is clustered primary key?
What do you understand by triggers?
What the difference between UNION and UNIONALL?
Explain about link server in sql server?
What is key set driven?
Can group functions be mixed with non-group selection fields in ms sql server?
Explain how to integrate the ssrs reports in application?
How can we get count of the number of records in a table?
Why use “in” clause in sql server?
Can you always create a cache of a report?
What is a self join in sql server?
What are character string data types in ms sql server?
What is the purpose of optimization?
What is logshipping and its purpose?