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.
私はPostgreSQLまたはOracleで最初のデータベースプロジェクトを行っています。
私の質問に対する答えが欲しいのですが。
データベースに文字列がありません。.netの文字列は、メモリによってのみ制限されます。nvarchar(5000)のようなものはありません。nvarchar(4000)またはnvarchar(max)を使用できます。4000は格納できる最大文字長であり、1文字は2バイトで格納されます。あなたはBooksOnlineでこれについてもっと読むことができます