I Have Employee table having column name as ID,SALARY how to get second max salary from employee table with id ex ID SALARY 1 20000 7 37000 2 5000
17 21610create procedure proc1 (@a int) as begin if @a=1 create table #temp(a1 int) else create table #temp(a1 int) end while executeing the above code it shows error like '#temp already exist' .why it shows an error?
8 11088how to find the particular row in table?(means suppose one table contain 10 rows , in these 10 rows how to find the particular row(example in 10 rows i want 5 row how)?
16 262521. 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
2534Post New IBM SQL Server Interview Questions
What's the access scope of protected access specifier?
What are the types of the framework used in software automation testing?
How do I combine folders?
When can jquery be used?
How do I start postgresql on windows?
What is api (application programming interface)?
How to write after insert event update trigger on the same table in mysql?
How burette is used?
Check Your Java OOPs Concepts Skills and Master it Quickly
Does contrail require juniper switches or is it compatible with other vendors’ hardware?
Explain class libraries in ruby.
What are the various fancy weaves and describe any two?
what is meant by Byte code concept in Java?
What happens if null values are involved in datetime operations?
Is lazy t thread safe?