Viewing 15 posts - 511 through 525 (of 2,051 total)
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
Pro's of seperating ssrs from database server:
More resources available for the database
More control of resources used. Resource management in SSRS is limited
Possible to reboot SSRS without impacting...
March 7, 2019 at 4:14 am
You can explore powershell for managing security etc
https://www.sqlshack.com/managing-ssrs-security-using-powershell-automation-scripts/
March 6, 2019 at 2:47 am
Maybe it is not your database but your web/app frontend that got hacked?
Your website might execute an addional javascript to provide the tampered content or reroute requests?
February 23, 2019 at 9:44 am
cost of threshold is 5 -> any reason for this low number?
February 5, 2019 at 3:35 am
A picture would be handy.
Are the constraint lines full lines (all success) or dotted (any success)?
February 1, 2019 at 5:46 am
Thanks for mentioning Microsoft's SQL Server Database Experimentation Assistant. Didn't know the tool existed
January 18, 2019 at 6:59 am
1.Is it possible to have another server next to the domain controller? Many products refuse to install on a domain controller.
2. Licensing: SQL Server 2017 licensing guide....
January 3, 2019 at 8:16 am
When using the oracle oledb driver, make sure to try some batch/buffer memory sizes. Currently working with batchsize 5000 instead of the default.
December 21, 2018 at 10:45 am
Viewing 15 posts - 511 through 525 (of 2,051 total)