Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DB に存在する列変数は、保存するために送信した変数データよりもサイズが小さいため、エラー文字列が表示されるか、バイナリ データが切り捨てられます
DBの変数のサイズを大きくすることでエラーを解決しました
ストアド プロシージャを確認します。パラメータで長さを指定するのを忘れた可能性があります。例えば。@p1 nvarchar(1000)