Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
mounikakala
Starting Member
14 Posts |
Posted - 2008-12-05 : 10:58:52
|
Hi All,I have a peculiar problem. I have a job which is created to backup by database using the Veritas Net backup. The backup script is written in a DOS batch file and that is being called in the Job.If the batch file is run from command mode , when the backup is done, a message window pops saying the backup is done.The main issue is,when the job gets executed from SQL side, the backup finishes but the job does not stop.I guess the Window Popping after the backup is causing the issue.How do I over come this issue.ThanksMouni |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2008-12-05 : 11:12:14
|
Because the message window need to be closed.See if there is a switch to supress message window. E 12°55'05.63"N 56°04'39.26" |
 |
|
|
|
|