Can we add a cpu to sql server?


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

Post New Answer

More SQL Server Interview Questions

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

13 Answers   DELL,


What are the differences between union, intersect, and minus operators?

0 Answers  


What method is used by the Command classes to execute SQL statements that return single values?

0 Answers   B-Ways TecnoSoft,


How do you send email on SQL Server?

0 Answers   MindCracker,


What is table join?

0 Answers  






What is the exact numeric data type in sql?

0 Answers  


What is Sqlpaging in SqlServer 2005 ?

0 Answers   MCN Solutions,


what is a check constraint?

0 Answers  


What do we have to check in database testing?

0 Answers  


Is resultset an interface?

0 Answers  


Difference between Function and Stored Procedure?

9 Answers   C1 India, NA,


How to change the data type of an existing column with "alter table" statements in ms sql server?

0 Answers  


Categories