Viewing 15 posts - 121 through 135 (of 2,043 total)
Can't help you much with that, mine succeeded. What error message did you get
Have you tried run as admin, disabling antivirus ...
We don't use it actively because bimlscript is still...
December 11, 2023 at 9:09 am
A degree shouldn't be necessary, but it does prove that you had some discipline to learn something. You can prove that otherwise as well.
Most of the time we have a...
December 8, 2023 at 4:33 pm
There is a ssis-extension for VS2022 https://marketplace.visualstudio.com/items?itemName=SSIS.MicrosoftDataToolsIntegrationServices
December 7, 2023 at 1:56 pm
Can you elaborate a bit. Reversed=same quantity?
What is the relation of
O1 C3 ...
November 23, 2023 at 2:41 pm
Most people on the forum won't open attached items.
Can you provide the DDL-scripts of the tables involved?
Create table model.IMETA_ZTRB_BRACS_Model_TA_BW3
(...)
Create table dim.IMETA_Master_Currency_Data_TA_BR ...
Can you provide sample data
INSERT INTO model.IMETA_ZTRB_BRACS_Model_TA_BW3 values ....
Can...
November 23, 2023 at 2:24 pm
The substring causes the scan, every value hof comm_value need to be looked at and computed.
Options: filtered index (if possible)
Add a new column to C_B_PARTY_COMM and keep it up to...
November 22, 2023 at 9:28 am
Check [ReportServer].[dbo].[Catalog] in the reportserver database
Backup before & test
You can rename the itempath with an update statement and remove it using the gui
November 16, 2023 at 11:18 am
Please use
INSERT INTO dbo.PrimaryHist (columnlist) SELECT
instead of INSERT INTO dbo.PrimaryHist SELECT
in case columns get rearranged
November 16, 2023 at 11:11 am
Have a look at UPDATE triggers with #inserted #deleted to compare differences
https://stackoverflow.com/questions/19737723/log-record-changes-in-sql-server-in-an-audit-table
there are gotcha's if you use IF UPDATE(...)
The UPDATE() function does not discriminate whether the value has changed or not,...
November 3, 2023 at 10:19 am
November 3, 2023 at 10:13 am
If you get blank pages when exporting to pdf , something is getting outside your margins.
Take a copy of the report and work on it till it fits back in...
October 26, 2023 at 10:08 am
IndexOptimize: are you only updating statistics ? or also doing index maintenance (you may skip index maintenance)
The name resemples Ola's
There is a third scenario, where you can only update statistics, using...
October 19, 2023 at 10:21 am
As you mention it is splitted across pages, something must be overflowing the page size.
You could try rectangles to keep things together.
October 16, 2023 at 11:16 am
Please provide some T-SQL statements tabledefinition , the sampledata and expected results based on that sampledata.
So we can copy paste & execute it in ssms without typing.
October 12, 2023 at 12:14 pm
Viewing 15 posts - 121 through 135 (of 2,043 total)