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

does use of large datatypes where much smaller ones will do, affect performance?

$
0
0

when a table has one hundred columns, where 40 of them have datatypes far exceeding the max(len()) of data actually in them, will this alone impact query performance?

Breakdown
varchar(100) -   19 ha


Viewing all articles
Browse latest Browse all 3145

Trending Articles