Viewing 5 posts - 1 through 5 (of 5 total)
Unfortunately the Powershell module is longer available in recent versions... The name of the module is 'Invoke-SqlVulnerabilityAssessmentScan', and I have done some tests with it a while ago. Now I'd...
November 22, 2024 at 2:01 pm
Hi Hyperlance,
I had the same issue.
I also discovered a change in behaviour after moving to SQL 2022.
Our jobs have multiple steps, and I don't want to modify all of those.
Luckily...
November 17, 2024 at 4:17 pm
I had the same issue and couldnt find the cause.
Suddenly I recalled that I edited the id-field as key-value for the dimension; I used another field as name column, but...
November 17, 2014 at 4:08 am
Use this script,
copy-paste-execute the output....
DECLARE @ConfigAutoGrowth as table
(
iDBID INT,
sDBName SYSNAME,
vFileName ...
October 20, 2014 at 2:52 am
Thanks for this script!
I changed it a bit for my use:
- using a table variable instead of a 'real' table
- use dynamic autogrow-settings depending on the size of the db-file
-...
October 20, 2014 at 2:38 am
Viewing 5 posts - 1 through 5 (of 5 total)