Untitled

mail@pastecode.io avatar
unknown
plain_text
a month ago
539 B
2
Indexable
Never
rel 47 

Can't Execute this statement:

IF (SELECT COUNT(*) FROM WR00Pers(NOLOCK)) = 0
begin
	RAISERROR('Errore in esecuzione BCP per WR00Pers: 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 WR00Pers: controllare parametro DIRBCPUP.
RDO Errors        :
37000: [Microsoft][ODBC SQL Server Driver][SQL Server]Errore in esecuzione BCP per WR00Pers: controllare parametro DIRBCPUP.
Leave a Comment