What protocol does sql server use?
Write an sql query to find first weekday of the month?
How to Insert multiple rows with a single insert statement?
How can I check that whether automatic statistic update is enabled or not?
What is the concept of optimization?
How can a user-defined datatype be created?
Does partitioning improve performance?
Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
Which tcp/ip port does the sql server run on? How can it be changed?
What’s the distinction between dropping a info and taking a info offline?
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 is scalar user-defined function?
What are triggers in ms sql server?