Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server DTS
|
SQL Server DTS Discussion specific to Data Transformation Service with SQL Server. General SQL Server discussions should use the general SQL Server forum. Readers of the book Professional SQL Server 2000 DTS with questions specific to that book should post in that book forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server DTS section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 9th, 2004, 07:32 AM
Authorized User
 
Join Date: Jun 2003
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Default DTS Scheduled Jobs Errors in DB (Misc)

Regarding my previous queries I put across to the forum Joe Fawcett came up with a suggestion that I could create a new table of identical structure import the old data to the new table. I have been able to create a new table and I did the following:

Exec sp_dboptions ‘dbname’, ‘select into’, ‘true,

Then decided to copy the data across using the following
Select * into ServerNew From Server
Where 1 = 2
Go
I go the following error messages: There is already an object named ‘ServerNew’ in the Database.
All I wanted to do is copy the old data from Server table to ServerNew table. What have I done wrong here? Your help will be much appreciated. Thanks


CarlWalden
__________________
CarlWalden
 
Old March 9th, 2004, 08:13 AM
Authorized User
 
Join Date: Jun 2003
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I wish to express my gratitude profound to all those who have help me to sort out this problem and my special thanks goes to Joe Fawcett for his suggestion, I have done as he suggested and DTS the data across to the new table and the entire business is happy now. I am so proud to be part of this forum, once again thank you for your professionalisms.

Regards,
:D

CarlWalden





Similar Threads
Thread Thread Starter Forum Replies Last Post
DTS scheduled jobs not finishing abob SQL Server DTS 0 July 13th, 2007 07:48 AM
Can only members of sysadmin schedule DTS jobs? Crowandazi SQL Server DTS 1 March 10th, 2005 02:53 AM
Unable to Schedule or See Existing DTS Jobs Crowandazi SQL Server DTS 1 March 4th, 2005 03:43 PM
DTS Scheduled Jobs Errors Walden SQL Server DTS 10 March 16th, 2004 10:32 AM
DTS Scheduled Jobs Errors in DB Walden SQL Server DTS 1 March 8th, 2004 11:55 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.