If you want to send some data from access database to sql server database. What are different component of ssis will you use?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

What are the new features introduced in SQL Server 2000? What changed between the previous version of SQL Server and the current version?

0 Answers   Accenture,


Is foreign key unique?

0 Answers  


How many ways to create table-valued functions?

0 Answers  


create procedure proc1 (@a int) as begin if @a=1 create table #temp(a1 int) else create table #temp(a1 int) end while executeing the above code it shows error like '#temp already exist' .why it shows an error?

8 Answers   IBM,


Explain syntax for dropping triggers?

0 Answers  






What is a synonym for manipulation?

0 Answers  


What is database isolation in sql server? : sql server database administration

0 Answers  


What is acid properties?

0 Answers  


What happens if the update subquery returns multiple rows in ms sql server?

0 Answers  


What does this statement do @@rowcount?

0 Answers  


To find second largest salary in Employee table

17 Answers   CSS,


If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?

0 Answers  


Categories