Comments
Sort by recent activity
It's not a bug, but really very strange.
I use "ADODB" object. I already enlarged connection and command time out. It's useless. Even, I modify default value of remote query timeout in sql server. It still don't work.
If backup procedure executes over 40 secs, it's always return error message and quit vbs.
Could you please try to review this problem ?
Thanks a lot. / comments
It's not a bug, but really very strange.
I use "ADODB" object. I already enlarged connection and command time out. It's useless. Even, I modify default value of remote query timeout in sql server. ...
It's timeout when master..sqlbackup execute more than 40 sec in vbs.
I use "provider=sqloledb" to do backup/restore.
It's a bug about extented stored procedure ?
It seems okay when execute in command line, but I need to remote backup. Do you have any idea for that ? Thanks a lot. / comments
It's timeout when master..sqlbackup execute more than 40 sec in vbs.
I use "provider=sqloledb" to do backup/restore.
It's a bug about extented stored procedure ?
It seems okay when execute in comma...