-
Notifications
You must be signed in to change notification settings - Fork 132
Bug: Truncates string and bytes #423
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingdeployedFeature or bug is deployed at the current releaseFeature or bug is deployed at the current releasefixedThe bug, issue, incident has been fixed.The bug, issue, incident has been fixed.todoThings to be done in the futureThings to be done in the future
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdeployedFeature or bug is deployed at the current releaseFeature or bug is deployed at the current releasefixedThe bug, issue, incident has been fixed.The bug, issue, incident has been fixed.todoThings to be done in the futureThings to be done in the future
I can see that strings/binary gets truncated at 8000 chars/bytes
Use nvarchar(max) and varbinary(max)
Can I avoid that?