How can you start sql server in different modes?
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?
How do I delete a sql server database?
Write a SQL query to delete a table?
What is an index. What are the types?
What is the need for indexing?
Explain why variables called the most powerful component of ssis?
Explain syntax for viewing, dropping and disabling triggers?
How To Find That One Week Change in My DataBase we Have Done Like We Have A database Test I Change Table,Stored Procd. Then I Find Which SP,Table We Have Edit/Change in Seven Dayes
Where sql server user names and passwords are stored in sql server? : sql server database administration
Do you know what is sql injection?
What is log cache in sql server?
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.