Viewing 2 posts - 1 through 2 (of 2 total)
I've spoken with our network admin and we update the statistics every night with the full scan.
He also mentioned that several of our databases were highly fragmented, but the windows...
February 1, 2011 at 1:02 pm
#1281115
I have updated the statistics, but I don't know if I did FULL SCAN or not. Most likely I have not.
Query:
SELECT DISTINCT TOP 10
s.sale_key,
fc.freight_carrier_name,
isnull(os.freight_charges,0),
isnull(os.weight,0)
FROM...
February 1, 2011 at 12:52 pm
#1281110