Get row counts and space used for every table
Use the sp_MSforeachtable stored procedure to run the sp_spaceused stored procedure for every table in a database
2003-01-08
103 reads
Use the sp_MSforeachtable stored procedure to run the sp_spaceused stored procedure for every table in a database
2003-01-08
103 reads
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
If you’re reading this, there’s a good chance you’re straight, white, male, and English-speaking....
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
I have a SqlAgentJob calling a stored proc. that loops through a list of...
I know that there is a query you can run in SQL to search...
Hi all, 99% sure the answer to this question is "it is not possible",...