Name three of the features managed by the surface area configuration tool? : sql server security
990If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security
1033What are some of the pros and cons of not dropping the sql server builtinadministrators group? : sql server security
980What is the guest user account in sql server? What login is it mapped to it? : sql server security
1064
What is use of @@ spid in sql server?
What is the cartesian product of table?
How to view existing indexes on an given table using sp_help?
What is the difference between for auto and for nested?
What is onf in normalization form?
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.
What are the security related catalog views? : sql server security
What is merge statement?
Explain the difference between cross join and full outer join?
What is pessimistic concurrency?
How to use the inserted and deleted pseudo tables?
What is the sql profiler?
How to select all columns of all rows from a table with a select statement in ms sql server?
What is snapshot parameter in ssrs?
How can I tell if sql server is 32 or 64 bit?