sql server - How to do a select query for a column having more than 225 character? -
i trying select column value table in sql server.
column has more 225 characters
when using simple select query (
select ecomment comment), output truncated @ 225th character.
how possible un-truncated value column?
i assume you're having issue management studio? there 2 settings maximum text length, separate text , grid output in query results -> sql server -> "results grid" , "results text".
you can find detailed information in martin bell's blog post
Comments
Post a Comment