Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: sql job + network files

    The issue I was having was related to this piece:

    BULK

    INSERT [Table_Name]

    FROM '\\server\share\folder\filename.txt'

    WITH

    (

    FIELDTERMINATOR = '\t',

    ROWTERMINATOR = ''

    )

    This was not part of a package. ...

  • RE: sql job + network files

    it is indeed.

  • RE: sql job + network files

    Actually, it did have bulkadmin rights checked. From what I've read online, BULK INSERT for remote files just doesn't work with SQL jobs, b/c although it makes hidden calls...

  • RE: sql job + network files

    Yeah, it wasn't actually the bulk copy command that I was running at the time, it was a BULK INSERT sql command (I edited my post late). When I...

Viewing 4 posts - 1 through 4 (of 4 total)