Diffrence between DTS vs SSIS
Answers were Sorted based on User's Feedback
DTS: 1)it is a part of db engine service. only 32 bit architecture is supported.
2) DTS packages--->DTS wizard, DTS designer.
3) VB script is supported.
SSIS:1)SSIS is a service independent from db engine service.
2) It supports 32 and 64 bit architecture.
3) SSIS-----> SSIS wizard, SSIS designer
4) VB and c#.net is supported.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / shyamsri83
DTS-Data Trasformation Services available up to SQL Server
2000
SSIS - Sql server integration services. available from sql
server 2005. SSIS is introduced instead of DTS
| Is This Answer Correct ? | 4 Yes | 0 No |
Is it possible to have more then one foreign key in a single table? if possible, is this the good way to design the table?
What is the difference between the following two sql statements select count(*) from <tablename> select count(col_name) from <tablename>
What do you understand by a view? What does the with check option clause for a view do?
Which is best Subquery (or) joins in sql server? explain why
What is the simplest way to create a new database in ms sql server?
What is a function? Give some example?
How to create a local temporary stored procedure?
What is merge join?
What is named calculation? : sql server analysis services, ssas
What is sql server profiler trace data file?
How many databases instances are there in sql server 2000?
when inserting to a table how many rows will be effected using triggers
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)