When using the T-SQL Bulk insert command from SQL Server Management Stuidio, how does one reference a file on his local machine as opposed to a file on the sql server. I am getting the error "Cannot bulk load. The file "C:\3005PAIDS.txt" does not exist" and expect that the system is looking for the file on the server. Is there a way to use the bulk insert command and reference a data file on my local machine?