Microsoft
Software
Hardware
Network
Question : how to exclude one of the table during imp/exp?
Hi Experts,
I need to take the export of one schema and import to other schema in other database.
but i want to exclude one of the table from source schema.
suppose i have 10 object in schema and i dont want one schema(suppose emp) not to be imported in destination schema in the other database.
could you please help me on this?
Answer : how to exclude one of the table during imp/exp?
you will have to import 1 schema at a time, without doing the schema you want to skip.
you might consider exporting on the source database 1 schema at a time, anyhow...
that will reduce backup size, time, and of course restore time.
Random Solutions
Help with multiselect listbox
Microsoft, Server 2003, SP2 Bugcheck 0x0000000a Problem
Difference between XmlDocument and XmlDataDocument in .NET
VBA/Excel - How to replace date value with date variable from text box?
Reusing an iif statement in MS Access
The data types nvarchar and uniqueidentifier are incompatible in the add operator.
Impoting xls sheet into Microsoft acces existing table
How to use the .rc file in my static libray instead of the .rc file in the main program ?
How do you remotely access environment variables via Computer Management in Windows Vista?
Extract a CBitmap from a CImageList