Difference between sql server 2000 and sql server 2005?
Answer Posted / bhaskar
Sql server 2005 New features:
1.Datatype varchar(max),XML datatype
2.OUTPUT Clause
3.APPLY OPERATOR
4. PIVOT and UNPIVOT?
A Pivot Table can automatically sort, count, and total the
data stored in one table or spreadsheet and create a second
table displaying the summarized data. The PIVOT operator
turns the values of a specified column into column names,
effectively rotating a table.
5.Tools and utilities
Data types
T-SQL enhancements
Programmability enhancements
XML support
Native XML web services
SQL Management Objects
SQL Server Integration Services
SQL Server Reporting Services
SQL Server Notification Services
SQL Server Service Broker
Replication Management Objects
SQL Server Agent
SQL Server Mobile Edition
The code used in the book is available
In sql server2000 Extended Stored procedures , and it
modified it into CLR Stored procedures
| Is This Answer Correct ? | 72 Yes | 9 No |
Post New Answer View All Answers
What are the disadvantages of merge replication?
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
Do you know what are the restrictions that views have to follow?
What is the difference between delete and truncate statements?
How can a user-defined datatype be created?
How many types of attribute relationships are there? : sql server analysis services, ssas
Can you explain what is indexed view? How to create it?
What does man by sql wildcard characters in sql server?
What does the on update no action do?
What are the source of constraints?
What is intellisense?
How to query multiple tables jointly?
List some major differences between triggers and stored procedures?
What is policy based management (pbm)? : sql server database administration