Viewing 15 posts - 346 through 360 (of 2,044 total)
It would be easier if you posted the T-SQL table definition and some sample data instead of having it to type over from a screenshot.
My guess:
select case, flow, note
from case...
August 3, 2021 at 12:20 pm
Write a batch that periodically checks new items based on a timestamp? Do the records have a modified timestamp? (better to check on one column)
July 30, 2021 at 11:00 am
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
Viewing 15 posts - 346 through 360 (of 2,044 total)