what are the new features of sql server 2005?

Answers were Sorted based on User's Feedback



what are the new features of sql server 2005?..

Answer / nutan sharma

Report Service manager
in built Reporting Feature Available in 2005

Is This Answer Correct ?    7 Yes 0 No

what are the new features of sql server 2005?..

Answer / satyambabu

Adding New feature Reporing
Adding New DataTypes.
Support Mirror concepts.
Exception handling support.
Query analyzer placed to query editor

Is This Answer Correct ?    3 Yes 0 No

what are the new features of sql server 2005?..

Answer / arun pandey

There are the New Feature

1)online indexing only in sql 2005.
2)CLR Integration with sql server 2005.
3)xml datatype in sql 2005.
4)More faster than sql 2000.
5)Inbuilt with ASP.NET 2005.

Is This Answer Correct ?    2 Yes 1 No

what are the new features of sql server 2005?..

Answer / dinesh from a1-technology

1)online indexing only in sql 2005.
2)CLR Integration with sql server 2005.
3)xml datatype in sql 2005.
4)More faster than sql 2000.
5)Inbuilt with ASP.NET 2005.
6)GetDate() function also working in function in 2005 sql.

Is This Answer Correct ?    1 Yes 0 No

what are the new features of sql server 2005?..

Answer / namz

Major change is the integration of sql server 2005 with
the .NET framework.Now u can use either T-SQL or any of ur
favourite language like C#,J# or VB.Net

Is This Answer Correct ?    2 Yes 2 No

what are the new features of sql server 2005?..

Answer / 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

what are the new features of sql server 2005?..

Answer / ramprasshanth

ROLL UP and CUBE are available in ms sql server 2005

Is This Answer Correct ?    0 Yes 0 No

what are the new features of sql server 2005?..

Answer / mruganandam(guru) mca saranath

The some features of sql server 2005 are,

1.Database Mirroring
2.Online Restore
3.Online Indexing Operation
4.Fast Recovery
5.Standards based Information Access
6.Sql Server Information Access
7.Dedicated Administrator Connection
8.Snapshot Isolation(SI)
9.Data Partitioning
10.Replication Enhancements.
which are the top ten features of Database Administration
in Sql Server 2005.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Explain what is raid and what are different types of raid levels?

0 Answers  


Find 2nd Highest salery in emp table Select* from emp where &n= select * count from emp where (salery >=emp.salery) Enter n value 2 These query is correct or not. Tell me any other methods.

6 Answers  


What is the significance of null value and why should we avoid permitting null values?

0 Answers  


Why we need sql server?

0 Answers  


what is the basic diffrence betn a col declared in char(1) and in varchar(1)

2 Answers  






What are the advantages of partitioning?

0 Answers  


Can we use max in where clause?

0 Answers  


Explain datetime2 data type in sal server 2008?

0 Answers  


Explain the use of containers in ssis and also their types?

0 Answers  


How to generate create view script on an existing view?

0 Answers  


What is difference between views and tables?

0 Answers  


Can a database be shrunk to 0 bytes, if not, why?

0 Answers  


Categories