how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
2416Join 3 tables (table1, table2 & table3) in a single query. Inner join should be applied for table1 & table 2 and left outer join for table1 & table3 where table2.dept is ABC
2 80731. SELECT SUM(sal) as “Gross Salary” from EMPLOYEES; 2. SELECT MAX(sal) as “Highest Salary” from EMPLOYEES; ouput should be in table format
2 13749two tables with table name ship(name,year) and battle (name,year),how to find the latest added year in the table ship
1 4082If suppose in a table ship(name,year),find ship name having first and last name(i.e having space in between) ex: SAINT LOUIS,JET LAKE.
4 6840select name of emplyoee whose total salary is 130 from following table. id name salary 1 a 100 2 b 20 3 c 50 1 a 30 2 b 70 Post the resulantant Query?
7 9022here id col have primary key and identity id name 1 a 2 b 3 c 4 d delete 2nd row then o/p will be id name 1 a 3 c 4 d next inssert 2nd row and i want o/p will be id name 1 a 2 e 3 c 4 d
7 9296
List out some of the requirements to set up a sql server failover cluster?
Can we return Data from 4(more than 1) tables in stored procedure?
how to trace the traffic hitting a sql server? : Sql server database administration
What is indexing in sql server with example?
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
Explain system functions or built-in functions? What are different types of system functions?
What is use of attributehierarchyenabled? : sql server analysis services, ssas
What is change tracking in sql server?
Why use triggers?
What is the maximum size of sql server database?
What is order of B+tree?
Does full backup break log chain?
Mention what are the core components of ssrs?
Which tcl commands are available on the sql server?
what are the Prerequisites for Replication?