What does the SQL Server Error “String Data, Right Truncation” mean and how do I fix it?

前端 未结 4 1073
生来不讨喜
生来不讨喜 2021-01-01 11:36

We are doing some performance tests on our website and we are getting the following error a lot:

*** \'C:\\inetpub\\foo.plex\' log message at: 2008/10/07 13:         


        
4条回答
  •  隐瞒了意图╮
    2021-01-01 12:13

    I was facing the same issue. So, i created a stored Procedure and defined the size like @FromDate datetime, @ToDate datetime, @BL varchar(50)

    After defining the size in @BL varchar(50), i did not face any problem. Now it is working fine

提交回复
热议问题