Tag: Database

Oracle connect remotely

Allow remote SQL*Net connections to Oracle Database by configuring listener.ora, tnsnames.ora, and firewall rules.

Continue Reading

SQL Snippets

Reusable SQL patterns for paging, duplicates, pivots, and date ranges across SQL Server and MySQL.

Continue Reading

Clone SQL Server database

Duplicate a SQL Server database with BACKUP/RESTORE, DBCC CLONEDATABASE, or scripting for dev/test copies.

Continue Reading