Copy SQL 2000 Database To SQL 7.0 Server

Sep 12, 2002

I have to get a copy of a SQL 2000 db over to my SQL 7 test server. I think the only way is to DTS from the SQL 2000's EM after registering the SQL 7.0 Server. Any thoughts or suggestions anyone? - Rob

View 1 Replies


ADVERTISEMENT

Copy Database Into SQL Server 2000

Aug 17, 2005

I have a old dos base foxpro data.  How can i move a copy of it into sql server 2000.

View 1 Replies View Related

Copy Database From SQL Server 2000 To 7.0

Aug 10, 2001

Is it possible to copy a database from SQL Server 2000 to a server running 7.0? The servers are part of different networks so an intermediate file must be used.

Backing up the 2000 db and attempting a restore in 7 does not work -- it did not find the database info in the file.

TIA,
Ryan

View 3 Replies View Related

Copy Database From Server 2000 To Express

Dec 14, 2005

Hi there

I'm pretty new to this SQL server thingie, and I have this question..

How do I copy a database from SQL Server 2000 to my local SQL Server Express? I have done this between 2000 before, but the manager for the express edition doesn't seem to have the copy task..

I really need to do this, since I have to work with a databse locally on my machine when developing...

I can't register my express server in the enterprise manager on the machine from which I need to copy the databse.. Seems to be a version incompability problem?

Does anyone have a solution for this?

Thanks,
Kenny

View 1 Replies View Related

How To Create A Copy Of SQL Server 2000 Database In SQL Server 2005 Express?

Jun 23, 2007

I have a database called 'DB1' in SQL Server 2000. I want to create the same database in SQL Server 2005 Express including the original data in tables.
How would I do that? I cannot find any option to do this upgrade in SQL Server Management Studio.

View 4 Replies View Related

How To Copy A SQL Server 2000 Database To SQL Server 2005 Express

May 4, 2006

Hi,

how can I import (restore) a backup of SQL Server 2000 database to SQL Server 2005 Express?

Thank you all

View 1 Replies View Related

How To Copy Database From One Ms Sql Server 2000 To Another Ms Sql Server 2005?

Jan 23, 2008



Hi,

I am trying to copy one database from one ms sql server 2000 to another ms sql server 2005. I would like to copy all tables, stored procedures, any other objects and the data in this database to the new server. How can I do that? I can not use attach or restore database method because of permission problem. However, I can use Linked server. How can I use Linked server to do that? Any other clues?

Thanks.

View 7 Replies View Related

Making Copy Of 6.5 Database To 7 Or 2000

Jul 20, 2005

I have a 6.5 db that I want to create a copy of, I can move it to eithera machine running 7 or 2000. I am more used to doing this in Oracle sopls bear with me...I don't want to have any downtime on the 6.5 db, so I'm thinking perhapsimport is the best way to go? I am assuming that 6.5 backups are notcomaptible with either 7 or 2000 restore, or I'd go that route.The database in question is fairly simple, pretty well just tables fullof data, no stored procs...suggestions?TIA

View 4 Replies View Related

Cannot Transfer/copy Database In One Step Like I Could With 2000.

Dec 2, 2006

Hi,

I would like to know if there will every be a clean way to transfer a database from a remote server to a local server (and back again). I've tried several different approaches, but they all currently have bugs/problems.

I've looked into database publishing wizard - but this creates a huge script that takes 10x longer to run than the old DTS transfer.

I've tried copying data, and objects separate, but this requires multiple steps, using DTS this was all done in one step.

I've tried using SSIS Transfer SQL Objects, but the defaults are not created, using DTS, the ENTIRE database was transfered, which is what I want.

I've tried using SSIS Transfer Database, but even when I select "Online" mode, I get an error asking me to select at least one source file, but there is nothing to select (no files appear in the pop up window).

I've tried copy database or backup database, but I do not have suffient permission on the remote server for these.

So many different ways to do it, but all fail!

PLEASE - make a simple way to transfer a database from a remote host and back again. I want to be able to select a database source and destination and have the database copied. PLEASE - at least restore the old way until other options are working first.

View 15 Replies View Related

Copy 2000 Database Invalid Object Name Issue

Nov 2, 2007

Hi

I'm trying to copy a s2k db to s2005 64 bit db.


I setup the copy db as a schedule but it keeps failing which invalid object name which i think would suggest that the import table is not there?? even thought it is there I have checked the structure of the table which looks fine.

Does anyone have any ideas to get around this?? Or can I do some other checks?


Many Thanks


Robert


OnError,SEA-SRV-00009,NT AUTHORITYSYSTEM,sea-srv-00008_SEA-SRV-00009_Transfer Objects Task,{524DBB9C-783A-4989-8239-7825B10BF060},{91AA3955-85BF-4DA1-B2BC-0A14787BE06D},11/2/2007 11:02:24 PM,11/2/2007 11:02:24 PM,0,0x,ERROR : errorCode=-1073548784 description=Executing the query "

CREATE view [dbo].[vw_tf_stock_take_scanned] as
select dbo.i_st_stakedt.inputref, dbo.i_st_stakedt.whse, dbo.i_st_stakedt.stockcode, dbo.i_st_stakedt.ticketref,
dbo.i_st_stakedt.bin, dbo.i_st_stakedt.checkqty, dbo.i_st_stakedt.updated, dbo.i_st_stakedt.status,
dbo.i_st_stakedt.createdon, dbo.i_st_stakedt.createdat, dbo.i_st_stakedt.filler
from dbo.i_st_stakedt inner join
dbo.i_st_stakehd on dbo.i_st_stakedt.inputref = dbo.i_st_stakehd.inputref
where dbo.i_st_stakehd.status not in ('X','P')



" failed with the following error: "Invalid object name 'dbo.i_st_stakedt'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
helpFile= helpContext=0 idofInterfaceWithError={8BDFE893-E9D8-4D23-9739-DA807BCDC2AC}
StackTrace: at Microsoft.SqlServer.Management.Dts.DtsTransferProvider.ExecuteTransfer()
at Microsoft.SqlServer.Management.Smo.Transfer.TransferData()
at Microsoft.SqlServer.Dts.Tasks.TransferObjectsTask.TransferObjectsTask.TransferDatabasesUsingSMOTransfer()
OnError,SEA-SRV-00009,NT AUTHORITYSYSTEM,SAS_mig,{40DA50FD-2E47-4B84-99D8-6FFDB0A4DD8D},{91AA3955-85BF-4DA1-B2BC-0A14787BE06D},11/2/2007 11:02:24 PM,11/2/2007 11:02:24 PM,0,0x,ERROR : errorCode=-1073548784 description=Executing the query "

CREATE view [dbo].[vw_tf_stock_take_scanned] as
select dbo.i_st_stakedt.inputref, dbo.i_st_stakedt.whse, dbo.i_st_stakedt.stockcode, dbo.i_st_stakedt.ticketref,
dbo.i_st_stakedt.bin, dbo.i_st_stakedt.checkqty, dbo.i_st_stakedt.updated, dbo.i_st_stakedt.status,
dbo.i_st_stakedt.createdon, dbo.i_st_stakedt.createdat, dbo.i_st_stakedt.filler
from dbo.i_st_stakedt inner join
dbo.i_st_stakehd on dbo.i_st_stakedt.inputref = dbo.i_st_stakehd.inputref
where dbo.i_st_stakehd.status not in ('X','P')



" failed with the following error: "Invalid object name 'dbo.i_st_stakedt'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
helpFile= helpContext=0 idofInterfaceWithError={8BDFE893-E9D8-4D23-9739-DA807BCDC2AC}
StackTrace: at Microsoft.SqlServer.Management.Dts.DtsTransferProvider.ExecuteTransfer()
at Microsoft.SqlServer.Management.Smo.Transfer.TransferData()
at Microsoft.SqlServer.Dts.Tasks.TransferObjectsTask.TransferObjectsTask.TransferDatabasesUsingSMOTransfer()
OnProgress,SEA-SRV-00009,NT AUTHORITYSYSTEM,sea-srv-00008_SEA-SRV-00009_Transfer Objects Task,{524DBB9C-783A-4989-8239-7825B10BF060},{91AA3955-85BF-4DA1-B2BC-0A14787BE06D},11/2/2007 11:02:24 PM,11/2/2007 11:02:24 PM,0,0x,Database transfer failed for 1 database(s).
OnProgress,SEA-SRV-00009,NT AUTHORITYSYSTEM,sea-srv-00008_SEA-SRV-00009_Transfer Objects Task,{524DBB9C-783A-4989-8239-7825B10BF060},{91AA3955-85BF-4DA1-B2BC-0A14787BE06D},11/2/2007 11:02:24 PM,11/2/2007 11:02:24 PM,100,0x,Transfer objects finished execution.
OnTaskFailed,SEA-SRV-00009,NT AUTHORITYSYSTEM,sea-srv-00008_SEA-SRV-00009_Transfer Objects Task,{524DBB9C-783A-4989-8239-7825B10BF060},{91AA3955-85BF-4DA1-B2BC-0A14787BE06D},11/2/2007 11:02:24 PM,11/2/2007 11:02:24 PM,0,0x,(null)
OnPostExecute,SEA-SRV-00009,NT AUTHORITYSYSTEM,sea-srv-00008_SEA-SRV-00009_Transfer Objects Task,{524DBB9C-783A-4989-8239-7825B10BF060},{91AA3955-85BF-4DA1-B2BC-0A14787BE06D},11/2/2007 11:02:24 PM,11/2/2007 11:02:24 PM,0,0x,(null)
OnWarning,SEA-SRV-00009,NT AUTHORITYSYSTEM,SAS_mig,{40DA50FD-2E47-4B84-99D8-6FFDB0A4DD8D},{91AA3955-85BF-4DA1-B2BC-0A14787BE06D},11/2/2007 11:02:24 PM,11/2/2007 11:02:24 PM,-2147381246,0x,SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
OnPostExecute,SEA-SRV-00009,NT AUTHORITYSYSTEM,SAS_mig,{40DA50FD-2E47-4B84-99D8-6FFDB0A4DD8D},{91AA3955-85BF-4DA1-B2BC-0A14787BE06D},11/2/2007 11:02:24 PM,11/2/2007 11:02:24 PM,0,0x,(null)
PackageEnd,SEA-SRV-00009,NT AUTHORITYSYSTEM,SAS_mig,{40DA50FD-2E47-4B84-99D8-6FFDB0A4DD8D},{91AA3955-85BF-4DA1-B2BC-0A14787BE06D},11/2/2007 11:02:24 PM,11/2/2007 11:02:24 PM,1,0x,End of package execution.

View 10 Replies View Related

How To Copy Table In SQL Server 2000?

Jan 13, 2005

I want to make an exact copy of a table in SQL Server 2000.
If I right click on the table I can select copy, but paste does not show up?

View 7 Replies View Related

How To Copy The Value Of One Field Into Another Using SQL Server 2000

Oct 20, 2006

I am a little embarrased to be asking this question because I know that the answer must be simple but I am still a nube at SQL. I am stuck with a simple query that copies one field of data into another. Below is the script that I am trying to execute.

UPDATE table
SET field2 = field1

I get an error from SQL Server that says that the String or binary data would be truncated. I am assuming that the SQL server is trying to concatenate all the value of field1 into field2. All I am trying to do is copy the values of one field into another for each and every row in the table. Thanks in advance.

View 3 Replies View Related

Backup/copy Of Sql Server 2000 DB

Jan 23, 2004

Hi people!!

I was wondering how u can copy a sql server database (to make a backup) on to either a CD or floppy(dunno if theres enough disk space for that)???

Thanks

View 1 Replies View Related

Sql Server 2000 Robo Copy

Feb 19, 2007

Hi all,i have sql servr 2000 standard edition.robocopy is a step in one of the jobs. this step fails in the jobwhere as when i run it from command prompt the same command exceutessuccesfully. i have given the owner of the job as sa. acctaully whenisee the files have been copied to the server succesfully but stillthis step is shown as failed in the job.Executed as user: PRODUCTIONSVC_SQL025. ...--------- ROBOCOPY v1.96 : Robust File Copy for Windows NT----------------------------------------------------------------------Started : Mon Feb 19 09:00:33 2007 Source : G:serverdatamssqlBACKUPRRUAWDDATA Dest : \sgcfhpsql25g$serverdatamssqlLogShippingawddataAWDDATA_DB_BACKUP Files : *.*Options :*.* /R:1000000 /W:30---------------------------------------------------------------------2 G:serverdatamssqlBACKUPRRUAWDDATANew File 1166963200 AWDDATA_db_200702190900.BAK 0.0%0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 0.0%0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 0.1%0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1%0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.2% 0.2%0.2% 0.2% 0.2% 0.2% 0.2% 0.2% 0.2% 0.2% 0.2% 0.2%0.... Process Exit Code 1. The step failed.Can any body guide me?thanks for the help.Shark.

View 1 Replies View Related

How To Copy The Data From One Server To Another Server Using Sql 2000 DTS Packages

Nov 12, 2007

I am trying to copy/update a table which is in server2 based on a similar table which is in server 1. I can't use replication,
so I am thinking which are the best ways to do without affecting the performance as the source table is busy with inserts or updates. I am thinking of following options:
1. SQL server 2000 DTS packages: As I am trying to copy the data from the source table(server1) into a destination table which is a similar table in server2, if I use dts first I want to take the complete snapshot and then on I only want to copy the new transactions or updated transactions, please let me know how I can do this.
2. Does trigger affect the performance as the server1(source table) is a busy server.
Please let me know. Thanks.

View 12 Replies View Related

Copy Table And/or Records From SQL Server 2000 To 2005 Express

Apr 7, 2006

How can I copy a table from my sql server 2000 db to my sql server 2005 express edition?
I have a project in VS.NET 2005 and I have a db in App_Data folder. However, when I look into that folder, there is nothing visible. I now need to copy a table from my existing sql server 2000 to my db located in my project's App_Data folder.
Any help would be appreciated..
 
Regards,

View 1 Replies View Related

File Copy To Windows 2000 From NT Server Running Sql7

Jul 20, 2005

We are running SQL 7 on a Windows NT Server. If you copy a 25Mb filefrom this machine to a W2K server, the file copy takes over 5 minuteson a 100Mpbs switched network.Copying the same file to another NT server takes only seconds, andcopying the same file to the W2K server from the 2nd NT server, (whichis not running SQL) takes only seconds also.Has anyone any ideas as to why file copying between this machine and aW2K one will take so long. It is repliacted on 5 further w2K machines.

View 1 Replies View Related

Copy Data To Excel File Using Dts Package In Sql Server 2000

Jul 26, 2007

Friends

Any one of you share your knowledge how to transfer data from a database to a excel using dts packages in sqlserver 2000.

I want clear steps how to create a dts package

Appreciate your help

Thanks
satish

View 1 Replies View Related

Trying To 'load' A Copy Of A SQLServer 2000 Database To SQLServer 2005 Express

Apr 18, 2008



I am trying to 'load' a copy of a SQLServer 2000 database to SQLServer 2005 Express (on another host). The copy was provided by someone else - it came to me as a MDF file only, no LDF file.

I have tried to Attach the database and it fails with a failure to load the LDF. Is there any way to bypass this issue without the LDF or do I have to have that?

The provider of the database says I can create a new database and just point to the MDF as the data source but I can't seem to find a way to do that? I am using SQL Server Management Studio Express.

Thanks!!

View 1 Replies View Related

The Remote Copy Of Database X Has Not Been Rolled Forward To A Point In Time That Is Encompassed In The Local Copy

May 11, 2006

Hi,

I set up DB mirror between a primary (SQL1) and a mirror (SQL2); no witness. I have a problem when I issue command:


alter database DBmirrorTest
Set Partner = N'TCP://SQL2.mycom.com:5022';
go


The error message is:

The remote copy of database "DBmirrorTest" has not been rolled forward to a point in time that is encompassed in the local copy of the database log.

I have the steps below prior to the command. (Note that both servers' service accounts use the same domain account. The domain account I login to do db mirror setup is a member of the local admin group.)

1. backup database DBmirrorTest on SQL1

2. backup database log

3. copy db and log backup files to SQL2

4. restore db with norecovery

5. restore log with norecovery

6. create endpoints on both SQL1 and SQL2

CREATE ENDPOINT [Mirroring]

STATE=STARTED

AS TCP (LISTENER_PORT = 5022, LISTENER_IP = ALL)

FOR DATA_MIRRORING (ROLE = PARTNER)

7. enable mirror on mirror server SQL2

:connect SQL2

alter database DBmirrorTest

Set Partner = N'TCP://SQL1.mycom.com:5022';

go

8. Enable mirror on primary server SQL1

:connect SQL1

alter database DBmirrorTest

Set Partner = N'TCP://SQL2.mycom.com:5022';

go

This is where I got the error.

The remote copy of database "DBmirrorTest" has not been rolled forward to a point in time that is encompassed in the local copy



Thanks for any help,

KT

View 8 Replies View Related

Copy Database From V8 To V9 SQL Server

Oct 22, 2006

Hi dear devs, admins or users!I have following problem with the "SQL Server 2005 Developer Edition". I am in a small network and try to copy a database from a version 8.0 to a version 9.0 "SQL Server" (2 computers). I use the "Copy Database Wizard" and the process did 4 from 5 actions correctly, the last action with the name "Execute SQL Server Agent Job" fails allways. My "SQL Server Agent" process is started and runs well. In real I don't need the "SQL Server Agent" in any way in my database, so I don't understand why this process generates this error. I try to copy this old "Portal" "ASP.NET 1.1" database to my new "SQL Server 2005". Can someone help me?.ThanksArzu Bazman  · «US DEV  United Systems»

View 2 Replies View Related

Copy Database From One Server To Another

Oct 31, 2007

Hi:
I have a MSSQL 2005 database in current server, since we are going to shift to another server, I need to copy the database to the new server for testing.
Can you please let me know what is the best way to do that? I have tried to use detach and attach, or "back up the database and then restore on the other server.", but seems not working for me. I want step by step instruction since I am pretty new for the DB migration.
Thanks.
Jt

View 2 Replies View Related

How To Copy A Database To Different Server ?

Jul 5, 2001

Hi,

This should be a relatively simple question (and answer !) :-)

I would like to copy a database from one server to another and have created a backup file of the database in question and copied it to the new server. I then restored the database, no problem.

When I try to create a standard SQL user called 'DBTest' (which was on the original server and had dbo priviledges to the database) it works but as soon as I try to permission this user to the newly restored database I get the error:

"Error 15023: User or role 'DBTest' already exists in the current database"

The user DBTest does not exist in my newly restored database but does exist in the publi role in that database. I am not allowed to delete this user from the public role (option greyed out). Help !!!

Thanks,

TimH

View 3 Replies View Related

Copy Whole Database From One Server To Another

Jan 1, 2002

Hi all,

I am trying to fly by the seat of my pants here in my current job. I have been labored with the job of Database Admin and I am trying to copy a whole database from one of our main servers (SQL Server 2000) to one of the salesmen's laptops (SQL Server 2000 personal edition) to do demos of our new product. The current size of the database is about 50mb but I can't seem to copy it over without getting lots of errors. I have tried using Enterprise Manager's built-in tools for transfering database or import/export, even DTS and everything gives errors.

Could someone post an easy to follow, step-by-step guide to copying a database from one server to another?

Thanks in advance,

David Beaumont
Adelaide, South Australia

View 6 Replies View Related

Copy A Database From One Server To Another

Aug 15, 2001

Hi,
I want to copy a database(in olap) from one server to another. I copied the .cab file and used the restore feature in Analysis Server in Analysis manager. Restore Database progress dialogue box came and it went to the step " Updating DSO" and the program hung. So, I terminated the program, and the next time, I could not connect to my server under Analysis Servers. Any help how I could do that and why this happened?

Thanks in advance,
Jeff.

View 1 Replies View Related

Copy Database - Same SQL Server

Jan 12, 2004

Hello.
I am fairly new to SQL Server. I have a hosted sql server with unlimited licensing and database has been created on it from outsourced vendor.
I need to create a duplicate database, on same server, different directory, with a different name for development and testing.
I have been told to simply to a backup and restore with MOVE, however in my research I have come across things to be aware of and even errors. I am a newbie dba for small company and I do not want to take chances ruining their current database.
Does anyone have any directions-specific advice?
Your help will be greatly appreciated!

View 13 Replies View Related

Copy Database To Web Server

Dec 12, 2006

Hi,

I'm new to SQL Server (I've worked with MS Access for several years but am now ready to step up to the next level).

I'm working with SQL Server 2000 - I have a copy of Developers Edition on my XP Pro computer at home and work mostly with shared web hosting accounts that have SQL Server 2000 available on them.

I recently received a database backup file from a client, which I was able to restore using the Query Analyzer and RESTORE. I now have to 'move/export/upload' this database to a shared web hosting account - I've created a 'blank' database on the web server (same name as restored database) and have a username and password.

This is where I'm stuck - how do I get this restored database on my local machine to a web server? Do I do this via the Query Analyzer or some other type of wizard? (I'm not even sure how to 'connect' to the web server database.)

I'm sure I'm not providing enough background, but any guidance would be greatly appreciated.

Many thanks,
Paul

View 12 Replies View Related

Copy Database Across Server

Jan 26, 2007

How can I quickly copy a database including everything (tables,constraints,views...etc) to a different server ? I used a DTS package which is in my opinion a pain. I get so tired of all those constraint restrictions, not allowing me to just drop the tables and replace it. I wish I could just drop the whole database and create a copy from production with a simple command. I know I can go through all the tables and drop the constraints, do the DTS copy and then recreate the constraints, I was just hoping for a method to bypass that part.
Any ideas ?

robert

View 1 Replies View Related

How To Copy Db From One Database Server To Another

Oct 22, 2007

Hi,
Hoping someone can point me in the right direction. I have several Production SQL server 2005 databases that need to be copied to a different (test) SQL server 2005 database server. What is the best way to copy the existing structures over to the test environment.
I'm new to sql server, so any assistance would be greatly appreciated!
Thanks

View 5 Replies View Related

Copy A Database From One SQL Server To Another.

Jul 20, 2005

Hello:I'm new in the SQL server world. But I need to copy one SQL databaseon machineA to machineB. By looking at the tool bar, I think exportwill do the job for me, is anybody can provide the detail info? DO Ineed to create an empty database on MachineB first, any documentationrepository I can read and learn?Thank you so much!Sincerely,QG

View 2 Replies View Related

Copy A Database With Copy The .mdf File And Attaching It With A New Name?

Nov 4, 2006

Hello,

if i have a given database (a model) and i want to copy this database in the same database instance. Is it ok to copy the mdf and ldf file and attach the files with a new database name in the same instance.

Or is the datebase name part of the .mdf file?

Regards
Markus





View 6 Replies View Related

SQL Server Express - Database Copy?

Oct 23, 2006

I created a web application (ASP.Net with a SQL DB backend) using Visual Studio 2005 Standard Edition and the bundled SQL Server Express.Everything works perfectly on my local machine.Now I need to upload the application and DB to my hosting provider.  My hosting provider suggested I backup the db, upload it with FTP, and they would restore it for me on the production server.However, I can find no option to "Backup" a DB in SQL Server Express or in Visual Studio.  Am I missing something?Using Visual Studio 2005 Standard Edition and SQL Server Express, how does Microsoft envision us copying our DB's into production?Thanks a lot,Chris

View 2 Replies View Related

MS SQL Server 2005 - Copy Database From V8 To V9

Nov 5, 2006

 
Hi dear devs, admins or users!
 
Two weeks ago I had a problem with transfering databases from v8 to v9, I placed the question here (original message attached), but I received not the answer which I need. I try to transfer databases with the CDW ("Copy Database Wizard"), which should run through 5 action steps. The process stops after the 'action 2', the step "Create Package" failed allways. The error message which I receive is "Library not registered". I was very surprised, because two weeks ago the process stoped after the action 4 (4/5) while the step "Execute SQL Server Agent Job". I changed nothing on my system or databases. The only thing I can remember is the "Microsoft Update" downloaded and installed a new patch, but it wasn't a SQL Server 2005 update or something with databases. 
 
I have now two questions. What means the error "Library not registered" while the CDW process and what could be the reason for the error in 'action 5' "Execute SQL Server Agent Job" while the CDW process?  **(CDW = "Copy Database Wizard")
 
 
[original message from 2006-10-17]
 
I have following problem with the "SQL Server 2005 Developer Edition". I am in a small network and try to copy a database from a version 8.0 to a version 9.0 "SQL Server" (2 computers). I use the "Copy Database Wizard" and the process did 4 from 5 actions correctly, the last action with the name "Execute SQL Server Agent Job" fails allways. My "SQL Server Agent" process is started and runs well. In real I don't need the "SQL Server Agent" in any way in my database, so I don't understand why this process generates this error. I try to copy this old "Portal" "ASP.NET 1.1" database to my new "SQL Server 2005". Can someone help me?
 
Thanks
 
Arzu Bazman  · «US DEV  United Systems»
 

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved