What is the difference between views and stored procedures? Can we have input parameters for views?
6 19716Which is better in performance - CONSTRAINT or TRIGGER over a column which restricts say an input of particular value in a column of a table?
3 12597What is Query Execution Plan? How does it help optimize or tune a database driven application?
2 103681.what is the diff between nolock optimizer and read uncommitted isolation? 2.what is the diff between revoke and deny? 3.what is percieved down time? 4.whether password protection are required for backups?if yes why?if no why? 5.what is fill factor? 6.what is cost analysis? 7.what is mean by piece meal restore? 8.what is 'rowguidcol'? 9.impersonate permission? 10.what is selectivity?
2129
How do I find the query plan in sql server?
When you should use a low fill factor?
What is bcp? When does it use?
How to copy the tables, schema and views from one sql server to another?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
List out a number of the wants to setup a SQL Server failover cluster?
What is buffer cash and log cache in sql server?
Explain about Normalization?
What is the web service used for reporting services?
What are built in functions?
What is hot add cpu in sql server 2008?
What are the instances when triggers are appropriate?
What is database architecture? : SQL Server Architecture
What are the aggregate and scalar functions?
What are synonyms?