![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I'm not sure how your developers will get their files to the server (FTP?), but in any case they can easily create object definition scripts from Enterprise Manager or Query Analyzer. Assuming they're maintaining their SQL code in a source control system, then they will be creating these scripts anyway. So they could recreate (or perhaps just ALTER) a table with a script, then reload the data from a csv file. Or perhaps make a copy of the original table, modify it, insert the data from the copy, and then drop the copy. If this doesn't help, you might want to clarify what the issue is - problems creating scripts, running them etc. Simon |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Here's a workaround solution if you'd like. 1. Create a backup of the database you want to send to the SQL Server. Let's say your DBName is Performer. 2. Restore as another database...Performer1 3. Delete the tables/other objects you don't want to move up. 4. Do another backup of Performer1...maybe into Performer1.bak 5. Upload it to Production. 6. Restore as Performer1. 7. DTS the tables over or if you simply need to move the data, DTS only the data to the existing tables. ...and 8. Good luck )Hope this helps, -Umar Farooq. |
![]() |
| Thread Tools | |
| Display Modes | |
| |