New Features in Sql Server 2005

(1) Reporting services:-In SQL Server Reportingwith or without parameters .When we use SQL
Services increase there benefit to customers. TheseServer as a Web Service that can for HTTP SOAP
include centralized report storage and management,requests requires must create an HTTP endpoint and
control over how reports are processed ordefining the methods that the endpoint exposes. When
administered, and also have ability to fastest changingwe create HTTP endpoint, that endpoint must be
reports formats (HTML, Excel, PDF, etc.). This entirecreated with a unique URL that we uses to listen for
capabilities make reporting Services is valuable. Soincoming HTTP requests.
Web-based reporting has ability to make up-to-date(4) Database Mirroring: - Database mirroring provides
information available to a distributed group of users.solution to provide high availability at the database level
Reporting Services provides a impressive way to findwhere all things depends upon the database. In Sql
and view reports, the Reporting Services interfaceServer we can maintained synchronized copies of a
may not be the most appropriate one for all reportdatabase on two separate servers allows switching
users.between them. And its plays its role on failure of
(2) Partitioned Tables and Indexes:-Sql Server 2005primary server.
has ability to partition tables and indexes have always(5) CLR Integration: - Microsoft SQL Server 2005 has
been a design to improve performance andadopt the database programming model hosting by the
manageability in larger databases. Microsoft SQLMicrosoft .NET Framework 2.0 Common Language
Server 2005 has many new features that simplify theRuntime (CLR). .Net CLR hosted inside SQL Server to
design of using this feature.improve performance, security and reliability. This helps
(3) Xml Web services: - SQL Server 2005 provides adevelopers to write procedures, triggers, and functions
standard method for getting the database engine byin any of the CLR languages.
using SOAP via HTTP. With the help of this methods,To know more about Sql Server Interview Questions
we can send SOAP/HTTP requests to SQL Servervisit dotnetquestion.info and learn all interview questions
to execute stored procedures, extended storedrelated to sql server which is very helpful in interviews
procedures, T-SQL batch statements andfor you.
scalar-valued user-defined functions which can have