nandoliveira
Programmer
Hi, I'm doing a little application where i will backup SQL servers and one Exchange 2003 Server using one script in the command line. But before the backup of Exchange i should know if I have enough space in disk...
The problem is that I never use or work with exchange and i can't do tests cause the server is critical to the company...
So, for SQL I know that I just need to do one query like: "SELECT sum(size) FROM myDatabase..SYSFILES;"... My question is if I can do the same for Exchange or how I find the size of the data before the backup...
Thanks for the attention
The problem is that I never use or work with exchange and i can't do tests cause the server is critical to the company...
So, for SQL I know that I just need to do one query like: "SELECT sum(size) FROM myDatabase..SYSFILES;"... My question is if I can do the same for Exchange or how I find the size of the data before the backup...
Thanks for the attention