Files
jdescopingtool/Tools/DbExporter/definitions/workorderstep-hist.json
T
2026-01-06 18:25:34 -05:00

8 lines
312 B
JSON

{
"providerType": "SqlServer",
"connectionString": "Server=localhost,1434;Database=ScopingTool;User Id=sa;Password=ScopingTool_SA_2024Dev;TrustServerCertificate=true",
"query": "SELECT * FROM dbo.WorkOrderStep_Hist",
"outputPath": "./output/workorderstep-hist.pb.zstd",
"compressionLevel": 10
}