How to determine size of SQL server table:
Use built-in code: sp_spaceused ‘Tablename’
Example: sp_SpaceUsed 'Employee'
Use built-in code: sp_spaceused ‘Tablename’
Example: sp_SpaceUsed 'Employee'
This blog contains posts related to data warehouse. All posts are used in my real time project and can be used as reusable codes and helpful to BI developers.
No comments:
Post a Comment