Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 SQL JOB fails

Author  Topic 

sqlserverdba
Yak Posting Veteran

53 Posts

Posted - 2012-01-04 : 21:07:39
Hi ,

One of sql job is failing with following error message:

Executed as user: dbprd. String or binary data would be truncated. [SQLSTATE 22001] (Error 8152) The statement has been terminated. [SQLSTATE 01000] (Error 3621). The step failed.

Looks like it may be due to mismatch insert data length.

Do you think this could be proper permission issue also?

thanks

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2012-01-04 : 21:49:55
This is not a permission issue. You are trying to insert too much data into a column. You need to fix the program that is doing this or expand the column.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -