Why use triggers?
How to populate a table in sql server?
You want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition?
What are the benefits of filtered indexes?
Can foreign key be duplicate?
Write an sql query to find the names of employees start with ‘a’?
Tell about MOM Tool(Microsoft Operator Manager)?
Can sql server be linked with other servers like oracle?
Explain the dbcc pintable command when would you use it?
How to assign new column names in a view?
How to stop a loop early with break statements in ms sql server?
What is the use of DBCC commands?
If there exist a index on the table, and we then make a view on that table (include the indexed column from base table) than why do we require indexing on view?Doesnt it create an overhead?