In case a file of X MB is loaded into SQL Server table,
need to find out how much space it occupies in SQL Server – is it < X or X or > X.
私のサンプルtest csv file(36 bytes)
csvファイルをSQLサーバーにロードするテストを試みましたファイルサイズは、実行したSQLサーバーにロードしたときにコンピューターで36バイトでした
sp_spaceused '[dbo].[assign-test]'
このように出力する
ファイル サイズが 36 バイトを超えているかどうかを判断する方法を教えてください。