Activity overview
Latest activity by lghollow1260
not exactly my idea way of doing it but with v5.2 i am able to return a single output from the verify and then parse thru the rows returned to get the error code. There needs to be a better way of returning error codes than forced to interrogate a result set. but at least this work for now... / comments
not exactly my idea way of doing it but with v5.2 i am able to return a single output from the verify and then parse thru the rows returned to get the error code. There needs to be a better way of...
i think you totally missed what I was asking? anyone else got a clue? / comments
i think you totally missed what I was asking? anyone else got a clue?
sqlbackup restore verifyonly
i am trying to verify that a backup is valid, my problem is i can't get the verify to return me a code to let me know if it failed.
below is a sample of the code, it's a dynamic statement...
how do...