Can you explain some of the DTS problems?
Answer Posted / samba shiva reddy . m
Data Transformation Services (DTS), introduced in SQL Server 7.0 and further improved in SQL Server 2000 drastically changed this situation.
We will create the DTS packages mainly for importing and exporting data into data bases.
Importing Problems :
when we importing excel data to Database if the columns in the table and columns in the excel are not same it will give the problem
columns data type miss match.
If first row as Null in Excel it will take all rows as nulls in that column
Maping of the columns.
If Excel contains some rows as number and some rows as columns it may take all rows as nulls.
If we deleted some rows in the last of excel it will import those rows as nulls.
If we importing Date Time columns we have to make sure those are in the correct format.
Exporting Problems
Connection problem
Data type problems
Tab delimitation problem when we export to text document.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What should be the fill factor for indexes created on tables? : sql server database administration
What is the Difference Between Primary and Foreign Key?
Explain how many normalization forms?
What is the purpose of sql profiler in sql server?
How to recompile stored procedure at run time?
List out the differences between the clustered index and non-clustered index in sql server?
What do you mean by authentication modes in sql server?
What are commonly used odbc functions in php?
What happens if null values are involved in datetime operations?
Mention the differences between sql server and mysql.
What is a data source or ds? : sql server analysis services, ssas
What is sql server english query?
What is lock escalation? : sql server database administration
What is the command used to check locks in microsoft sql server?
Why use update_statistics command in sql server?