Update Package
Fill client details, paste your queries, download .pkg
Client Details
UPDATE Queries
Paste one or more UPDATE statements. Each gets its own INSERT into DatafixHistory +
UPDATE + GO block.
DELETE Queries
Paste one or more DELETE statements. Each gets a SELECT * INTO bk_TABLE
backup + delete. Duplicate tables auto-get _1, _2 suffixes.
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
Excel single column: copy & paste — one row per EXEC
Excel multi-column: tab-separated values get joined as
1234Excel 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.