How can you find out which stored procedures are recompiling?
Answer / Harpal Singh
To find out which stored procedures are recompiling in SQL Server, you can use the sys.dm_exec_query_stats dynamic management view or the sp_BlitzCache stored procedure. These tools provide information about executed queries and their compilations.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you understand by physical_only option in dbcc checkdb?
What are the different subsets of sql?
Does a sql server 2005 select statement require a from?
What is Data model and how to prepare a data model.?
What stored procedure would you use to view lock information?
Is it possible to replicate data from sql server to oracle? : sql server replication
create procedure proc1 (@a int) as begin if @a=1 create table #temp(a1 int) else create table #temp(a1 int) end while executeing the above code it shows error like '#temp already exist' .why it shows an error?
What is sql server programming?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
Write a SQL queries on Self Join and Inner Join.
How do you start single user mode in clustered installations?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)