what are the new features of sql server 2005?
Answer Posted / dinesh from a1-technology
1)online indexing only in sql 2005.
2)CLR Integration with sql server 2005.
3)xml datatype in sql 2005.
4)More faster than sql 2000.
5)Inbuilt with ASP.NET 2005.
6)GetDate() function also working in function in 2005 sql.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
Do you know what are the steps to process a single select statement?
What are the different kinds of ssrs reports?
Can sql servers linked to other servers like oracle?
What is the difference between a view and a stored procedure?
What is the difference between createstatement and preparedstatement?
Explain steps of normalization?
What are exact numeric data types in ms sql server?
what are cursors? : Sql server database administration
What is the maximum size of column in sql server?
What are subqueries in sql server?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
how to create a scrollable cursor with the scroll option? : Sql server database administration
What is mean by candidate key?
How do I find my localdb version?