Untitled

mail@pastecode.io avatar
unknown
plain_text
25 days ago
574 B
2
Indexable
Never
47 rel

Can't Execute this statement:

IF (SELECT COUNT(*) FROM CausaliMagTesPers(NOLOCK)) = 0
begin
	RAISERROR('Errore in esecuzione BCP per CausaliMagTesPers: controllare parametro DIRBCPUP.',16,1)
	ROLLBACK TRAN
end
ELSE
begin
	COMMIT
end


Error Number :
	40002
Error Description :
37000: [Microsoft][ODBC SQL Server Driver][SQL Server]Errore in esecuzione BCP per CausaliMagTesPers: controllare parametro DIRBCPUP.
RDO Errors        :
37000: [Microsoft][ODBC SQL Server Driver][SQL Server]Errore in esecuzione BCP per CausaliMagTesPers: controllare parametro DIRBCPUP.
Leave a Comment