Depending on the timezone differences ORA-00600 error can be occured when opening the database. The argument for this error is [qcisSetPlsqlCtx: tzi init], which …
Read More »
Depending on the timezone differences ORA-00600 error can be occured when opening the database. The argument for this error is [qcisSetPlsqlCtx: tzi init], which …
Read More »We perform maintenance operations in SQL Server using Maintenance Plan. In this article we will create a maintenance plan for full backup. I will share …
Read More »If we want to delete all records in the Table, we can do this with the Truncate Table command. You can use the truncate …
Read More »I tested the Dynamic Data Masking feature in my SQL Server 2016 test environment, and I want to share the result with you. I …
Read More »For ACFS-9459 errors when you work on ACFS drivers, you can apply the following solution if the version is ‘unknown’. Do not implement this …
Read More »We perform maintenance operations on SQL Server using Maintenance Plan. In this article I will describe the process of rebuilding indexes. I will share links …
Read More »To create a table in SQL Server, you can read the article “How to Create a Table in SQL Server“. In this article, we …
Read More »In this article, we will talk about two methods to drop a database. First Method (With SSMS): When you connect to SQL Server Instance …
Read More »We will create a table in SQL Server by using two methods in this article. First Method (With SSMS): Right-click on the corresponding database …
Read More »With the Delete Statement, we can delete records in a table in the database. The most important thing to note when running this command …
Read More »