What do you understand by integration services in sql server?
No Answer is Posted For this Question
Be the First to Post Answer
What is the native system stored procedure to execute a command against all databases?
does physical index sort data
Explain what are the restrictions while creating batches in sql server?
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
What is page-level compression?
What is the disadvantage of using subquery exact after a select statement?ex. select (select * from sometable)
What is RMS migrations?
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?
What is an index. What are the types?
Describe about first three Normal forms.
Mention the different authentication modes in sql server.
How check triggers in sql server?