Memo Data Type on the Microsoft Server

NBoddie 1 Reputation point
2021-04-14T21:30:18.357+00:00

I have created a view on the server and its making the data type a memo. I am trying to use this view in Crystal report and it will display with that data type. Can you help with convert this data type to something else?

Here is the query in the view"
SELECT JobNumber, UserText, LEFT(UserText, 100) AS UserTextGroup
FROM dbo.AJ_D40

87908-image.png
87933-image.png

Developer technologies | Transact-SQL
SQL Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Tom Phillips 17,771 Reputation points
    2021-04-15T15:18:03.463+00:00

    This is a Crystal Reports question, not a SQL Server question.

    Please see:
    https://answers.sap.com/questions/12748250/crystal-report-converting-the-nvarcharmax-datatype.html

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.