SQL Server 2000 to SQL Server 2005 migration
25 pts.
0
Q:
SQL Server 2000 to SQL Server 2005 migration
Hi,
I am pretty new to the SQL Server DB. We are working on a project where in the db is migrated from SQL Server 2000 to SQL Server 2005. I was told that the migrated databases will consume more disk space on SQL Server 2005. Is that true? If so, what is the reason for that and how can we prevent it?

Thanks in advance.

Vidukarth
ASKED: Jul 29 2008  6:36 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
46795 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
No, it's not true. (Well the database might need a couple of Megs extra, but that's it.)

SQL Server 2000 and SQL Server 2005 use the same format when storing the data, so the data doesn't need to be changed. When upgrading the database from SQL Server 2000 to SQL Server 2005 only the meta data about the tables is changes. The actual table data is left untouched.
Last Answered: Jul 29 2008  7:56 PM GMT by Mrdenny   46795 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Mrdenny   46795 pts.  |   Jul 29 2008  7:57PM GMT

Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.

 
0