get list of procedures where table name used in sql, difference b/w view and stored procedure in sql, add row items as string with comma separated values in sql server and many articles relating to SQL server. Now I will explain how to get table size in SQL server.
Syntax
SP_SPACEUSED 'YOUR TABLE NAME' |
Example
SP_SPACEUSED 'USERDETAILS' |
Once we run above query we will get output like as shown below
Demo
No comments:
Post a Comment
Note: only a member of this blog may post a comment.