What is DTS and purpose of DTS ?
Answer / hitendra yadav
DTS is (Data Transformation Services)- which is the wizard
or fuctionality in SQL Server for transfer data from one
database to other database for example load data from EXCEL
SHEET to oracle database or SQL Server database,means it is
basiclly used to transfer data.
| Is This Answer Correct ? | 7 Yes | 1 No |
How to connect asp pages to oracle servers?
What are the basic element of Base configuration of an oracle Database ?
How to export data with a field delimiter?
How to update values on multiple rows in oracle?
What is meant by recursive hints ?
How to view the tablespaces in the current database?
what is the maximum number of indexes i can create for a table? What happens if i create indexes for all the columns of a table? Will it slow down the speed of retrieval
 What are the oracle DML commands possible through an update strategy?
1) Does oracle have any table which contain all the exceptions and it's code internally?
What is difference between SUBSTR and INSTR?
acname actype amount ac1 credit 300 ac2 credit 4000 ac1 debit 4000 ac2 debit 455 ac1 credit 500 how to get sum of credit and sum of debit for each account
how many columns can a plsql table have