Hi
I usually issue sp_databases to check the size of the databases. However, I have this question first before asking the real question I need to know:
1) is there 2 types of data in 1 database? are they log and data?
2)According to the first question, this is my real question: If it so (means 2 types of data in 1 database), then how can I check the size for logs and for data seperately because sp_databases only give me the number in whole of both, I believe so.
Thanks.
I usually issue sp_databases to check the size of the databases. However, I have this question first before asking the real question I need to know:
1) is there 2 types of data in 1 database? are they log and data?
2)According to the first question, this is my real question: If it so (means 2 types of data in 1 database), then how can I check the size for logs and for data seperately because sp_databases only give me the number in whole of both, I believe so.
Thanks.