Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Diffrence between DTS vs SSIS

Answers were Sorted based on User's Feedback



Diffrence between DTS vs SSIS..

Answer / venkat

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

Diffrence between DTS vs SSIS..

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

Post New Answer

More SQL Server Interview Questions

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?

2 Answers  


What is the difference between the following two sql statements select count(*) from <tablename> select count(col_name) from <tablename>

5 Answers   247Customer,


What do you understand by a view? What does the with check option clause for a view do?

0 Answers  


Which is best Subquery (or) joins in sql server? explain why

2 Answers  


What is the simplest way to create a new database in ms sql server?

0 Answers  


What is a function? Give some example?

3 Answers  


How to create a local temporary stored procedure?

0 Answers  


What is merge join?

0 Answers  


What is named calculation? : sql server analysis services, ssas

0 Answers  


What is sql server profiler trace data file?

0 Answers  


How many databases instances are there in sql server 2000?

0 Answers  


when inserting to a table how many rows will be effected using triggers

2 Answers  


Categories