Delete duplicate rows from a table without primary key by using a single query Table Employee empname salary A 200 B 300 A 200 C 400 D 500 D 500 Output should be A 200 B 300 C 400 D 500
14 22711One table Test with single column. These are the values in the table a b c d e f g h I need a query (without using any variable) with output as - a b c d e f g h
1 4049how to get the maximum among two tables,for example table 1 (dep1) have (emp_id,emp_name,salary) columns and table 2 (dept2) have (emp_id,emp_name,salary) columns,i want which employee have the maximum salary among two tables?
9 29232After recovering the database by using tail log backup.How to verify the data has been sucessfully restored or not.?
2145A successfully created SSIS package in SQL Server 2005 runs fine in MS BIDS and Integration Services. But gives error when run through an SQL-Job. What are the possible reasons?
2 5722What is the disadvantage of using subquery exact after a select statement?ex. select (select * from sometable)
1 12063What is the joins and how many types of Joins in sql server a diffrentiate ever one give a suaitable query
2 6312what is the difference detween pairwise comparison subquary and non pairwise comparison subquary?
2 16957Diff between Composite key, Alternate Key, Candidate Key, Primary Key, Unique Key, Super Key, Foreign Key
1 10865
Why does sql studio use a single registered database repository? : sql server management studio
Why it is recommended to avoid referencing a floating point column in the where clause?
How to create view in stored procedure sql server?
What is role playing dimension with two examples? : sql server analysis services, ssas
What is faster join or union?
How many clustered indexes can be created on a table? I create a separate index on each column of a table. what are the advantages and disadvantages of this approach?
where can you add custom error messages to sql server? : Sql server administration
What is use of attribute hierarchy ordered ? : sql server analysis services, ssas
What is purpose of normalization?
Do you know what is xpath?
What is SQL Azure Firewall?
Explain about link server in sql server?
When would you use it?
Describe the functionalities that views support.
What are key constraints?