PostgreSQL supports the CSV file format as a native. You can import data from a CSV file and add it to a table, or …
Read More »INITRANS benefit in tables and indexes with high I/O
If you increase the INITRANS parameter in tables and indexes with very high I/O, it will make less I/O because multiple operations can be …
Read More »SQL Server Password Policy
When creating a SQL Login, you can select the Enforce Password Policy option as described in my article “How To Create a Login On …
Read More »Security Policy for SQL Server(secpol.msc)
After SQL Server Setup has been performed, it is necessary to make some settings in Security Policy in Windows for the performance of SQL …
Read More »How To Use Between Command On PostgreSQL
You can use the between command (including the first and last value) to read the data between the two values in the table in …
Read More »How to extract DB2 audit logs into files
First, delete previous delimiter files which were offloaded from the archive log. This can be regenerated. [crayon-6767ee96583b4569696337/] Below command will archive Instance level …
Read More »How To Setup Auditing in DB2
First, check audit parameter in DB2 LUW; as you can see “audit active” is FALSE, which shows that currently auditing is not enabled on your instance. …
Read More »How To Find the Size of Tables and Indexes in PostgreSQL
As with most database systems, PostgreSQL offers us various system functions to easily calculate the disk size of the objects. We can get the size …
Read More »Flashback Database
With the flashback database feature, the hours-long restore-recover process can be completed in a few minutes. You can roll back and open your database …
Read More »Database Mirroring On SQL Server
Microsoft has announced that it will remove Database Mirroring in the future because it has developed the Always On technology. But since SQL Server …
Read More »