473,387 Members | 1,569 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Upgrade Wizard

Hello All

I have SQL Server versions 6.5 and 2000 installed on a Windows 2000
server.
I installed 6.5 first, coppied a backup of a database to the server and

restored it. I then installed 2000. I am trying to use the upgrade
wizzard.

On the first screen I keep the default settings, export and import
objects
and data, use a named pipe. Its all on the same server, give it the sa
password for both installations (its the same). All services are
running
under local system account.

It switches between the two versions a couple of times then comes up
with
this error message:

Couldn't create or register the SQLUpgrade DSN

Anybody got any idea what it means?

Regards

Matt

Jul 23 '05 #1
2 1979
On 3 Jun 2005 01:24:06 -0700, "Matt" <jo*************@rbs.co.uk>
wrote:
Hello All

I have SQL Server versions 6.5 and 2000 installed on a Windows 2000
server.
I installed 6.5 first, coppied a backup of a database to the server and

restored it. I then installed 2000. I am trying to use the upgrade
wizzard.

On the first screen I keep the default settings, export and import
objects
and data, use a named pipe. Its all on the same server, give it the sa
password for both installations (its the same). All services are
running
under local system account.

It switches between the two versions a couple of times then comes up
with
this error message:

Couldn't create or register the SQLUpgrade DSN

Anybody got any idea what it means?

Regards

Matt

Not sure if this answers your question, since I have never run the
upgrade wizard, but Have heard that if you plan to use the upgrade
wizard when installing SQL2K, you should read Microsoft KB300676
first.

Jul 23 '05 #2
[posted and mailed, please reply in news]

Matt (jo*************@rbs.co.uk) writes:
I have SQL Server versions 6.5 and 2000 installed on a Windows 2000
server.
I installed 6.5 first, coppied a backup of a database to the server and
restored it. I then installed 2000. I am trying to use the upgrade
wizzard.

On the first screen I keep the default settings, export and import
objects and data, use a named pipe. Its all on the same server, give it
the sa password for both installations (its the same). All services are
running under local system account.

It switches between the two versions a couple of times then comes up
with this error message:

Couldn't create or register the SQLUpgrade DSN

Anybody got any idea what it means?


Never seen the message. It seems that the upgrade wizard tries to
create an ODBC data source, but fails for some reason. Permissions?
I've no idea.

Just like "Joe Cool", I have never run the upgrade wizard. We carried out
all our 6.5/2000 migrations on our own. And, really, it's not that
difficult at all.

1) If you don't have scripts for your databases under version control,
script them out through Enterpise Manager.

2) Run the scripts on SQL 2000, and fix any problems.

3) For each database, run this:
SELECT bcp ' + db_name() + '..' + name + ' out ' + name + '.bcp ' +
'-S server -U sa -P xxxx -b 1000 -c -t@!@ -r"\n<->\n" ' +
CASE WHEN EXISTS (SELECT *
FROM syscolumns c
WHERE c.id = o.id
AND c.status & 0x80 <> 0)
THEN ' -E'
ELSE ''
END
FROM sysobjects o
WHERE type = 'U'
ORDER BY o.name

4) Save the output in a .BAT file, and run the file from the SQL 2000
box.

5) Edit the file, to change "out" to "in" and change the server name
and authentication information.

6) Run the file again.

At this point all data has been migrated. Logins and users are left to
do, but that is not to tricky to find out.

The advantage of this method, over any wizard, is that you have control
over what is going on, and you are not stumped by things that the wizard
does behind your back.

--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: kg7poe | last post by:
We have Sqlsvr 6.5 under NT4. We want to upgrade the database to Sqlsvr 2000 under windows 2K. Is there any way we can do this by copying the database to the win2K computer?? At any rate would...
2
by: Saiyou Anh | last post by:
Hi! If doing online version upgrade from SQL 7.0 to SQl 2000, (1) do I need to shut down server? (2) after upgrading, is all login and db user, group information, scheduled Jobs, maintenance...
4
by: MadCrazyNewbie | last post by:
Hey Group, I have a VB6 Project im trying to use with VB.Net, It lets me open it and the Upgrade Wizard Launches I click next Select EXE and Click Next Again, the it errors with: "Upgrade...
2
by: Shailja | last post by:
I read lots of stuff on MSDN relating to upgrading a COM Dll build using VB6 to VB.Net. Its seems to be a very easy task. As per few articles when we open vb6 application in .Net framework upgrade...
2
by: Sharrukin Amiri | last post by:
Where can I find the upgrade wizard to that I can uprade my vb6.0 ap to vb 2005 express edition beta 2? Thanks! Sharrukin
4
by: Laphan | last post by:
Hi All I know that if SQL 6.5 was on a server and you then install SQL 2000 on it you get the wizard option to upgrade an SQL 6.5 DB to 2000, but I don't have the luxury of this. I have an...
1
by: rdraider | last post by:
Hi, I am trying to use the Upgrade Wizard in SQL 2000 to upgrade a SQL 6.5 db to 2000. I am only choosing to update a single database, not system objects. The Upgrade wizard connects to SQL 6.5,...
1
by: bob.ward | last post by:
I attempted to upgrade to SQL Server 2000 from SQL Server 6.5 using the SQL Server Upgrade Wizard and I immediately received the following error message: An unknown error occurred while trying...
1
by: Armin Zingler | last post by:
Hi group, after waiting more than 4 month in the .upgrade group for an answer, I dare to ask here. :-) I open a VB6 project in VB 2008 (express) and have the Wizard convert it. It also...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.