Oracle attempts to put a lock on the table with the foreign key if a change is made to the main table with the primary …
Read More »Error When Opening SQL Server 2017 Configuration Manager([0x8004100e])
When I tried to open SQL Server 2017 Configuration Manager, I received an error like the following. My problem is solved when I follow the …
Read More »enq: HW – contention
Enqueues are shared memory structures that serialize access to database resources.(locks) They can be associated with a session or transaction. HW (high water mark) is …
Read More »legacy cardinality estimation is not a valid database scoped configuration
When we create a database through SQL Server Management Studio version 17.3 and right click on it and click properties, we receive this error. To …
Read More »How To View Active Requests on Exadata Cell Node
An active request represents a client- or application-centric view of I / O requests processed by the cell node. You can view active requests on …
Read More »Database Scoped Configurations in SQL Server 2016 and SQL Server 2017
We are able to configure some critical options set at instance level, such as MAXDOP, at the database level with Database Scoped Configurations feature of …
Read More »ORA-14086: a partitioned index may not be rebuilt as a whole
If you attempt to rebuild an entire index while rebuilding a partitioned index, you may receive an ORA-14086 error. [crayon-673fdbaead49a575660976/] To solve the problem, rebuild …
Read More »DBCC FREEPROCCACHE and DBCC DROPCLEANBUFFERS
What is DBCC FREEPROCCACHE in SQL Server We can reset all plans in the plan cache with DBCC FREEPROCCACHE. Thus, each stored procedure has to …
Read More »Drop Temp Tablespace Taking Long Time
If there is a session that uses the temp tablespace you are trying to drop, the drop operation starts waiting. The drop operation is completed …
Read More »DBCC clondatabase in SQL Server
What is dbcc clondatabase in SQL Server DBCC ClonDatabase announced with SQL Server 2014 SP2. We are able to create a copy of the database …
Read More »