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?
1074You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?
1008If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
946To automatically record the time on which the data was modified in a table, which data type should you choose for the column?
966you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?
1052
Why can there be only one clustered index and not more than one?
Why use sub query in sql server and list out types of sub queries?
What are a database and a data warehouse?
What is set nocount on?
Why use view instead of a table?
Is it true, that there is no difference between a rule and a check constraint?
What is primary key and example?
Differentiate between a local and a global temporary table?
What are page splits? : SQL Server Architecture
We are updating a field in sql and alter the row also.after giving the commit command the system is crashed.what will happen to the commands given,whether it will update and alter the table or not?
what is isolation level at dead lock?
what is bit datatype? : Sql server database administration
What function does a database engine serve in the sql server?
How do you use a subquery to find records that exist in one table and do not exist in another?
What is the data tier application?