Viewing 7 posts - 16 through 22 (of 22 total)
It was kinda the reason I came here to get answers. I need help understanding it but that's ok. Thank you for your help.
June 1, 2015 at 9:40 am
Im trying to insert data into the QABSNew E table where E.logtime isNull
June 1, 2015 at 9:28 am
Im not even getting returned data in my rows either. I made a mistake just don't know where. Probaby referencing the BCP to my filepath locations
June 1, 2015 at 9:16 am
I don't think I referenced the temp table correctly. I am trying to import the data using the BCP and parse the data into columns then import into the QABSNew...
June 1, 2015 at 9:14 am
I am getting the error dbo.QABSNew is ambiguous line 29 level 16
June 1, 2015 at 9:13 am
Create Table QABSNew(
logTime datetime,
fromServer varchar(20),
toServer varchar(20),
Service varchar(20),
messageId varchar(MAX),
filePath Varchar(MaX)
)
June 1, 2015 at 8:53 am
Viewing 7 posts - 16 through 22 (of 22 total)