Skip to main content
Community Hub

What does Atlan crawl from Microsoft SQL Server?

TL;DR

Atlan crawls and maps the following assets and properties from Microsoft SQL Server.

Your AI can read this via Docs MCPcurl -fsSL "https://docs.atlan.com/install-docs-mcp" | bashConnect

Atlan crawls and maps the following assets and properties from Microsoft SQL Server.

Databases​

Atlan maps databases from Microsoft SQL Server to its Database asset type.

Source propertyAtlan propertyWhere in Atlan
TABLE_CATALOGnameasset preview, profile, and filter, overview sidebar
SCHEMA_COUNTschemaCountAPI only

Schemas​

Atlan maps schemas from Microsoft SQL Server to its Schema asset type.

Source propertyAtlan propertyWhere in Atlan
TABLE_SCHEMAnameasset preview, profile, and filter, overview sidebar
TABLE_COUNTtableCountasset preview and profile
VIEW_COUNTviewsCountasset preview and profile
TABLE_CATALOGdatabaseNameasset preview and profile

Tables​

Atlan maps tables from Microsoft SQL Server to its Table asset type.

Source propertyAtlan propertyWhere in Atlan
TABLE_NAMEnameasset preview, profile, and filter, overview sidebar
REMARKSdescriptionasset preview, profile, and filter, overview sidebar
COLUMN_COUNTcolumnCountasset preview, profile, and filter, overview sidebar
ROW_COUNTrowCountasset preview, profile, and filter, overview sidebar
BYTESsizeBytesasset preview, profile, and filter, overview sidebar
PARTITIONSisPartitionedAPI only
PARTITION_COUNTpartitionCountAPI only

Views​

Atlan maps views from Microsoft SQL Server to its View asset type.

Source propertyAtlan propertyWhere in Atlan
TABLE_NAMEnameasset preview, profile, and filter, overview sidebar
REMARKSdescriptionasset preview, profile, and filter, overview sidebar
COLUMN_COUNTcolumnCountasset preview, profile, and filter, overview sidebar
VIEW_DEFINITION (WITH SCHEMABINDING)isClusteredAPI only
VIEW_DEFINITIONdefinitionasset profile and overview sidebar

Columns​

Atlan maps columns from Microsoft SQL Server to its Column asset type.

Source propertyAtlan propertyWhere in Atlan
COLUMN_NAMEnameasset preview, profile, and filter, overview sidebar
REMARKSdescriptionasset preview, profile, and filter, overview sidebar
ORDINAL_POSITIONorderasset profile
TYPE_NAMEdataTypeasset preview, profile, and filter, overview sidebar
CONSTRAINT_TYPE (PRIMARY KEY)isPrimaryasset preview, profile, and filter
CONSTRAINT_TYPE (FOREIGN KEY)isForeignasset preview, profile, and filter
NULLABLEisNullableasset profile and overview sidebar
NUMERIC_SCALEnumericScaleasset profile and overview sidebar
NUMERIC_PRECISIONprecisionasset profile and overview sidebar

Routines​

Atlan maps routines in Microsoft SQL Server to its Procedure asset type. These assets are currently neither published nor discoverable in Atlan.

Source propertyAtlan propertyWhere in Atlan
ROUTINE_NAMEnameAPI only
REMARKSdescriptionAPI only
PROCEDURE_TYPEsubTypeAPI only
ROUTINE_DEFINITIONdefinitionAPI only