Thursday, May 26, 2011

Database Table Size

If you want to know the size of your database table in bytes, use the below command. 

sp_spaceused <your_table_name>

No comments:

Post a Comment

Github Actions - CI/CD for React.js

 1. Install gh-pages npm package Command:  npm install gh-pages --save-dev 2. In package.json, add the homepage url "homepage": &q...