Viewing 15 posts - 1 through 15 (of 87 total)
There can be lots of differences. How much data does the procedure work on in each environment? Are the execution plans the same? If not, why not? Have you looked...
May 29, 2019 at 6:46 pm
Jeff Moden (8/19/2015)
There are very few places in SQL Server that have nearly absolute rules but one of them is that you should never store dates or times in any...
August 27, 2015 at 11:39 am
JKSQL (8/20/2015)
August 27, 2015 at 8:03 am
Thank you all for the responses. It does indeed look like a parameter sniffing issue. My question was why did it keep popping up. Basically if the...
May 28, 2015 at 11:03 am
Solved it myself. When I looked at 'C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\SQLServer2014\setup.exe' the file size was 0 KB. I renamed that to setup.exe.old, and re-ran the installer from...
October 28, 2014 at 9:20 am
Koen Verbeeck (10/17/2014)
dapoole (10/17/2014)
Finally some helpful ideas.
If you find that any advice given to you was below your standards of quality, the people that gave you the advice will gladly...
October 17, 2014 at 7:12 am
Load the new data into a temp table, and then use MERGE.
September 24, 2014 at 1:59 pm
J Good (7/9/2014)
No problem! Thank Paul Randal, not me.
I do every day 😀
July 10, 2014 at 11:57 am
Beatrix Kiddo (7/10/2014)
July 10, 2014 at 11:55 am
Koen Verbeeck (6/18/2014)
And a round of applause for including logging in the SSIS packages 😀
Amen!!
June 18, 2014 at 7:34 am
Are those stats updated automatically, or by a maintenance routine? If I read that correctly, the stats are updated AFTER the job starts. What might be happening is...
June 17, 2014 at 9:00 am
Maddave (5/22/2014)
CREATE NONCLUSTERED INDEX IX_ParentCode
ON [dbo].[Codes] ([ParentCode])
INCLUDE ([Id], [ExternalOrderNumber])
When...
May 23, 2014 at 6:48 am
Check Windows and SQL logs.
May 21, 2014 at 9:34 am
ps_vbdev (5/6/2014)
Order fact table with Product, retailer. date and customer dimensions so that's fine.
im finding it hard getting my mind set out off my...
May 14, 2014 at 2:34 pm
Viewing 15 posts - 1 through 15 (of 87 total)