Most database experts, or TSQL developer knows EDIT TOP 200 Rows option. When you click EDIT TOP 200 Rows by right-clicking on the table, unlike …
Read More »dbtut
FLOOR Function in SQL Server(TSQL)
The FLOOR function returns the largest integer value smaller than a number. If the number is already an integer, it returns the same number …
Read More »There is a slowness problem when you query dba_free_space or tablespace in 12c
There may be a slowdown when you query dba_free_space or tablespaces via Toad on 12C databases. The slowness is due to the fact that …
Read More »How To Change Default Value for Select Top 1000 Rows and Edit Top 200 Rows
The “Select Top 1000 Rows” and “Edit Top 200 Rows” options in SSMS are known to many people interested in SQL Server. I never …
Read More »EXP Function in SQL Server(TSQL)
EXP Functions calculates the exponential value of a parameter that has the float data type. This function’s return data type is float. Below you …
Read More »WARNING: AQ_TM_PROCESSES is set to 0
You can see “WARNING: AQ_TM_PROCESSES is set to 0. System operation might be adversely affected.” warnings at certain intervals in the database alert log file. …
Read More »How To Find Backup Paths in SQL Server
Most companies have a backup strategy, maintenance procedures. In my article “SQL Server Maintenance“, you can find details about maintenance on sql server. Therefore, …
Read More »CEILING Function in SQL Server(TSQL)
The CEILING function returns the smallest integer value greater than a number. If the number is already an integer, it returns the same number …
Read More »Rman restore process hangs with “Starting implicit crosscheck backup” error
If the RMAN restore hangs with the “starting implicit crosscheck backup” error and has not been completed for a long time, you may have …
Read More »Checksum and TornPage Concepts in SQL Server
Checksum and TornPage Concepts are Page Verify Options. Page Verify is a SQL Server Database Property. Both are methods used to discover and report …
Read More »