Viewing 2 posts - 1 through 2 (of 2 total)
Here's an XML approach.
declare @t table
(
RowID int identity,
line varchar(80)
)
insert into @t (line)
select 'BSNC001481905191912080000001 PEE5P01 124650005 EMU 090D P' union
select 'BSNC002647745191912080000001 PTE5P02 146650455 RTY 094D Q'
;
with
pd...
March 3, 2020 at 4:42 pm
Ignore Scan Count, it is not important. Focus on how to lower Logical Reads. Based on http://www.practicalsqldba.com/2013/07/sql-server-performance-tuning.html.
March 6, 2014 at 9:47 pm
Viewing 2 posts - 1 through 2 (of 2 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy