How to work on DTS?what is the main requirement?
Answer / naresh
DTS (Data Transformation Services) allows you to get stuff
in and out of SQL Server and between any ODBC and OLE DB
data source. That includes DB2, Access, Excel and Text, as
well as Oracle, MySQL, PostgresSQL and even SQLLite. -in
fact, anything with an ODBC driver. Not only does it do the
transfer but it allows you to fill in missing data, do
column mappings and so on. In other words, you can fiddle
with the data as it passes through.
Is This Answer Correct ? | 3 Yes | 0 No |
can we call stored Procedure in Function in Sql Server 2000 and vice versa.
3 Answers C3I, eSoft, iPRO Solutions, Wipro,
Tell me what is the difference between locking and multi-versioning?
Can we write a distributed query and get some data which is located on other server and oracle database?
Is it possible to have clustered index on separate drive from original table location?
What is data compression?
Do you know what are the steps to process a single select statement?
Is sql server difficult to learn?
What is de-normalization in sql database administration? Give examples?
Explain the steps to use transact-sql cursor?
What is deploy, process and build? : sql server analysis services, ssas
how to connect sybase to sql server 2005?.
How to provide default values to stored procedure parameters?