Viewing 15 posts - 1 through 15 (of 26 total)
Backup your SSRS Databaes(ReportServer and Report Server Temp DB and Any other DB needed) using Microsoft SQL Server Managment Studio:
And Backup your Encryption Key using...
April 3, 2025 at 7:09 pm
double post.
April 3, 2025 at 6:40 pm
You can set permisions per report or on entire folder. My hunch is you have permissions set on reports not the folder.
April 3, 2025 at 6:40 pm
Found this:
Use Key Vault Insights: Azure provides Key Vault Insights, a feature in Azure Monitor, to visualize metrics like request frequency, latency, and failures.
Monitor SQL Server Activity: If you're using...
April 3, 2025 at 11:23 am
I created the tables and results returned. Re-enter the refnum in both tables, you might have a space in there.
April 2, 2025 at 7:42 pm
SELECT DISTINCT refnum FROM RefSched;
SELECT DISTINCT s.refnum FROM supplier;
Check if values match. Maybe Data Type Mismatch? Since DESC is a reserved keyword in SQL Server, you should...
April 2, 2025 at 7:04 pm
--Check The Credential setup
SELECT name, credential_identity FROM sys.credentials WHERE name = 'YourCredentialName';
--Validate the Key Vault Key
SELECT name, key_algorithm FROM sys.symmetric_keys WHERE name = 'YourTDEKeyName';
April 2, 2025 at 4:00 pm
run both.
SELECT *
FROM sys.objects
WHERE name = 'fn_syspolicy_is_automation_enabled' AND type = 'FN';
SELECT msdb.dbo.fn_syspolicy_is_automation_enabled() AS IsAutomationEnabled;
April 2, 2025 at 12:34 pm
launch Sql Server Configuration Manager, Do you see SQL Agent running?
April 2, 2025 at 11:56 am
Your are correct regarding "Data for 2024-02-29 is left in place until 2027-03-01."
April 1, 2025 at 9:36 am
Good point Phil. I do believe DATEADD(year, -3, GETDATE()) Takes leap year into account, I'm too lazy to load test data. also I would not delete data from a table...
March 31, 2025 at 8:01 pm
You can add to your SP after records are created or execute another SP that deletes the records over 3 years old. You need to have a date for when...
March 31, 2025 at 7:02 pm
a simpler way is to run Powershell Script:CheckforSameFileNames.ps1 before processing files
Script Code below
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
Write-Host "Execution policy set to Unrestricted for...
March 29, 2025 at 12:42 am
What helps me, I would flowchart the entire process and then create your SSIS Package.
March 28, 2025 at 7:39 pm
Viewing 15 posts - 1 through 15 (of 26 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy