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
List out a number of the wants to setup a SQL Server failover cluster?
What is a partition function in sql server?
Tell me what is difference between view and materialized view?
How to disable a login name in ms sql server?
Which tcp/ip port does sql server run on? How can it be changed?
Why I am getting this error when renaming a database in ms sql server?
Define constraints and give an example of their use?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
what types of replication are supported in sql server? : Sql server database administration
What are drillthrough reports?
What is the size of transaction log file?
What are the pre-defined functions in the sql server?
What are the tool windows in sql server management studio? : sql server management studio
List the different types of joins?
What is tempdb database? : SQL Server Architecture