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?
1135You 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?
1064If 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?
981To automatically record the time on which the data was modified in a table, which data type should you choose for the column?
1006you 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?
1102
Describe in brief sql server monitoring ways.
What is the difference between truncate and delete commands?
What is standby servers? Explain types of standby servers.
Does the unique constraint create an index?
How to download and install microsoft .net framework version 2.0?
What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?
Can you use order by when defining a view?
What is transaction server explicit transaction?
What are the High-Availability solutions in SQL Server and differentiate them briefly?
What do you understand by the analysis services in sql server?
What is de-normalization and what are some of the examples of it?
What is sql stored procedure?
What is CTE in SQL
what is the difference between a primary key and a unique key? : Sql server database administration
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?