i make a few Edits to a few skill(changing Recharge time on DF and POG)
i Use zeroSignals tool ofc
i use this Quiry to import the finnished .csv
Code:
BULK INSERT Ps_gamedefs.dbo.skills FROM 'c:/csv/skill.import.csv' WITH ( FIRSTROW = 2, FIELDTERMINATOR = ',', ROWTERMINATOR = '\n' ) GO
but i get this error
Code:
Msg 4867, Level 16, State 1, Line 1 Bulk load data conversion error (overflow) for row 686, column 48 (KeepTime).
and ofc thanks to Tyler for helping me narrow down the errors to one






