Answer Posted / brahma prakash
SELECT current_date(for currentdate only)
SELECT NOW()
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the stuff?
Do you know what is user defined datatypes and when you should go for them?
What are different backups available in sql server?
What is isolation levels?
What is left outer join in sql server joins?
Tell me what do you understand by a view? What does the with check option clause for a view do?
What are page splits? : SQL Server Architecture
How to insert stored procedure result into temporary table?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
what happens on checkpoint? : Sql server database administration
Explain aggregate functions?
What are the different types of replication are there in sql server 2000?
What do you understand by SQL*Net?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
How to insert and update data into a table with "insert" and "update" statements?