|
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
|
Is there an easy way to export and then import users/permissions from one Sql Server 2005 instance to another?
Started by jfar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Select your user: Select DB and expand security\users folder Right Click --> Script User... .
Same can be done for the server logins in the security folder .
Use the management console to generate a script for your users and thier associated permissions .
|
|
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.
|
|
With Core Data, specifically on Cocoa Touch, is it possible to export and import individual objects in XML format (irrespective of the underlying store format, ideally)?
I'm asking this because I'm using Core Data to manage my object graph anyway, and...
Started by Johan Nystrom on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
There is a section in the Core Data Programming Guide that talks about data import....
Core Data doesn't have any special import or export routines if that's what you're asking.
You'd just have to write the code.
Sure, it is possible.
|
|
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.
|
|
I'm trying to move a SharePoint site from one server to another. I'm supposed to move all the users with their permissions as well. I've been told that the best way to do that is to export the users from the AD and then import the list on the target server...
Started by Everett on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
F86937b-533a-466d-a8e8-aff85ad3d212&displaylang=en
The purist answer is to use stsadm export the SP Deployment Wizard tool and make sure you select the User info update to import all.
|
|
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.
|