Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

String truncated..? 1

Status
Not open for further replies.

kenjoswe

Technical User
Sep 19, 2000
327
0
0
SE
Hi all,

I've tried to do a simple insert query and I get:

Server: Msg 8152, Level 16, State 9, Line -1074284091
String or binary data would be truncated.
The statement has been terminated.

How can I select to the line "-1074284091" to see what is wrong with it?

/Kent J.

 
You don't have to see the line. Your simple insert query has tried to insert a string that exceeds the length allowed for the target column.

If you set ANSI WARNINGS off, the query will run (and truncate the string or binary data).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top