Is it possible to delete duplicate rows in a table without
using a temporary table ?
Answers were Sorted based on User's Feedback
Answer / saravanan
select * into #empnew from (select * from emp union select
* from emp) a
| Is This Answer Correct ? | 1 Yes | 6 No |
1. Tell me your daily activities 2. If sql server installation fails at time installation what will do 3. Where does the sql server installation log details are stored 4. After the installation what will you do for memory configuration 5. What is the difference between SQL max maximum memory and AWE memory 6. How will you configure AWE memory 7. How will setup an email alert for the backup job 8. After the SQL installation what are the jobs will you configure 9. What does –g mean in the sql startup parameter 10. What is the difference between Bulked log and Full recovery model 11. What is the difference between mirroring and log shipping 12. What are the steps to be followed before in-place up gradation 13. After installing the patch the sql server does not start and application team tells to rollback the changes .In this scenario what will you do
What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
whats the maximum size of view state??
Define inner join? Explain with an example?
HOW TO RENAME A COLUMN NAME
What is 3nf normalization?
What are clustered and non-clustered index?
what are file groups?
How to insert a new row into a table with "insert into" statements in ms sql server?
What is BCP? When does it used in sql server 2012?
0 Answers TryTechnicals Pvt Ltd,
Do you know what guidelines should be followed to help minimize deadlocks?
Can we check locks in database? If so, how can we do this lock check?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)