Viewing 15 posts - 496 through 510 (of 2,044 total)
I would rather see the minimum limits gone (minimum 4 core licenses per virtual machine).
May 20, 2019 at 3:43 pm
When permitted by the vendor, we upgrade test to the latest available. The next version is probably there when testing is over in some scenario's
May 13, 2019 at 3:44 pm
Do you have the full ODAC installed or the xcopy only?
I always install the 64-bit odac first and later on the 32-bit (for visual studio) in a different home
April 24, 2019 at 12:14 pm
If you have a support contract you can send the dump to MS. Perhaps you hit an unknow bug.
Try to get a testbest and verify your backup/restores.
April 19, 2019 at 8:02 am
As it had no patching, you should patch it to the latest cumulative pack.
April 18, 2019 at 8:11 am
You should surely be concerned.
Is the instance up to date (CU 14?)
April 15, 2019 at 1:22 pm
You could join a date-table with your information.
pseudocode:
select mydate,sum(rate) total
from datetable
inner join ratetable
on datetable.datekey>=ratetable.startdate
and dataetable.datekey<=ratetable.enddate
group by mydate
Didn't try...
March 22, 2019 at 8:25 am
Awesome article. Starting to comprehend failover clusters.
March 20, 2019 at 4:21 am
Thanks for the update
March 20, 2019 at 4:12 am
Why did you pick data lake storage gen 1 instead of gen 2?
March 19, 2019 at 2:47 am
If you move to the cloud, cross database queries are even slower. (less control where the databases are placed)
March 18, 2019 at 10:48 am
Does the VM has Vmware Guest tools installed? Otherwise the VM is slow because the VMWare host has to emulate everything (hardware etc) with cpu power. Installing the tools:
March 18, 2019 at 10:42 am
Thanks for the article.
The code about create or alter , just before the nocount section, mentions "drop if exists" instead of "create or alter"
March 14, 2019 at 3:02 am
You may find a lot of articles made by Koen Verbeeck.
Like trying out the auto adjust buffer size https://www.mssqltips.com/sqlservertip/4221/improving-data-flow-performance-with-ssis-autoadjustbuffersize-property/
March 13, 2019 at 10:51 am
my goto place for oracle is http://www.orafaq.com/
Quite a responsive forum when you provide the necessary information
An active blog: http://www.oaktable.net/feed/blog-rss.xml
March 11, 2019 at 9:59 am
Viewing 15 posts - 496 through 510 (of 2,044 total)