How get current date in SQL server 2000
Answer Posted / rajkumar v
select convert( varchar(20), getdate(), 103)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What happens if null values are involved in comparison operations?
what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
What is the difference between Normalization and De-normalization?
Where the sql logs gets stored? : sql server database administration
Can we use pragma autonomous_transaction in trigger?
What are data driven subscriptions?
What is the purpose of sql profiler in sql server? : sql server database administration
How do I find query history in sql server?
What are the properties of the transactions?
What happens to a statement batch if there is a compilation error?
How does normalization work?
what's the information that can be stored inside a bit column? : Sql server database administration
What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas
Is it possible to run multiple publications and different type of publications from the same distribution database? : sql server replication
What is index fragmentation in ms sql server?