For several months, I have had issues with the sys.dbAll() method. When I use a SQL database, this method crashes the server whenever it is called; when I use a text database, it sometimes crashes (seemingly at random, I have no idea if there is any pattern). The text database also has another issue, though, which is that sys.dbDelete() doesn't work and deleted users will just reappear on a server restart, making it an unreliable option to switch to from SQL. Expired users never expire, either; I have some users with negative numbers of days until expiration. Other database issues aside, any ideas as to why sys.dbAll() is crashing? It is an important method, as I need it in some of my scripts' commands. Could my database be too large? Could some username with weird characters be causing it? I am using version 2.6.1.