Viewing 15 posts - 886 through 900 (of 2,649 total)
you don't do it when you have high cpu - you have it running all the time with 10,20, 30, 60 seconds interval or so depending on how busy your...
May 25, 2022 at 10:58 am
I'll let Jeff do some chopping but WHY Reorganize? this should be avoided almost at all costs (very few exceptions)
May 25, 2022 at 10:11 am
with db in simple recovery the following can cause the log to grow.
May 23, 2022 at 4:41 pm
the OP means the pipe "|" between strings
May 23, 2022 at 1:53 pm
I think that knowing why and how that function is called so many times may help pointing you to a better solution.
how all those hierarchical rules are applied may also...
May 21, 2022 at 2:21 pm
SSAS memory settings are the culprit here. In Enterprise edition, the memory limit for SSAS is the server max, so it is very probable that SSAS is competing against...
May 18, 2022 at 6:30 pm
make sure that TCP/IP protocol is enabled on the sql instance -= need to do it on server itself
May 7, 2022 at 5:15 pm
the query above would give an error with variable @FromDate as it is not declare WITHIN the @sql
if you are doing a exec @sql then this would fail - different...
May 5, 2022 at 2:07 pm
likely your tabular server memory settings not setup correctly - these can be tricky and need to be set according to whatever memory is available to the particular tabular instance...
April 26, 2022 at 8:06 pm
there are multiple things that can cause a connection to drop - increasing the timeout will not prevent those as it is only meant to prevent the timeout error itself.
for...
April 26, 2022 at 6:40 am
it means that if whatever command you are executing (a update/delete query or a exec of a SP, if it takes more than 30 seconds it will terminate its execution...
April 25, 2022 at 8:23 pm
instead of having all your tables as heap and with additional non clustered indexes (columnstore or not) try and make one of them a clustered columnstore (or a normal clustered...
April 11, 2022 at 7:14 am
while looking into it - was there a reason for you to build a heap with columnstore indexes instead of making one of them a clustered columnstore index?
April 10, 2022 at 9:49 pm
what is the compatibility mode of the database? - never mind - its 150.
Before trying anything else do a rebuild of the columnstore indexes on the tables used on the...
April 10, 2022 at 9:00 pm
Viewing 15 posts - 886 through 900 (of 2,649 total)