What is the status of services on passive node for failover cluster in sql server? : sql server database administration
Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.
Explain following error properties?
What is a view in sql?
You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?
How to replace null values in expressions using isnull()?
What are the advantages of the mirroring?
How to execute multiple stored procedures at one time in sql server?
What is the syntax to execute the sys.dm_db_missing_index_details?
Should you normalize audio?
What are actions, how many types of actions are there, explain with example? : sql server analysis services, ssas
What do mean by xml datatype?
Tell me what do we need queues in sql service broker?
What are SSL and TSL protocols?
How to find index size for each index on table?