How get current date in SQL server 2000
Answer Posted / mt
select getdate();
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to view existing indexes on an given table using sp_help?
Can you pass expressions to stored procedure parameters?
What are the types of ssrs?
How to filter out duplications in the returning rows in ms sql server?
Does hive support indexing?
Is there any difference between the primary key and unique key?
Why I am getting "the microsoft .net framework 2.0 in not installed" message?
How do you test your database? : sql server database administration
What is an example of a primary key?
How to generate create procedure script on an existing stored procedure?
What is sql server database?
there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration
what are constraints? Explain different types of constraints? : Sql server database administration
What is user-defined inline table-valued function?
What are the built in functions in sql server?