Relative Content

Tag Archive for sqltimeout

Adding column to select statement in SQL causes timeout

I have a scheduled job that processes documents stored in tables in a SQL database.
It processes documents “10 at a time” and moves the binary document data to another database and has been running for about a week continously. (There are A LOT of documents to process)