Is sql server a database?
When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?
How is sql server used?
Explain the different types of backups available in sql server? : sql server database administration
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 is the difference in accessing db between sql server vs sql azure?
Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?
What is key attribute?
What is clustered primary key?
Using the customer, and order table in northwind database, please write a query to produce xml?
What are the differences between substr and charindex in sql server.
What is store procedure?
How to change the password of a login name in ms sql server?
How many databases can we create in a single server?
What is use of except clause? How it differs from not in clause?