With the Merge Statement, we can run INSERT, UPDATE, and DELETE commands at one time to synchronize two tables of the same structure. First, …
Read More »The EXECUTE permission was denied on the object ‘sp_sqlagent_update_agent_xps’, database ‘msdb’, schema ‘dbo’.
ERROR: [298] SQLServer Error: 229, The EXECUTE permission was denied on the object ‘sp_sqlagent_update_agent_xps’, database ‘msdb’, schema ‘dbo’. [SQLSTATE 42000] (DisableAgentXPs) EXPLANATION: You may experience …
Read More »ORA-00600 qcisSetPlsqlCtx
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 »How To Create Full Backup Using SQL Server Maintenance Plan
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 »Truncate Table Statement in SQL Server and Difference Between Delete and Truncate Table(TSQL)
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 »SQL Server 2016: Dynamic Data Masking
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 »ACFS-9459 while acfsdrivestate supported command OS version ‘unknown’
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 »Rebuilding Indexes Using SQL Server Maintenance Plan
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 »How To Drop a Table in SQL Server
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 »How To Drop a Database in SQL Server
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 »