On Fri, Aug 17, 2012 at 1:31 PM, Rafael Copquin <[email protected]> wrote: > To those of you who are more familiar than me with SQL Server. > > I have a client that uses SQL Server Express 2008 version 10.50.2500.0 > in Spanish > > In my computer I have version 10.0.1600.22 in English
At the client site, you can use the SQL Server management studio to dump a script that recreates all the tables and their data. It's not the import/export thing, nor the backup feature, but a scripting feature under tasks in the right-click menu at the database level. There are 'advanced options' or some such misleading caption that lets you specify 'structure and data' to be scripted. Have lots of space free: the SQL file is huge! Then, zip it down to a much smaller size for transport. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CACW6n4tAbPOvG3zv7EDKScFXjqA=pzcnqfje0myci9bonvl...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

