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

What is the use of toad or sqldbx.?

0 Answers   MCN Solutions,


What is the command used to check locks in microsoft sql server?

0 Answers  


What are cursors stored procedures and triggers?

0 Answers  


What are the different type of replication in sql server?

0 Answers  


Let’s say the table in the database is named as TBL_Register. The fields in this table include: 1. User_Name, 2. User_Telephone, 3. Register_Date The field Register_Date stores the current date and time of the registration. Write the SQL statement that inserts the data into the table.

2 Answers   Techno Solutions,






When would you use the stored procedures or functions?

0 Answers  


How to count groups returned with the group by clause in ms sql server?

0 Answers  


what are triggers? : Sql server database administration

0 Answers  


What are .mdf files?

0 Answers  


Differentiate between SQL and ORACLE joins and write their syntax.

0 Answers   Global Logic,


What is Files and Filegroups in SQL Server & it's implementation.

1 Answers   Zenith,


let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration

0 Answers  


Categories