Hi,
I have the following query:
insert into artikel_temp
(Artikelnummer, Text1,Text2, Bildpfad, Dokumentpfad, Preis, Einheit, Status, Preismenge, Stueck, Stueck_s)
select Artikelnummer, Text1,Text2, Bildpfad, Dokumentpfad, Preis, Einheit, Status, Preismenge, Stueck, Stueck_s
from wbsrv01.hoeller_temp.dbo.artikel
The syntax of this query is correct (I'm sure) but when I want to run this query the following Error-Message comes:
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionCheckForData ((null)()).
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]Allgemeiner Netzwerkfehler. Weitere Informationen finden Sie in der Dokume
The second Error-Message means that is a general network error.
Does anyone have an idea?
I have the following query:
insert into artikel_temp
(Artikelnummer, Text1,Text2, Bildpfad, Dokumentpfad, Preis, Einheit, Status, Preismenge, Stueck, Stueck_s)
select Artikelnummer, Text1,Text2, Bildpfad, Dokumentpfad, Preis, Einheit, Status, Preismenge, Stueck, Stueck_s
from wbsrv01.hoeller_temp.dbo.artikel
The syntax of this query is correct (I'm sure) but when I want to run this query the following Error-Message comes:
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionCheckForData ((null)()).
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]Allgemeiner Netzwerkfehler. Weitere Informationen finden Sie in der Dokume
The second Error-Message means that is a general network error.
Does anyone have an idea?