Do you know the different ddl commands in sql?
What are the different ways of moving data/databases between servers and databases in SQL Server?
What is a join in sql? What are the types of joins?
what is the purpose of creating view is sql server 2000
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 the difference between a unique key and primary key?
Explain what is row_number function?
What is nolock?
What is the template in sql?
What is table level trigger?
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that
What is the meaning of lock escalation and why/how to stop this? : sql server database administration
Explain about extended stored procedure?