1. Teradata QueryGrid: Installation and User Guide, 02.08, Document ID: B035-5800-028K, Chapter 3: Installing Teradata QueryGrid Software on Teradata Database, Section: "Running the post-installation script".
This section details the tdqg-database-setup.sql script, which explicitly creates the TDSERVERDB database. The guide states, "The TDSERVERDB database contains the foreign server objects."
2. Teradata Vantage™ SQL Data Definition Language Syntax and Examples, Document ID: B035-1144-B20K, Chapter 2: Data Definition Statements, Section: "CREATE SERVER".
The documentation for the CREATE SERVER statement explains its function in defining a foreign server. It notes that the resulting foreign server object is stored in the TDSERVERDB database, which must exist before the statement can be used. For example, it specifies, "The foreign server object is created in the TDSERVERDB database."