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 |
what is create database syntax? : Sql server database administration
what is cluster and nin-cluster index?
Explain relational data?
Explain what is it unwise to create wide clustered index keys?
How to execute a sql statement using mssql_query()?
what is the difference between openrowset and openquery?
Explain few of the new features of sql server 2008 management studio
explain different types of constraints? : Sql server database administration
What is the difference between Userdefined function and stored procedure? Explain and give the example also
Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?
Explain different types of index?
how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A