Is there any way of counting the number of rows writtend to the database with sqlwrite?
3 ビュー (過去 30 日間)
古いコメントを表示
Is there any way of counting the number of rows writtend to SQL Server database with sqlwrite?
I would use @@ROWCOUNT but it has to be run in the same batch.
0 件のコメント
回答 (1 件)
Piyush Kumar
2024 年 11 月 19 日
Hi,
To get the number of rows written to the SQL server database with sqlwrite, you can use sqlread before and after using sqlwrite statement and take the difference.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Database Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!