Viewing 15 posts - 151 through 165 (of 2,051 total)
You could try the maxdop hint to avoid parallellism
September 26, 2023 at 9:08 am
I really should have a sticky on Jeff Moden's post about the (non)-sense of generic rebuilding / reorganizing indexes.
A lot of resources are consumed during the reindex with little or...
September 26, 2023 at 9:07 am
If you are having troubles with SSL, check URLRoot in reportserver.config. Like when using powerbi reporting server.
<UrlRoot></UrlRoot>
By default it starts in Report Server url: https://server/ReportServer
Troublesome with SSL wildcard *.domain.com.
<UrlRoot>https://server.domain.com/Reportserver</UrlRoot>
Start...
September 22, 2023 at 2:21 pm
Can you elaborate why the partitioning is requested. Because of sideloading data without blocking?
SQL Server uses statistics in order to choose what approach is best. Usually an appropriate index achieves...
September 22, 2023 at 2:10 pm
It completely depends on how you use the tables.
There are 2 main benefits of partitioning:
Partition elimination on queries
Partition swapin/out for data loading/purging
For partition elimination, the partition must be included...
September 22, 2023 at 12:07 pm
Not really a clue why it would be slower
Patchlevels of the SSIS box? Power saving options?
September 22, 2023 at 8:29 am
Are you using the right url?
September 21, 2023 at 3:27 pm
I prefer giving access to views, for the reasons you give in 1 & 2.
View definition only needs to change when it is no longer compatible with its tables
September 20, 2023 at 10:14 am
Where did you get the blocking chain information from?
Could it be that a program started a select but doesn't retrieve all rows?
September 20, 2023 at 10:08 am
SSMS is so slow to start. Query analyzer was better.
I like the way of having thin clients with plugins. Of course it takes a while before most of the features...
September 18, 2023 at 2:41 pm
You could start with the Azure SQL basic tier and scale up / down when required.
September 12, 2023 at 9:54 am
September 11, 2023 at 11:58 am
Thanks for your response Martin. We will stay with VS2019 then.
September 8, 2023 at 3:10 pm
It is indeed for SSIS & Excel.
32-bit: Design Visual Studio 2019. VS 2019 due Ms Oracle Dataconnector and BimlVarigence plugin
64-bit: Run with SSIS on SQL Server / easier datatyping
Thanks frederico_fonseca...
September 7, 2023 at 8:23 am
Grmbl, the /quiet installationswitch workaround for installing Access Ace drivers 32 and 64-bit side-by-side seems to have stopped working.
September 5, 2023 at 3:46 pm
Viewing 15 posts - 151 through 165 (of 2,051 total)