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 process of normalising?
What is trigger and different types of Triggers?
What is a non equi join?
What are the security related catalog views? : sql server security
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
Explain activity monitors
How can a database be repaired?
what are user defined datatypes and when you should go for them? : Sql server database administration
You want to use bids to deploy a report to a different server than the one you chose in the report wizard. How can you change the server url?
What are the advantages of user defined function?
In which tcp/ip port does sql server run? Can it be changed?
What is Federation and Federation Member?
Do you know how to implement service broker?
How much is a sql server license?
What is a View ? Can we insert, Update and delete a view?