0% found this document useful (0 votes)
7 views

Class 4 Notes

The document contains 40 questions about SQL Server topics including versions, installation, configuration, backups, recovery models, log shipping, and troubleshooting. The questions cover a wide range of SQL Server concepts from basic configuration and administration to advanced topics like log shipping and point-in-time recovery.

Uploaded by

Khadeer Ahamed
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Class 4 Notes

The document contains 40 questions about SQL Server topics including versions, installation, configuration, backups, recovery models, log shipping, and troubleshooting. The questions cover a wide range of SQL Server concepts from basic configuration and administration to advanced topics like log shipping and point-in-time recovery.

Uploaded by

Khadeer Ahamed
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Exam 1

1. What are the different SQL Server Versions you have worked on?
2. What are the different types of Indexes available in SQL Server?
3. How many ways you can start SQL server ?
4. How to start sql server from command prompt?
5. What is single user mode and how to start SQL Server in Single user mode?
6. How to you trouble shoot sql server installation issues?
7. What is the difference between Clustered and Non-Clustered Index?
8. What are installation differences between 2005 and 2008 ?
9. How do you troubleshoot errors in a SQL Server Agent Job?
10. What is the default Port No on which SQL Server listens?
11. How many files can a Database contain in SQL Server? How many types of data files exists in SQL
Server? How many of those files can exist for a single database?
12. What is DCL, DML and DDL, TCL?
13. What are the commands used in DCL, DML and DDL, TCL?
14. What is a system database and what is a user database?
15. What are the recovery models for a database? Explain ?
16. What is the importance of a recovery model?
17. How to find the time of sql server when last time restarted?
18. If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or
a default instance?
19. What are the different Authentication modes in SQL Server and how can you change
authentication mode?
20. What are the different ways you can create Databases in SQL Server?
21. What is the difference between dropping a database and taking a database offline?
22. Explain about Database auto growth option ?Which autogrowth database setting is good?
23. Explain about different types of instance configurations?
24. Explain Different types back ups?
25. How many ways we can take the back ups in sql server?
26. What is copy only back up, explain with senario?
27. What are different types of restore options available, Explain?
28. What is point in time recovery, Explain?
29. How to restore a back up to particular time instead restoring everything?
30. What is DBCC, Explain few DBCC commands?
31. What would be best back up statergy
32. What is log shipping and purpose of log shipping? Explain each component and Jobs ?
33. What are permissions required for log shipping?
34. Where you monitor Log shipping in Primary Server? Mention all the menthos ?
35. How to view Log shipping status report using GUI?
36. If the primary server becomes unavailable, How to bring secondary server online?
37. What Permissions required on Shared folders for service accounts on Primary and Secondary
servers?
38. What are Restoring modes of Log shipping?
39. What is TUF file?
40. What happens if the TUF file was deleted or corrupted during Server downtime?

You might also like