fvestjens
Participant
Member since ‎2010 Mar 15

User Statistics

  • 183 Posts
  • 0 Solutions
  • 81 Kudos given
  • 99 Kudos received

User Activity

Currently in production environment we create a backup of the database every evening and we truncate the logfile.In a test environment database mirroring has been setup and we want to truncate the logfile every evening here as well. However that does...
I had an issue with a webservice used to upload documents into the database. I was trying to figure out what was happening by enabling inbound HTTP logging. In the end I figured out what was wrong in the code and solved it. However when uploading a d...
When calling an external webservice to download a file in the database the server becomes unresponsive after a certain time for about 1 minute. The following messages are shown in the server console: 2024-03-26 11:04:55.54716 ISQL - Start downloading...
Is it possible to parse the XML below using OpenXML()? <fields> <field id="orderid"> <value>3212124</value> </field> <field id="damagePic"> <values> <value-item mimetype="image/jpeg">c0f92afe-f688-49f1-9946-b70...
SQL Anywhere 17 build 6933 We're calling an external webservice from within the database to send data to an external web application. We are using the below procedure to establish this: create or replace procedure ShuntPlan_API_PostLinkEquipment(in i...