Re: SQL 6.5 to 2000 Upgrade Troubles

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



=?Utf-8?B?Sm9obg==?= (John@xxxxxxxxxxxxxxxxxxxxxxxxx) writes:
> I have poured through all sorts of documentation and at this point I
> would just script out the databases and run them on a 2000 installation,
> then do the data transfer, but I am not the DBA and he is "too busy" to
> be bothered with such a trivial matter (aside from the fact that I am
> not certain that he would be pf any use anyway in this matter).
>
> The short of it is this: what's the easiest way to upgrade 6.5 to 2000
> on a two machine setup? (hopefully, aside from wizards)

The easiest way in my opinion is to script everything and bulkload out
and in. That's what the wizard does anyway.

One thing to keep in mind when you extract the data, is that the native
data type may be the best - as long as you have no columns of the type
sysname, as the definition for sysname changed from 6.5 to SQL 7.


--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.



Relevant Pages

  • Re: Error 15401 using sp_grantlogin (not addressed by current KB articles)
    ... Restarting Windows 2000 resolved the problem for this particular account, ... confused when it sees a duplicate SID. ... > One way to get SQL Server to agree with the renamed NT ... > Preview (to ensure the script was created), ...
    (microsoft.public.sqlserver.security)
  • Re: The tricky thing is that you can even multiply by numeric to make it
    ... I'm using SQL Server 2008 version 10.50.1600. ... I have been trying to use the ROUND() function: ... Books Online for SQL Server 2005 at ... Is an expression of the exact numeric or approximate numeric data type category, except for the bit data type. ...
    (microsoft.public.sqlserver.programming)
  • Re: SQL Server float data type
    ... A fundamental data type that holds double-precision floating-point ... And form SQL Server when trying to commit 4.94E-320: ... Books Online for SQL Server 2005 at ...
    (comp.databases.ms-sqlserver)
  • Re: CASE problem
    ... safe way to avoid evaluation is to use a CASE expression. ... expressions - always return the one and same data type. ... according to the data-type precedence rules in SQL Server. ... Books Online for SQL Server 2005 at ...
    (comp.databases.ms-sqlserver)
  • Re: Add columns to table, but in an order
    ... in the order that SQL Server mentions them, with no way for the end user ... existing constraints and recreate them when the new table is in place. ... be very critical of the script ... Make sure to test the conversion on a test server first. ...
    (microsoft.public.sqlserver.server)