Hi All,
Can any one tell me what is the command to see the space used by each database and their physical location on the server?
I use the following to list the databases and the space used by them but it does not show the location of their physical files on the server.
exec sp_spaceused exec sp_databases
exec sp_helpdb
Thanks in advance
-techiPA
Can any one tell me what is the command to see the space used by each database and their physical location on the server?
I use the following to list the databases and the space used by them but it does not show the location of their physical files on the server.
exec sp_spaceused exec sp_databases
exec sp_helpdb
Thanks in advance
-techiPA