dbTalk Databases Forums  

deleted tables problems

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss deleted tables problems in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
JFB
 
Posts: n/a

Default deleted tables problems - 09-17-2003 , 02:39 PM






Hi folks,
I'm trying to copy a database from my test eviroment to my production
enviroment using Copy SQL Server Objects Task and I have an error with a
tables that I deleted long time ago saying that they are missing.
Is anybody know a work around on this?
Tks
JFB



Reply With Quote
  #2  
Old   
Andrew J. Kelly
 
Posts: n/a

Default Re: deleted tables problems - 09-17-2003 , 06:15 PM






It apparently is caching the list. Have you tried just using Backup and
Restore or sp_attach_db?


http://www.support.microsoft.com/?id=314546 Moving DB's between Servers
http://www.support.microsoft.com/?id=224071 Moving SQL Server Databases
to a New Location with Detach/Attach
http://support.microsoft.com/?id=221465 Using WITH MOVE in a
Restore
http://www.support.microsoft.com/?id=246133 How To Transfer Logins and
Passwords Between SQL Servers
http://www.support.microsoft.com/?id=298897 Mapping Logins & SIDs after a
Restore
http://www.dbmaint.com/SyncSqlLogins.asp Utility to map logins to
users
http://www.support.microsoft.com/?id=168001 User Logon and/or Permission
Errors After Restoring Dump
http://www.support.microsoft.com/?id=240872 How to Resolve Permission
Issues When a Database Is Moved Between SQL Servers
http://www.sqlservercentral.com/scri...p?scriptid=599
Restoring a .mdf
http://www.support.microsoft.com/?id=307775 Disaster Recovery Articles
for SQL Server

http://www.support.microsoft.com/?id=274463 Copy DB
Wizard issues

--

Andrew J. Kelly
SQL Server MVP


"JFB" <jfb2002 (AT) directvinternet (DOT) com> wrote

Quote:
Hi folks,
I'm trying to copy a database from my test eviroment to my production
enviroment using Copy SQL Server Objects Task and I have an error with a
tables that I deleted long time ago saying that they are missing.
Is anybody know a work around on this?
Tks
JFB





Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: deleted tables problems - 09-18-2003 , 01:30 AM



In addition to Andrew's comments.
Does it appear in the list of objects you can transfer i.e. unselect "Copy
all objects". If not then does it appear referenced in any views/SPs ? If
you have "Include dependent objects" ticked it may be looking for this
table.



--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote

Quote:
It apparently is caching the list. Have you tried just using Backup and
Restore or sp_attach_db?


http://www.support.microsoft.com/?id=314546 Moving DB's between
Servers
http://www.support.microsoft.com/?id=224071 Moving SQL Server
Databases
to a New Location with Detach/Attach
http://support.microsoft.com/?id=221465 Using WITH MOVE in a
Restore
http://www.support.microsoft.com/?id=246133 How To Transfer Logins and
Passwords Between SQL Servers
http://www.support.microsoft.com/?id=298897 Mapping Logins & SIDs after
a
Restore
http://www.dbmaint.com/SyncSqlLogins.asp Utility to map logins to
users
http://www.support.microsoft.com/?id=168001 User Logon and/or
Permission
Errors After Restoring Dump
http://www.support.microsoft.com/?id=240872 How to Resolve Permission
Issues When a Database Is Moved Between SQL Servers
http://www.sqlservercentral.com/scri...p?scriptid=599
Restoring a .mdf
http://www.support.microsoft.com/?id=307775 Disaster Recovery Articles
for SQL Server

http://www.support.microsoft.com/?id=274463 Copy
DB
Wizard issues

--

Andrew J. Kelly
SQL Server MVP


"JFB" <jfb2002 (AT) directvinternet (DOT) com> wrote in message
news:%23mJqjNVfDHA.956 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi folks,
I'm trying to copy a database from my test eviroment to my production
enviroment using Copy SQL Server Objects Task and I have an error with a
tables that I deleted long time ago saying that they are missing.
Is anybody know a work around on this?
Tks
JFB







Reply With Quote
  #4  
Old   
JFB
 
Posts: n/a

Default Re: deleted tables problems - 09-18-2003 , 09:26 AM



Tks for the comments Folks,
I did this yesterday like andrew said with backup and restore but i just
want to know why i'm getting this strange error.
Tks again
JFB

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
In addition to Andrew's comments.
Does it appear in the list of objects you can transfer i.e. unselect "Copy
all objects". If not then does it appear referenced in any views/SPs ?
If
you have "Include dependent objects" ticked it may be looking for this
table.



--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote in message
news:OAkyMGXfDHA.2400 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
It apparently is caching the list. Have you tried just using Backup and
Restore or sp_attach_db?


http://www.support.microsoft.com/?id=314546 Moving DB's between
Servers
http://www.support.microsoft.com/?id=224071 Moving SQL Server
Databases
to a New Location with Detach/Attach
http://support.microsoft.com/?id=221465 Using WITH MOVE in a
Restore
http://www.support.microsoft.com/?id=246133 How To Transfer Logins
and
Passwords Between SQL Servers
http://www.support.microsoft.com/?id=298897 Mapping Logins & SIDs
after
a
Restore
http://www.dbmaint.com/SyncSqlLogins.asp Utility to map logins
to
users
http://www.support.microsoft.com/?id=168001 User Logon and/or
Permission
Errors After Restoring Dump
http://www.support.microsoft.com/?id=240872 How to Resolve Permission
Issues When a Database Is Moved Between SQL Servers
http://www.sqlservercentral.com/scri...p?scriptid=599
Restoring a .mdf
http://www.support.microsoft.com/?id=307775 Disaster Recovery
Articles
for SQL Server

http://www.support.microsoft.com/?id=274463 Copy
DB
Wizard issues

--

Andrew J. Kelly
SQL Server MVP


"JFB" <jfb2002 (AT) directvinternet (DOT) com> wrote in message
news:%23mJqjNVfDHA.956 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi folks,
I'm trying to copy a database from my test eviroment to my production
enviroment using Copy SQL Server Objects Task and I have an error with
a
tables that I deleted long time ago saying that they are missing.
Is anybody know a work around on this?
Tks
JFB









Reply With Quote
  #5  
Old   
JFB
 
Posts: n/a

Default Re: deleted tables problems - 09-18-2003 , 09:43 AM



Allan,
These tables doesn't appear in the list, also I didnt check "Include
dependent objects".
Do you any other idea how can I fix this?
I want to do this once a week and I want to avoid the manual process.
Tks again
JFB

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
In addition to Andrew's comments.
Does it appear in the list of objects you can transfer i.e. unselect "Copy
all objects". If not then does it appear referenced in any views/SPs ?
If
you have "Include dependent objects" ticked it may be looking for this
table.



--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote in message
news:OAkyMGXfDHA.2400 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
It apparently is caching the list. Have you tried just using Backup and
Restore or sp_attach_db?


http://www.support.microsoft.com/?id=314546 Moving DB's between
Servers
http://www.support.microsoft.com/?id=224071 Moving SQL Server
Databases
to a New Location with Detach/Attach
http://support.microsoft.com/?id=221465 Using WITH MOVE in a
Restore
http://www.support.microsoft.com/?id=246133 How To Transfer Logins
and
Passwords Between SQL Servers
http://www.support.microsoft.com/?id=298897 Mapping Logins & SIDs
after
a
Restore
http://www.dbmaint.com/SyncSqlLogins.asp Utility to map logins
to
users
http://www.support.microsoft.com/?id=168001 User Logon and/or
Permission
Errors After Restoring Dump
http://www.support.microsoft.com/?id=240872 How to Resolve Permission
Issues When a Database Is Moved Between SQL Servers
http://www.sqlservercentral.com/scri...p?scriptid=599
Restoring a .mdf
http://www.support.microsoft.com/?id=307775 Disaster Recovery
Articles
for SQL Server

http://www.support.microsoft.com/?id=274463 Copy
DB
Wizard issues

--

Andrew J. Kelly
SQL Server MVP


"JFB" <jfb2002 (AT) directvinternet (DOT) com> wrote in message
news:%23mJqjNVfDHA.956 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi folks,
I'm trying to copy a database from my test eviroment to my production
enviroment using Copy SQL Server Objects Task and I have an error with
a
tables that I deleted long time ago saying that they are missing.
Is anybody know a work around on this?
Tks
JFB









Reply With Quote
  #6  
Old   
Andrew J. Kelly
 
Posts: n/a

Default Re: deleted tables problems - 09-18-2003 , 03:52 PM



I don't have an answer as to why it's happening but you can easily script
the Backup and Restore as well. No need to do it manually. Just create a
scheduled job and add the Backup and Restore code and you should be golden.

--

Andrew J. Kelly
SQL Server MVP


"JFB" <jfb2002 (AT) directvinternet (DOT) com> wrote

Quote:
Allan,
These tables doesn't appear in the list, also I didnt check "Include
dependent objects".
Do you any other idea how can I fix this?
I want to do this once a week and I want to avoid the manual process.
Tks again
JFB

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:OiABf5afDHA.2332 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
In addition to Andrew's comments.
Does it appear in the list of objects you can transfer i.e. unselect
"Copy
all objects". If not then does it appear referenced in any views/SPs ?
If
you have "Include dependent objects" ticked it may be looking for this
table.



--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote in message
news:OAkyMGXfDHA.2400 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
It apparently is caching the list. Have you tried just using Backup
and
Restore or sp_attach_db?


http://www.support.microsoft.com/?id=314546 Moving DB's between
Servers
http://www.support.microsoft.com/?id=224071 Moving SQL Server
Databases
to a New Location with Detach/Attach
http://support.microsoft.com/?id=221465 Using WITH MOVE in
a
Restore
http://www.support.microsoft.com/?id=246133 How To Transfer Logins
and
Passwords Between SQL Servers
http://www.support.microsoft.com/?id=298897 Mapping Logins & SIDs
after
a
Restore
http://www.dbmaint.com/SyncSqlLogins.asp Utility to map logins
to
users
http://www.support.microsoft.com/?id=168001 User Logon and/or
Permission
Errors After Restoring Dump
http://www.support.microsoft.com/?id=240872 How to Resolve
Permission
Issues When a Database Is Moved Between SQL Servers
http://www.sqlservercentral.com/scri...p?scriptid=599
Restoring a .mdf
http://www.support.microsoft.com/?id=307775 Disaster Recovery
Articles
for SQL Server

http://www.support.microsoft.com/?id=274463
Copy
DB
Wizard issues

--

Andrew J. Kelly
SQL Server MVP


"JFB" <jfb2002 (AT) directvinternet (DOT) com> wrote in message
news:%23mJqjNVfDHA.956 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi folks,
I'm trying to copy a database from my test eviroment to my
production
enviroment using Copy SQL Server Objects Task and I have an error
with
a
tables that I deleted long time ago saying that they are missing.
Is anybody know a work around on this?
Tks
JFB











Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.