What is the difference between views and stored procedures? Can we have input parameters for views?
6 19297Which 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 12287What is Query Execution Plan? How does it help optimize or tune a database driven application?
2 101241.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?
2033
How extra digits are handled with numeric data type literals?
How to delete existing rows in a table?
How can you check the version of sql server?
How many clustered indexes can be created on a table? I create a separate index on each column of a table. what are the advantages and disadvantages of this approach?
What are filegroups in sql server?
What is partitioned view?
What is best institute to Learn DotNET And SQL in chennai?
What is sql language?
How to use go command in "sqlcmd"?
How to see the event list of an existing trigger using sys.trigger_events?
What will be the maximum number of indexes per table?
can we have a nested transaction? : Sql server database administration
Do you know the different ddl commands in sql?
How to grant a permission in ms sql server using "grant execute" statements?
What are user-defined functions (udfs) in sql server?