What are the new features in SQL Server 2005?
Answer Posted / manub22
- CTE
- APPLY OPERATOR (CROSS, OUTER)
- OVER CLAUSE with PARTITION BY
- RANKING FUNCTIONS
- PIVOT & UNPIVOT
- Synonyms
Check here all new features in SQL Server 2005: http://sqlwithmanoj.com/category/sql-server-versions/sql-server-2005-sql-server-versions/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are sql dirty pages?
What is the purpose of self join?
What are partitioned views and distributed partitioned views?
What is correlated subquery in sql server?
What are different types of statements that are supported by sql?
What are approximate numeric data types in ms sql server?
How can you find out which stored procedures are recompiling?
Write a program using SQL queries to find a unique entry in a table.
What is a view in sql?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
What is a non clustered primary key?
What are relationships and mention different types of relationships in the dbms
Explain primary key in sql server?
How do I manually uninstall an instance of sql server 2016?
How to transfer data from a cursor to variables with a "fetch" statement?