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
How to create an index on an existing table in ms sql server?
What is candidate key with example?
Does index slows down insert statements?
What are the different types of join?
Are null values the same as that of zero or a blank space?
What are the different types of collation sensitivity in sql server?
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
What is the use of group by clause?
You are designing a database for your human resources department in the employee table, there is a field for social security number, which cannot contain null values if no value is given, you want a value of unknown to be inserted in this field what is the best approach?
What is the difference between the application object and session object?
What is a database in ms sql server?
Define outer join in sql server joins?
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
Do you know what is sql service broker?
What is amo? : sql server analysis services, ssas