Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)

  • RE: DBO is Ambiguous

    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.

  • RE: DBO is Ambiguous

    Im trying to insert data into the QABSNew E table where E.logtime isNull

  • RE: DBO is Ambiguous

    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

  • RE: DBO is Ambiguous

    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...

  • RE: DBO is Ambiguous

    I am getting the error dbo.QABSNew is ambiguous line 29 level 16

  • RE: DBO is Ambiguous

    Why is Line 29 Ambiguous???

  • RE: DBO is Ambiguous

    Create Table QABSNew(

    logTime datetime,

    fromServer varchar(20),

    toServer varchar(20),

    Service varchar(20),

    messageId varchar(MAX),

    filePath Varchar(MaX)

    )

Viewing 7 posts - 16 through 22 (of 22 total)