Viewing 15 posts - 376 through 390 (of 2,072 total)
Thanks for the keyword "parallelism deadlock" Grant. Lead to intra-query parallelism with more information on the internet.
As by your recommendation solved with a query hint.
July 29, 2021 at 3:24 pm
We use SSIS but it is picky on metadata (so not really suited for excel files) and I found the error handling uneasy.
No user friendly error messages ( metavalidation failed...
July 15, 2021 at 8:42 am
Still wondering why something likely as importing a csv is still so hard using the sql server tools
July 14, 2021 at 9:21 am
Not sure what the question is.
Is it about a checklist what to do if there is an outage? Work it out with the team / management / stakeholders.
Is it about...
July 6, 2021 at 7:45 am
Not relevant, but why are you still developing for SQL Server 2008 RTM 11 years later ( RTM released in 2010 )?
June 10, 2021 at 7:15 am
Thanks Jeff. Now investigating sql plan guides for additional nudges.
Summer has arrived + 25 degrees Celsius
June 8, 2021 at 1:21 pm
@TestContributions MONEY=NULL OUTPUT
you can find the value afterwards in @TestContributions
if you don't specify @TestContributions it will assume the default value NULL
Can you post the DDL of the tables so it...
June 8, 2021 at 8:49 am
No idea, have you tried auto adjust buffer size ? https://www.mssqltips.com/sqlservertip/4221/improving-data-flow-performance-with-ssis-autoadjustbuffersize-property/
June 3, 2021 at 10:56 am
I don't know of any official recommendation.
A practical reason could be that it is faster to relocate a 64 GB file than a 2TB one
There is an recommendation to have...
June 3, 2021 at 10:03 am
Apparently you are on service pack 2 https://sqlserverbuilds.blogspot.com/
May 27, 2021 at 8:25 am
Alas, SQL Server's performance can suffer from encapsulating in UDF
May 26, 2021 at 8:03 am
Having a weird case today (still under investigation). Parallel clustered index scan slower dan serial index scan (forced by MAXDOP 1)
*edit* repartition streams spilled to tempdb 🙁 Repartition stream 1=0,2=5000000,3=0,4=5000000....
May 20, 2021 at 9:35 am
It's really a talent. Some dumb questions are hidden gems. Why didn't we think of that before, does it still apply now ...
May 14, 2021 at 8:04 am
I haven't got problems when upgrading to 2019. It introduces adaptive joins which may be finicky in flip-flop scenarios (large & small dataset).
May 4, 2021 at 8:47 am
Viewing 15 posts - 376 through 390 (of 2,072 total)