Client Details
UPDATE Queries
Paste one or more UPDATE statements. Each gets its own INSERT into DatafixHistory + UPDATE + GO block.
Parsed Rows — each row = one INSERT + UPDATE + GO block
# Table Column New Value WHERE FROM / JOIN
DELETE Queries
Paste one or more DELETE statements. Each gets a SELECT * INTO bk_TABLE backup + delete. Duplicate tables auto-get _1, _2 suffixes.
Parsed Rows — edit backup table name if needed
# Table Backup Table WHERE FROM / JOIN
SP / Hook Code
Paste your full stored procedure or hook code. Wrapped in package format as-is — no modifications.
EXEC Statements — optional, leave empty to skip
Only if you want to run the SP in this package. SP name is auto-detected. Import from Excel/Notepad or add rows manually. Leave a row blank for no-parameter EXEC.
📋  Bulk Import — paste from Notepad or Excel
Notepad: one value per line  1234
Excel single column: copy & paste — one row per EXEC
Excel multi-column: tab-separated values get joined as 'val1', 'val2' automatically
Manual Rows — or add one by one
# Parameter Values — e.g. '1234'  or  '1234', 2  — blank = no-param
Mixed Queries — UPDATE and DELETE in any order
Paste any combination of UPDATE and DELETE statements. Auto-detected, order preserved, one //SQL block generated.
Parsed Rows
package.pkg
✓  Copied!