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?
1127You 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?
1059If 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?
977To automatically record the time on which the data was modified in a table, which data type should you choose for the column?
1003you 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?
1096
Explain view in sql server?
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?
What are the different types of replication are there in sql server 2000?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
What is the log shipping?
What is instead of trigger sql server?
What are the advantages dts has over bcp?
How to use go command in "sqlcmd"?
Where are full-text indexes stored?
Can I run multiple instances of sql server 2000 at the same time on one computer?
How to enter unicode character string literals in ms sql server?
What are the restrictions applicable while creating views? : SQL Server Architecture
What are the steps you can take to avoid “deadlocks”?
What is a View ? Can we insert, Update and delete a view?