Hi,
Im using SQLServer2005.I have some tables in 1 database CRM90 which are not present in another database HRMS9.I want to move those tables to HRMS9 from CRM90 which are not present in HRMS9.I want to do this by writing a procedure in SQL Server2005.Can anyone help me up please!!
Thanks in Advance,
Ashok K.
| Title | Under | Posted on |
|---|---|---|
| MD5 - SHA checksum of a file. | PeopleSoft Technical | 02/07/2012 - 5:29am |
| nVision Tabular Report through PIA with prompts | PeopleSoft Technical | 02/02/2012 - 10:07pm |
| Can we create an AE to mass update Position - Jobcode data? | PeopleSoft Technical | 01/18/2012 - 3:11am |
| Pay Components on job data can be defaulted and setup based on the rules? | PeopleSoft Functional | 01/05/2012 - 4:58am |
I wonder why you require procedure. You can create the table structure in the target and use the Data ranformation services of SQL Server 2005 to move the data.
Hi Ashar!!
There is an requirement that in the front end we select table list and when we click on Move button it should cal a procedure to move those tables.Thats why preferring for procedure.
Ok. I'm not sure how to do that in procedure. may be if u have linked server, you can directly access CRM tables and insert data into it.
How do I copy certain tables from one database onto another database (both on the same server)???I am need only Structure of the table... not the contents...
I prefer creating a database link in DB2 connecting to DB1, Which can be private db link also. Just follow the usual DB link creation syntax
Test the db link:
If you want to create an empty table (structure only):
Regards,
Hari.
Post new comment