Difference between sql server 2000 and sql server 2005?
Answer Posted / rohit
SQL SERVER 2000:
1.Query Analyser and Enterprise manager are separate.
2.No XML datatype is used.
3.We can create maximum of 65,535 databases.
4.Nill
5.Nill
6.Nill
7.Nill
8.Nill
9.Nill
10.Nill
11.Nill
12.Nill
13.cant compress the tables and indexes.
14.Datetime datatype is used for both date and time.
15.No varchar(max) or varbinary(max) is available.
16.No table datatype is included.
17.No SSIS is included.
18.CMS is not available.
19.PBM is not available.
20.PIVOT and UNPIVOT functions are not used.
SQL SERVER 2005:
1.Both are combined as SSMS(Sql Server management Studio).
2.XML datatype is introduced.
3.We can create 2(pow(20))-1 databases.
4.Exception Handling
5.Varchar(Max) data type
6.DDL Triggers
7.DataBase Mirroring
8.RowNumber function for paging
9.Table fragmentation
10.Full Text Search
11.Bulk Copy Update
12.Cant encrypt
13.Can Compress tables and indexes.(Introduced in 2005 SP2)
14.Datetime is used for both date and time.
15.Varchar(max) and varbinary(max) is used.
16.No table datatype is included.
17.SSIS is started using.
18.CMS is not available.
19.PBM is not available.
20.PIVOT and UNPIVOT functions are used.
getproductprice.com
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Every night you run a full backup after every 3 three hours you make a differential backup every hour you make an incremental backup in a worst-case scenario, how much work you can lose?
What is subquery in sql?
How you can add messages to the nt event log from within a stored procedure?
What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?
Explain about SQL server 2005?
Can you use order by when defining a view?
Can we check locks in database? If so, how can we do this lock check?
what are the different types of SSRS reports?
Do you know what guidelines should be followed to help minimize deadlocks?
explain extended properties
What is spid in sql server profiler?
Explain difference between cross join and full outer join?
How much does sql server 2016 cost?
Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration
What are cascading parameters in ssrs reports?