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
|