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.
Author |
Topic |
rgombina
Constraint Violating Yak Guru
319 Posts |
Posted - 2007-09-14 : 08:25:13
|
Hello again,I am wondering how to interpret error messages where the line number stated one thing and in actuality it's somewhere else.Example:Msg 241, Level 16, State 1, Line 65Syntax error converting datetime from character string.I know the what problem is but Line 65 is not where the error is at.Thanks. |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-09-14 : 08:31:04
|
Did you double click the error message and see?MadhivananFailing to plan is Planning to fail |
 |
|
rgombina
Constraint Violating Yak Guru
319 Posts |
Posted - 2007-09-14 : 08:36:30
|
I know what the problem is and where it is at. I am trying to find out why it is stating Line 65 when it is on Line 60 (line code). |
 |
|
rgombina
Constraint Violating Yak Guru
319 Posts |
Posted - 2007-09-14 : 08:39:14
|
My bad Madhivanan. I know what you are saying now. I misunderstood your response. Thanks! |
 |
|
|
|
|