using comand prompt how can import table data and table
space with example
Answer Posted / pradeep
imp command can be used for both table data and table space
import. Add one parameter for table data import (tables=
TABLE_NAME1,TABLE_NAME2).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is bcp? When does it used? : Sql dba
Can a table contain multiple foreign key’s?
How do I partition in sql?
Difference between truncate, delete and drop commands?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
How do I run a query in pl sql developer?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
What is sharding in sql?
What is trigger explain it?
Which is better stored procedure or query?
what are properties of a transaction? : Sql dba
Is null operator in sql?
How do you change a value in sql?
Explain what is a view?
Are left and right joins the same?