Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Find individual column mismatch between source and target

$
0
0
Hi All,

[code language="sql"]
Source table:
CREATE TABLE EMP_CLIENT(
 ID INT     NOT NULL,
 NAME VARCHAR (20)  NOT NULL,
 AGE INT &n

Viewing all articles
Browse latest Browse all 3145

Trending Articles