what are the new features of sql server 2005?

Answer Posted / skumar

There are many features introduced.
1. XML data type
2. Synonym
3. Instead of Trigger on indexed views
4. CROSS APPLY
5. INTERSECT and EXCEPT statements
6. CTE (Common Table Expressions)
7. PIVOT and UNPIVOT
8. TRY...CATCH and RAISERROR
9. .NET CLR integration
10. Custom data types
11. New data types like NTEXT,NVARCHAR,NCHAR
12.64 bit platform
13.DDL Triggers
14. New functions like RANK(),DENSE_RANK() and ROW_NUMBER
15. MAX Keyword
16. Table variable

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?

742


What is normalization? Explain its different types?

792


What is temporary stored procedure?

709


How many clustered indexes can be created on a table? I create a separate index on each column of a table. what are the advantages and disadvantages of this approach?

859


Explain how dts is used to extract, transform and consolidate data?

764


What is raid, and how it can influence database performance?

770


What is a group function explain with an example?

720


What is the importance of concurrency control?

966


In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram

1718


Mention the different authentication modes in sql server.

705


Which tcp/ip port does the sql server run on? How can it be changed?

724


If I delete a template from the list in sql studio, will it be deleted from the hard disk? : sql server management studio

753


While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?

752


What are the different normalization forms?

807


How to create a new login name in ms sql server?

706