What is public role in sql server?
how to find out the repeated value from table using groupby function?
Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...
to explain sql server 2000 architecture & authentication
Explain important index characteristics?
Can you explain different types of joins?
how many non clustered index in sql server 2008,2010,2012
What is attribute relationships, why we need it? : sql server analysis services, ssas
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
List all types of constraints in sql server?
what stored procedure can you use to display the current processes? : Sql server administration
What is the use of sign function?
logshipping is Any difference 2000 and 2005?