How to move data from one db to another which are not in networkHi,<br/><br/>we have two databases one in dev server and one on qa server which are not in a network. DEV DB is in sync with structure of QA but there is no data in it.<br/><br/>we are planning to move data from qa to dev using datadude. can anyone provide me some information how to move data between them or any steps to follow.<br/><br/>Thanks in advance...© 2009 Microsoft Corporation. All rights reserved.Tue, 21 Jul 2009 18:41:15 Zc5261d51-a2c4-436c-8e94-81bf95498308http://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/c5261d51-a2c4-436c-8e94-81bf95498308#c5261d51-a2c4-436c-8e94-81bf95498308http://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/c5261d51-a2c4-436c-8e94-81bf95498308#c5261d51-a2c4-436c-8e94-81bf95498308HVPRhttp://social.msdn.microsoft.com/Profile/en-US/?user=HVPRHow to move data from one db to another which are not in networkHi,<br/><br/>we have two databases one in dev server and one on qa server which are not in a network. DEV DB is in sync with structure of QA but there is no data in it.<br/><br/>we are planning to move data from qa to dev using datadude. can anyone provide me some information how to move data between them or any steps to follow.<br/><br/>Thanks in advance...Sun, 28 Jun 2009 19:18:28 Z2009-06-28T19:18:28Zhttp://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/c5261d51-a2c4-436c-8e94-81bf95498308#31e27256-c269-49de-866d-6153bae65c38http://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/c5261d51-a2c4-436c-8e94-81bf95498308#31e27256-c269-49de-866d-6153bae65c38Jens K. Suessmeyer -http://social.msdn.microsoft.com/Profile/en-US/?user=Jens%20K.%20Suessmeyer%20-How to move data from one db to another which are not in networkIf they have no connection to each other you should better consider using bcp to export the data in files and import them using the bcp bulk operation. Data Dude is a perfect tool for data comparisons, but if you can be sure that the data will be wiped out anyway on the dev servers, you should consider doing the initial load with another tool.<br/><br/>-Jens<hr class="sig">Jens K. Suessmeyer <a href="http://blogs.msdn.com/Jenss">http://blogs.msdn.com/Jenss</a>Mon, 29 Jun 2009 06:01:56 Z2009-06-29T06:01:56Zhttp://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/c5261d51-a2c4-436c-8e94-81bf95498308#f77dc311-2a1f-4799-bab2-22a9a6211173http://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/c5261d51-a2c4-436c-8e94-81bf95498308#f77dc311-2a1f-4799-bab2-22a9a6211173HVPRhttp://social.msdn.microsoft.com/Profile/en-US/?user=HVPRHow to move data from one db to another which are not in network<br/> Hi,<br/> <br/> you mean that we can't transfer data from qa to dev using data dude. I am not planning to wipe out data on dev after data transfer hence we are transfering data from qa to dev to have it there for some dev work on data.<br/> <br/> basically I am trying to move some data between two databases with same structure. what is the best option or tool to move data between them.<br/> <br/> ThanksMon, 29 Jun 2009 20:04:49 Z2009-06-29T20:04:49Zhttp://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/c5261d51-a2c4-436c-8e94-81bf95498308#8f33ef0e-e489-44f3-bf1c-0fa980a530achttp://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/c5261d51-a2c4-436c-8e94-81bf95498308#8f33ef0e-e489-44f3-bf1c-0fa980a530acGenevieve Orchardhttp://social.msdn.microsoft.com/Profile/en-US/?user=Genevieve%20OrchardHow to move data from one db to another which are not in network<p>Hi HVPR,</p> <p>Which version of Visual Studio are you using? If you're using VS 2008 (non-GDR), you can download the power tools <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=73ba5038-8e37-4c8e-812b-db14ede2c354&amp;displaylang=en">here</a> and use the Data Generation Wizard to create a pre-configured data generation plan to accomplish your goal. This data generation plan will be configured with the &quot;sequential databound generator&quot; to pull data from each of the tables in your source database to the corresponding tables in the target database.<br/><br/>If you're using the GDR version, we have not yet released power tools for it. In that case, you might be able to use data compare to copy the data over. Note that data compare will only compare tables with primary keys.</p><hr class="sig">-Genevieve Orchard (VSTS Database Edition Test Team)Mon, 29 Jun 2009 20:15:26 Z2009-06-29T20:15:26Zhttp://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/c5261d51-a2c4-436c-8e94-81bf95498308#90babe7e-34fd-454f-b287-21a8372249c3http://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/c5261d51-a2c4-436c-8e94-81bf95498308#90babe7e-34fd-454f-b287-21a8372249c3HVPRhttp://social.msdn.microsoft.com/Profile/en-US/?user=HVPRHow to move data from one db to another which are not in networkHi,<br/><br/>Yes we are using visual studio 2008 and I read in documentation that in order to work with sql server 2008 db we have to download VSTS DATABASE EDITION GDR R2 SO I installed gdr. I guess installing power tools we cant work with sq server 2008 databases. please correct me if I am wrong.Tue, 30 Jun 2009 02:10:47 Z2009-06-30T02:10:47Zhttp://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/c5261d51-a2c4-436c-8e94-81bf95498308#2ab237f6-bba5-419b-9907-9c307c427af9http://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/c5261d51-a2c4-436c-8e94-81bf95498308#2ab237f6-bba5-419b-9907-9c307c427af9Genevieve Orchardhttp://social.msdn.microsoft.com/Profile/en-US/?user=Genevieve%20OrchardHow to move data from one db to another which are not in networkYes, you need the GDR to work with SQL Server 2008 databases, and the power tools for the GDR aren't available yet.<br/><br/>Another option is to import the database schema into a GDR database project, create a data generation plan, and manually configure each column to use the Sequential Databound Generator. You will need to configure each column with the connection string to the source database and a select statement to obtain the correct column. (This is essentially what the power tool wizard does.)<hr class="sig">-Genevieve Orchard (VSTS Database Edition Test Team)Tue, 30 Jun 2009 02:22:04 Z2009-06-30T02:22:04Zhttp://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/c5261d51-a2c4-436c-8e94-81bf95498308#de2a3022-4d86-43b0-9a3c-5d0ee7e1f5dehttp://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/c5261d51-a2c4-436c-8e94-81bf95498308#de2a3022-4d86-43b0-9a3c-5d0ee7e1f5deBarclay Hillhttp://social.msdn.microsoft.com/Profile/en-US/?user=Barclay%20HillHow to move data from one db to another which are not in networkHVPR,<br/><br/>If these boxes are not networked you will have trouble doing a comparison.  You could use sneaker net. Back up the database on the DEV server.  Restore copy of back up to a new database name on the QA server.  Run Data Compare comparing the QA Database  (Source) and DEV Restore (Target).  This will generate an update script.  Save script off and run it against the live DEV database.  If the DEV database has no data you could skip the back up and restore and just create an empty version of the database schema to use to compare. This should work if the data is not too large.  If it is very large then you may run into limitations on batch size of script.  If that is the case then I would look into exporting and bulk insterting as Jens suggests.<br/><br/>Thanks,<br/><br/><hr class="sig">Barclay Hill Program Manager VSTS: DB Team (DataDude, DBPro, Database Edition) Please mark the responses as answer if it resolves your question. Tue, 30 Jun 2009 16:47:10 Z2009-06-30T16:47:10Z