on 2020 Jun 25 7:59 AM
I need to verify using the SQL Anywhere 16/17 functions that the database is "registered with the SQL Anywhere Volume Shadow Copy Service module". I created and started the following Windows service:
dbsvc -as -s Automatic -t vss -w SAVSSWriter "C:\\Program Files\\SQL Anywhere 17\\Bin64\\dbvss17.exe"
To find out if the database is ready to interact with the VSS-service, I use "exotic" (from my point of view) functions:select * from sa_server_messages() where msg_text like '%writer%'
and/orselect xp_cmdshell('NET START | find "SAVSSWriter"', 'no_output' )
Q1: Are there more "natural" functions?User | Count |
---|---|
67 | |
11 | |
10 | |
10 | |
9 | |
8 | |
6 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.