Viewing 15 posts - 31 through 45 (of 323 total)
Ok, will do.
It was my understanding too that Insert should be blisteringly fast... and I need it to improve some speed issue I have with existing stored procedures.
August 9, 2017 at 6:46 am
Fair point... so I tried to read back as well
Now, the Insert into the InMemory table is sometimes a faster but the read is a lot slower!
I...
August 9, 2017 at 5:23 am
July 4, 2017 at 4:47 am
July 4, 2017 at 1:59 am
I am aware of issues related to Scalar UDFs and I don't think we have any in this procedure
July 3, 2017 at 2:46 pm
What seems the best way to evaluate the cost of recompiles?
Extended events on that session (if I can reproduce) looking at waitstats?
July 2, 2017 at 3:14 pm
We use a fair amount of temp tables with sometimes significant amount of rows (up to 100,000s) and I could spot a significant amount of Statement Recompile.
However, could...
June 30, 2017 at 3:47 pm
If it was blocking on some table, then it would not affect the start time of the inner procedure.
I suppose I need to look at Wait Stats indeed...
June 30, 2017 at 2:45 pm
I only noticed now that the statement firing the inner procedure started 15 seconds BEFORE the inner procedure itself started!
Why would that be???
June 29, 2017 at 8:18 am
My question to this forum is not about removing the performance bottleneck itself but more about understanding how two trace events, supposedly reporting the same thing report two drastically different...
June 28, 2017 at 2:34 pm
I do see...
June 28, 2017 at 11:04 am
Just in case it's useful to anyone...
I managed to load my file using the following BCP parameters
bcp MyTable in MyFile -S MyServer -c -T -t 0x01 -r...
May 22, 2017 at 5:15 am
Had never heard of the RAW option.
I'll give that a shot (on Monday!)
Thanks
May 19, 2017 at 9:01 am
I should add that I get error "Unexpected EOF encountered in BCP data-file"
May 19, 2017 at 8:42 am
Viewing 15 posts - 31 through 45 (of 323 total)