I have some doubts about my database.
I use a "MS-SQL" database, which is provided by LocaWeb (I do not have very clear this concept of LocaWeb giving me a "bank" which has 3 more banks in it).
Well, it's divided into 3 banks:
adautil (o qual uso)
master
tempdb
The master and tempdb, I am not allowed to edit any information.
I ran the command (which I believe returns my bank size information):
EXEC sp_spaceused
I found the information I got strange:
database_name | database_size | unllocated space
adautil 17.00 MB 1.84 MB
master 176.06 MB 117.34 MB
tempdb 191.56 MB 187.13 MB
I did not quite understand what that meant, just added some doubts.
Can the nursing seat fill up at any time? Because the free space is neither 2.00 MB.
What is the master bank for? And the tempdb bench? Are they reserving space that I could be using in the adautil bank?