can an automatic recovery be initiated by a user? : Sql server administration
What is the role that is required for killing a process What is the role that is required for creating a linked server
1 Answers CarrizalSoft Technologies, IBM,
WHAT IS TRIGGERS IN SQL? AND WHAT IS THE BENIFIT?
What happens if date-only values are provided as date and time literals?
can you tell me some sites name for sql server 2000 commands with example??? plz reply soon.
What is a database table?
How can i change the column name.
13 Answers HCL, Yardi Software,
What is difference between stored procedure and user defined function?
How do you load large data to the SQL server database?
Get Current System Date Time
What are the types of sql server?
What is difference between delete & truncate commands?
I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30