BudDurland
Participant
Member since ‎2015 Mar 17

User Statistics

  • 43 Posts
  • 0 Solutions
  • 10 Kudos given
  • 28 Kudos received

User Activity

Is there a way for a function to determine if a given table is using an auto-increment field as it's primary key? I have a database that has some tables where the current Pkey is stored in a separate table, and other tables are using autoincrement. ...
Running SQLAnywhere 17, relatively current patched. Hosts the database for our ERP system. The .db file is appx 75gb. Yesterday,everything was fine, but this morning entering the sales module started throwing this error: Database transaction infor...
I find myself needing to determine the date of, for example, the next Monday following today. I came up with the following code. While readable, it seems to me that there is probably a more elegant solution. I'm using WinSQL, so the '::DayID' is a...
We are considering changing our on-prem Sybase SQL Anywhere 17 database host from Windows 2016 to Linux. We are virtualized (VMWare), and the datastores are on an iSCSI SAN connected with 10Gb. The motivation is the quest for increased performance, ...
Using SQL Anywhere 17, is there really still no way to easily rename a user? Deleting and re-creating the user seems a bit clunky.