SQL Agent GROUPSIZE issue
I am having an issue fwith one of my SQL servers running the SQL agent to backup my sql database. Master server is running Netbackup 7.01 on windows 2008 R2 as well as the SQL server with SQL 2005 SP4.
I have attached the log file and one of the scripts I am using as I have over 32 datebases on the server and need to split them up. Instead of creating one job for every 10 databases which I set in the batch file its creates one for each DB. The policy is configured with the snapshot client as well. I have another server that it is working fine on it and the only different is that I am using the $All for database in the batch file because it only has 11 DBs on that server. Any ideas?
The GROUPSIZE parameter must equal the number of databases in the script, with a high limit of 32.
If you wish to use multiple snapshots, create multiple .bch files each with their own GROUPSIZE parameter at the beginning, equalling the number of databases in the script.
Do not use the $ALL variable with the GROUPSIZE parameter.