explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?
2545hi. suppose one person goal is strong knowledge on SQL.... suggest me ...if he learns SQL SERVER or ORACLE? which is best?
7 14484if 3 duplicate records in a table,i want to delete 2 duplicate records by keeping 1 as it is,how?
1 3777if 3 duplicate records in table,i want to delete 2 alternating duplicate records by keeping 1 duplicate and 1 original as it is,how?
2 3883if 3 duplicate records in a table,i want to delete 2 duplicate records by keeping 1 duplicate and 1 original as it is,how?
5 8957Department ----------- salary Deptname 1000 A 3000 A 2000 B 3000 B 4000 C 5000 C select the deptname where salary >=5000 result should be: Deptname --------- C please post only executed query in SQL server 2005 Asked By: Md. Niyaz
3 5769What is the difference between Temporary table variable and a Table variable? Or Which Table variable I should use inside Stored procedure?
3 8472What is the difference between WHERE AND IN? OR 1. SELECT * FROM EMPLOYEE WHERE EMPID=123 2. SELECT * FROM EMPLOYEE WHERE EMPID IN (123) WHAT IS THE DIFFERENCE?
15 21848
What is lock escalation and what is its purpose?
Explain sql server authentication modes?
What languages bi uses to achieve the goal?
can we have a nested transaction? : Sql server database administration
How to declare and use cursor variables?
What is bcnf normalization form?
How do I get Report Builder to generate a parameter that can be set by users viewing the report?
What is join and name different type of joins?
What does it mean if @@cursor_row returns a negative number?
Explain various On-Delete options in a DB table. Which is the default option?
You have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation?
What is data source object?
Explain the steps to use transact-sql cursor?
what are the different types of SSRS reports?
How to create an index on an existing table in ms sql server?