Search found 5 matches

by marconi
Thu May 15, 2008 1:33 am
Forum: VBScript
Topic: VBScript to check diskspace and threshold
Replies: 1
Views: 3356

VBScript to check diskspace and threshold

Hi, Thanks for your response. I have changed 2 lines of my code to take care that I multiply a number with a number and not a string, as shown below in bold. Request you to please let me know your comments. ---------------------------------------------------------------------------------------------...
by marconi
Wed May 14, 2008 11:01 pm
Forum: VBScript
Topic: VBScript to check diskspace and threshold
Replies: 1
Views: 3356

VBScript to check diskspace and threshold

I have 3 jobservers and a database server. 1) I need to first check the disk space. 2) then check if the free space on each drive is greater than 15% of the total disk space(which is the threshold value) and notify the user. 3) then shrink the databases. I have written the following VBSCript, but it...
by marconi
Wed May 07, 2008 10:31 pm
Forum: VBScript
Topic: VBScript for Database Backup...
Replies: 1
Views: 1981

VBScript for Database Backup...

There is a maintainance Database Server and 3 Jobservers. I need to take a backup of the maintenance Database server and restore it on all the 3 Job Servers.
Can someone help me with a VBScript for the same.
Thanks a lot in advance.
With Best Regards,Marconi.

by marconi
Tue May 06, 2008 11:11 pm
Forum: VBScript
Topic: VBScript-check dskspace; threshold DB shrinking.
Replies: 2
Views: 3025

VBScript-check dskspace; threshold DB shrinking.

I have 3 jobservers and a database server. 1) I need to first check the disk space. 2) then check if the free space on each drive is greater than 15% of the total disk space(which is the threshold value) and notify the user. 3) then shrink the databases. I have written the following VBSCript, but it...
by marconi
Tue May 06, 2008 11:11 pm
Forum: VBScript
Topic: VBScript-check dskspace; threshold DB shrinking.
Replies: 2
Views: 3025

VBScript-check dskspace; threshold DB shrinking.

I have 3 jobservers and a database server. 1) I need to first check the disk space. 2) then check if the free space on each drive is greater than 15% of the total disk space(which is the threshold value) and notify the user. 3) then shrink the databases. I have written the following VBSCript, but it...