What is the difference between views and stored procedures? Can we have input parameters for views?
6 19301Which 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 12292What is Query Execution Plan? How does it help optimize or tune a database driven application?
2 101301.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 to use “drop” keyword in sql server and give an example?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
In what sequence sql statement is processed?
What are the elements of dbms?
How to check table values in sql server?
What are the advantages of sql stored procedure?
What is the difference between deallocate cursor and close cursor?
Write a SQL command to insert and update only a particular field?
What is page-level compression?
What is sqlcmd?
How do I find my localdb version?
Difference between group by clause and having clause in SQL?
what are the Prerequisites for Replication?
How can we check the sql server version?
How to get a list of columns using the "sys.columns" view in ms sql server?