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
This is mostly permission issue. you may not have permission on that drive. Make sure the logon you are using has read or if possible full control permission. It worked for me on local machine.