How get current date in SQL server 2000
Answer Posted / anto
select getdate()
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How many types of attribute relationships are there? : sql server analysis services, ssas
How do you clear a log file?
How to find the login name linked to a given user name?
How to generate create table script on an existing table in ms sql server?
how to determine the service pack currently installed on sql server? : Sql server database administration
What is replace and stuff function in sql server?
What is #temp and @table variable in SQL server?
Explain the phases a transaction has to undergo?
How do you debug a procedure in sql server?
How do I repair damaged sql server mdf file database? In previous day my mdf file has got damage due to unknown reasons then I used dbcc chekcdb command but it failed, MDF file is important for me, I don’ know that how to get back mdf file data. Please anyone suggest me?
What are the advantages of having an index on the sql server?
What is normalization? What number of normalization shapes are there?
Explain transaction server explicit transaction?
What is read committed?
Which is better statement or preparedstatement?