Skip to content

agonzalez8/utils_sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

MSSQL Stored Procedure to extract ORACLE inserts.

This code has been used in production env with the following limitations:

  1. Big rows can cause errors.
  2. 16-bit Encoding is write like I/x0N/x0... null character after each letter. You will need remove it. sed -i 's/\x0//g' file.sql
  3. It does not work with CLOB.

By the way It could reduce your work.

About

Some useful scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages