What do you understand by integration services in sql server?


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

Post New Answer

More SQL Server Interview Questions

What is the native system stored procedure to execute a command against all databases?

0 Answers  


does physical index sort data

1 Answers  


Explain what are the restrictions while creating batches in sql server?

0 Answers  


Hi All, I want to display all duplicate records in the table. My query has to fetch all the records which are duplicate(First Name or Last Name). Also I want the ability to also pull names where there might be a middle initial placed in the end of the first name field, (i.e., "Maria Z. " vs. "Maria") as well. Please guide me to find this. Table: ID FirstName LastName 1 Zach H Hoffman 2 Zach Hoffman 3 Troy Hoffman 4 Shawn Livermore 5 Prem S 6 Jony Hoffman H 7 Zach Modan I need the query to filter......... ID FirstName LastName 1 Zach H Hoffman 2 Zach Hoffman 3 Troy Hoffman 6 Jony Hoffman H 7 Zach Modan I hope this example will give you clear idea..... Thanks in Advance Prem

2 Answers  


What is page-level compression?

0 Answers  






What is the disadvantage of using subquery exact after a select statement?ex. select (select * from sometable)

1 Answers  


What is RMS migrations?

0 Answers   Satyam,


What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?

0 Answers  


What is an index. What are the types?

0 Answers  


Describe about first three Normal forms.

1 Answers   HP,


Mention the different authentication modes in sql server.

0 Answers  


How check triggers in sql server?

0 Answers  


Categories