Field Name | Description |
---|---|
Connection name | A name given to the data connection within Datafold |
Host | The hostname for your SQL Server instance |
Port | SQL Server connection port; default value is 1433 |
Username | The user created in our SQL script, named DatafoldUser |
Password | The password created in our SQL script |
Database | The name of the SQL Server database you want to connect to |
Dataset for temporary tables | The schema created in our SQL script, in database.schema format: DatabaseName.datafold_tmp in our script above. |