|
I have tried the import and export with and without file compression. Any ideas?
Here is the command I am using:
stsadm.exe -o export -url http://site.com/sites/legal/ -versions 4 -includeusersecurity -haltonfatalerror -filename c:\export\legalexport\...
Started by JustinB on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The problem where the order of the export somehow seemed mixed up; it was trying to import a fileInstead of -filename c:\export\legalexport\ try -filename c:\export\legalexport\exported.dat
Try are up for it you can open ....
|
|
Please help me to create a Export like Export and Import Opttion in in SQL Server 2005
Started by kiran on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
SqlBulkCopy is the command that you want to use to import/export data to/from a SQL Server_import_export.aspx
www.davidhayden.com/blog/dave/archive/2006/05/31/2976.aspx
Just send the needed sql.
Example.
|
|
Can the SQL Server Import/Export wizard be called from our windows application?
Started by kumar on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I am guessing here but I think that Import\Export wizard from SQL Managament Studio is simply import/export wizard is an external app called "DTSWizard.exe", which lives somewhere in your SQL absolutely no control over what....
|
Ask your Facebook Friends
|
Hello all,
I have a bit specific question. How would I import an exported SVN repo? I have already read few of the import/export questions around here, but my case is more specific. What I got was an exported SVN repo (with my projects' source), now I...
Started by zladuric on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you don’t have access to the old import them as you would any other....
If you still have access to the old repository, you can use svnadmin dump to export and svnadmin load to import it, as described in more detail in this post .
|
|
I saw one other question on how to do a mass import of products, categories, and all that, but all I want to be able to do is import my categories from one store to another.
When you export products I see that there is still a category ID attribute that...
Started by Chris Schmitz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The only non-category table that I had to bring over was the product_entity table I believe .
I'm shocked table it is calling on and then just import that first.
Unfortunately, there isn't an easy way to import/export categories.
|
|
HI all Can you tell how to import data from oracle 10g to Oracle 9i. Is it ok i can export the data from Oracle 10g and import it to 9i directly, it should work??? or i need to follow some other procedure???
Kindly help me Thanks in advance Joseph
Started by Joseph on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Exp / imp is faster but a database link makes it possible to do continuous export / importYou should be able to do ....
Http://wiki.oracle.com/page/Oracle+export+and+import
You can also create a database link between the databases.
|
|
I'd like to be able to export/import (or backup/restore) lists and document libraries only, with versionning and access rights.
If it is a custom list (deployed via feature), I understand that the feature needs to be deployed prior to import (or restore...
Started by mathieu on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
YOu can export a list by going to the list settings and then click the save as template link (you.
|
|
Hello everyone,
We have a modeling tool which uses OCC, and a 3d editor using OSG. What i want to do is, export the model from the first tool and import into the second tool. I have been searching the web for days, but i can't find a solution.
Three things...
Started by erelender on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Some modifications on the import export code and some modifications on other parts (where the OCC model is represented....
OpenCascade has an import/export example, which can export VRML files without texture support.
A solution.
|
|
What is the best way to import/export data from a Apache Jackrabbit repository?
Right now, I have a website based on a repository with over 100GB data in a server but I frequently need to take a subset of this data in my notebook for in-loco demonstrations...
Started by Dema on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Jackrabbit-jcr-import-export-tool/README.txt
But, judging solely from the README file, it doesn't look to export in advance, which would be bothersome, since my main criteria for extraction is to copy that is GWT based and another....
|
|
I found it is hard to keep my environment variables sync on different machines. I just want to export the settings from one computer and import to other ones.
I think it should be possible, but don't know how to do it. Can anyone help me? Thanks.
Started by max_y on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can use the registry Import/Export commands to shift them into the other PCYou can use RegEdit to export the following two keys:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet environment variables; the second set....
You are after.
|