# Data Management

## Data persistence

* Store workflow data (text, numeric, date, time) in Microsoft SQL Server<br>
* Store associated files on the current server, on a remote file server, or within the database system<br>
* Database size and network bandwidth usage optimized

## Export

* Export process and form data anytime at runtime<br>
* Documented SQL views to directly query the database<br>
* Ready-to-use SQL server DTS job to replicate workflow data into another database

## Backup

* Standard SQL backup for data stored in the database<br>
* Standard file server backup for file data<br>
* Option to store process file data (including attachments) in the database to perform online backup without service interruption


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.workflowgen.com/features/9.5/data-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
