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
Why functions are used in sql server?
How to create a view with data from multiple tables?
How to create dbo table in sql server?
How do we upgrade from SQL Server 6.5 to 7.0 and 7.0 to 2000?
In what version of sql server were synonyms released?
What is correlated subquery in sql server?
Can we write ddl in trigger?
Explain boyce and codd normal form(bcnf)?
What are the disadvantages of primary key and foreign key in SQL?
Are null values the same as that of zero or a blank space?
What is transaction server explicit transaction?
Tell me the phases a transaction has to undergo?
What have included columns when we talk about sql server indexing?
What is difference between table aliases and column aliases? Do they affect performance?
How can you check the level of fragmentation on a table?