How get current date in SQL server 2000
Answer Posted / rajkumar
select getdate()
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why union all is faster than union?
Explain error and transaction handling in sql server?
How to create a ddl trigger using "create trigger" statements?
What are the steps to take to improve performance of a poor performing query? : sql server database administration
What are the disadvantages of using the stored procedures?
Can we hide the definition of a stored procedure from a use?
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
How do clustered indexes store data?
What happens when unicode strings concatenate with non-unicode strings?
What are user-defined functions (udfs) in sql server?
How to drop an existing schema in ms sql server?
What are the built in functions in sql server?
What is the primary use of the model database?
What do you understand by hotfixes and patches in sql server?
How will you hide an attribute? : sql server analysis services, ssas