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


Please Help Members By Posting Answers For Below Questions

What is hot add cpu in sql server 2008?

693


What is difference statement and preparedstatement?

714


Write a code to select distinct records without using the DISTINCT keyword.

845


Differentiate between SQL and ORACLE joins and write their syntax.

771


What are the steps you must follow to hide sql server instances?

699






How to get a list of columns using the "sys.columns" view in ms sql server?

736


How to execute multiple stored procedures at one time in sql server?

683


If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?

722


What is a mutating table error and how can you get around it?

703


What is instead of trigger sql server?

664


How to convert a unicode strings to non-unicode strings?

737


What are pessimistic lock and optimistic lock?

733


What is the exact numeric data type in sql?

723


How do I find my localdb version?

710


Why is there a performance difference between two similar queries where one uses union and the other uses union all?

716