Home Forums SQL Server 7,2000 T-SQL String or binary data would be truncated.The statement has been terminated. RE: String or binary data would be truncated.The statement has been terminated.

  • Ryan

    But how do you want to limit it? First 30 characters? Last 30 characters? Remove all vowels? If you want the first 30 characters, use the code snippet I provided earlier. You'll notice that because it uses COALESCE, you don't need a CASE statement.

    John