I\'m having a problem reading data from a text file into ms sql. I created a text file in my c:\\ called data.txt, but for some reason ms sql server cannot find the file. I
That's run on the server, so its looking for C:\data.txt on the server's C: drive.
C:\data.txt
C:
Also ensure the logon your using has read permissions on C:.