Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Importing a CSV File - Error 208

$
0
0

Hello:

I'm trying to import a simple test csv file into a test SQL table. Following are the parameters I'm working with:

  1. SQL Server 2000 tables
  2. Working within SQL Server Management Studio
  3. Trying to schedule a job to run daily
  4. I'm new to using the job scheduler

Following is my script for a step within the the job. It's at this point in the process, where I get the error message.

BULKINSERT NewSchedule_TblFROM'F:\folder1\folder2\CSV_ScheduleTbl_Export.csv'WITH(
FIELDTERMINATOR =',',
ROWTERMINATOR='0x0A')
GO

I'm getting the following error message:

Message

Executed asuser: ORG\username. Invalid object name 'NewSchedule_Tbl'.[SQLSTATE 42S02](Error 208).  The step failed.

The full name of the table is:

ORG\username.NewSchedule_Tbl

I've tried the following syntax - and gotten error messages on all attempts:

  1. ORG\username.NewSchedule_Tbl
  2. username.NewSchedule_Tbl
  3. NewSchedule_Tbl

Any suggestions would be very helpful.

Thanks Much:

Pavilion


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>