Viewing 15 posts - 1 through 15 (of 63 total)
Hi Ken.
Thanks for this but I don't see how it includes the SUM([value]) in the SELECT statement.
Pete
July 26, 2025 at 8:46 am
Hi Brian; thanks for the response.
Unfortunately, the [rn] is a pseudo-column from the ROW_NUMBER() window function so I'd have to store the output into a temporary table in order to...
July 25, 2025 at 4:48 pm
My "resolution" was to change the code to something of the form:
CREATE FUNCTION
[dbo].[fnc_Rule1]()
RETURNS
[int]
AS
BEGIN
DECLARE @result [int]
...
March 8, 2025 at 6:15 pm
Hi Jeffrey.
Thanks for the feedback. In my *real* use case, the index hint *is* needed or the query takes an age to run whereas with the index hint it's pretty...
March 8, 2025 at 5:47 pm
Unfortunately, this server doesn't have SQL Server installed. It only has the SSAS instance.
Could I copy them to a different server and read them from there?
March 6, 2025 at 8:45 am
Thanks Jo. Unfortunately that didn't resolve the problem. The report server logs only detail what I included in the original post - aside from a stack trace that's no good...
October 25, 2024 at 4:13 pm
All through HTTPS and, according to Edge, the certificate is valid.
October 22, 2024 at 3:54 pm
Thanks frederico_fonseca. That was exactly what I needed. Annoying that this still isn't in the GUI, even though it adds the parameter (with true) to the command line when scripting...
June 7, 2024 at 8:13 pm
Nope. Nothing in the package is doing that. The package doesn't even start running.
June 7, 2024 at 2:01 pm
You've misread. Running the package (under a proxy) runs it synchronously - not what I want.
Running the stored procedures runs it asynchronously - but this errors.
June 7, 2024 at 1:24 pm
Thanks for the link. However T-SQL steps cannot be run under a proxy and using a proxy on the SSIS step won't make it run asynchronously.
June 7, 2024 at 12:35 pm
May have found an answer.
I hadn't opened SQL Server Configuration Manager since the upgrade but when I tried, I got the error:
Cannot connect to WMI provider
Googling that, I found the...
November 19, 2023 at 11:15 am
Thanks for the response. That registry hive was missing from the server after the upgrade - maybe "HKLM\SOFTWARE\Microsoft\PowerShell\1\ShellIds" got replaced by the upgrade?
However we tried recreating it previously but that...
November 19, 2023 at 10:34 am
I'd already found that and it doesn't work. If I run PowerShell, I get:
Scope ExecutionPolicy
----- ...
November 19, 2023 at 1:26 am
Hi Andreas
Yes, the file does exist and the account is able to delete the DBCC snapshot file (which is what this is) for all the other databases in this folder.
Peter
November 6, 2023 at 7:34 am
Viewing 15 posts - 1 through 15 (of 63 total)