Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down? : sql server DBA
What is fill factor? : sql server DBA
What is the default port no on which sql server listens? : sql server DBA
What is the difference between dropping a database and taking a database offline? : sql server DBA
How do you troubleshoot errors in a sql server agent job? : sql server DBA
What are the commands used in dcl? : sql server DBA
What are the operating modes in which database mirroring runs? : sql server DBA
What is a system database and what is a user database? : sql server DBA
How do you open a cluster administrator? : sql server DBA
Which autogrowth database setting is good? : sql server DBA
List out some of the requirements to setup a sql server failover cluster.? : sql server DBA
Where do you find the default index fill factor and how to change it? : sql server DBA
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? : sql server DBA
What are the different types of indexes available in sql server? : sql server DBA
What is left outer join in sql server joins?