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

Performance when Inserting into nvarchar vs varchar

$
0
0
Hi

A stored proc was running v.slow.

The problem was
[code language="sql"]select fieldlist into #t from myview[/code]

Time taken to select from the view doesn't change that&nb

Viewing all articles
Browse latest Browse all 3145

Trending Articles