Skip to main content
INFOColumn-level Lineage is not currently supported for Microsoft SQL Server.
Steps to complete:
  1. Run SQL script and create schema for Datafold
  2. Configure your data connection in Datafold

Run SQL script and create schema for Datafold

To connect to Microsoft SQL Server, create a user with read-only access to all tables you wish to diff. Include read and write access to a Datafold-specific temp schema:

Configure in Datafold

Field NameDescription
Connection nameA name given to the data connection within Datafold
HostThe hostname for your SQL Server instance
PortSQL Server connection port; default value is 1433
UsernameThe user created in our SQL script, named DatafoldUser
PasswordThe password created in our SQL script
DatabaseThe name of the SQL Server database you want to connect to
Dataset for temporary tablesThe schema created in our SQL script, in database.schema format: DatabaseName.datafold_tmp in our script above.
Click Create. Your data connection is ready!