Posts by Sangeetha Peddanarappagari

Copying table data from source to destination in SQL Server

PURPOSE AND SCOPE: This document explains how to transfer table data from source server to destination server. Prerequisites Database Access Permissions: Ensure that you have the necessary permissions to access…

Read More

Enabling Query Store on SQL Server 2019

Introduction:  When it comes to database performance tuning, that’s where Query Store appears. Introduced in 2017 version and significantly enhanced in 2019, Query Store acts like a “flight recorder” for…

Read More

Archiving and Deleting Data From MS SQL Server Database 

Archiving and Deleting Data From SQL Server Database  Server: SERVER1  Main Database: DB1  Archive Database: DB1_archive  Target Table: dbo.PerformanceCounters  Objective:  To archive and delete data older than 90 days from…

Read More

TLS Certificate Renewal in SQL Server

Objective: To renew and bind a new TLS certificate to SQL Server to ensure continued secure connections. Frequency: Annually or prior to certificate expiration Prerequisites: Administrative access to the Windows…

Read More

Restricting Self-Approval in Oracle Fusion

Introduction:    Addressing the self-approval concern for expenses and other documents after setting up a vacation rule in Oracle Fusion. You can prevent self-approval of expenses by selecting the “Prohibit Self-Approval…

Read More

Updating bulk records pending under Inventory Transactions using Oracle Visual Builder Add-in

Introduction: The Oracle Visual Builder Add-in for Excel connects Excel spreadsheets with REST services, enabling you to retrieve, analyze, and edit business data directly from the service. You can download…

Read More