Viewing 4 posts - 1 through 4 (of 4 total)
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 4 posts - 1 through 4 (of 4 total)