When you want to monitor “SQL Server” servers with a monitoring tool, you must grant the user who will monitor access to WMI. To …
Read More »Effects of Very Frequent Growth and Shrink Operations on Automatic Memory Management(AMM)
In Oracle databases, when the Automatic Memory Management (AMM) is active, if the memory values grow and shrink too frequently, wait events can be …
Read More »Identitiy Insert On SQL Server
You need to know about Primary Key and Foreign key before you can read this article. You can read the article “What is Primary Key …
Read More »How To Set Identity Property to the Current Column in the Table
Before reading this article, I suggest you read my article “Identitiy Insert On SQL Server” to see what the identitiy property is in the …
Read More »Pay attention when using MySQL User-Defined Variables
Recently, i used a user-defined variable to store some values, and it showed an unexpected result. I updated rows using ‘where a in (@var)’, but this query …
Read More »How To Import/Export from SQL Server Database to SQL Server Database
When we need to transfer data from SQL Server or transfer data to SQL Server, we can use the import export methods in SQL …
Read More »How To Use Database Disks with Maximum Performance
To understand this article, we need to know the following concepts. Page: It is the most basic unit in SQL Server storage. Each Page …
Read More »How To Install Oracle Client For PostgreSQL On Centos
Oracle_client is required to connect to remote Oracle databases. For Oracle Foreign Data Wrapper, this installation needs to be done as follows. First of …
Read More »How To Increase ASM Rebalance Processing Speed
The ARBn background process starts the rebalance process automatically when you delete or insert a disk from the ASM disk groups. This process is …
Read More »SSPI handshake failed with error code 0x8009030c and The login is from an untrusted domain and cannot be used with Windows authentication
If your computer is not connected to the domain, you can get this error when you try to connect to a SQL Server in …
Read More »