Explain trigger and trigger types?
two tables are there.1st table EMP has two columns ID and name and contains data 1,A 2,B 3,C 2nd table EmpSal has 2 columns ID and Salary Contains data -1,1000 2,5000 3,3000 Find name of employee having maximum salary ?
How to move database physical files in ms sql server?
What is the difference between left and right outer join?
What is the use of stored procedure?
What is the difference between DATETIME2 and DATETIME?
What are the 3 types of schema?
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 steps you will take, if you are tasked with securing an sql server? : Sql server database administration
What are sp_configure commands and set commands?
How to bind a view to the schema of the underlying tables?
If we use where clause in the left outer join then how the query would behave/act?
What is an example of a primary key?