Viewing 15 posts - 331 through 345 (of 7,472 total)
Is there any connection between instant file initialization set to (Y) and sqlserver autogrowth ?
Does IFI(Y) means faster autogrowth ?
For non-LOG files, IFI causes the grow to be 'instantly'...
August 29, 2023 at 6:48 am
Best is to prevent the autogrow !
Set the file to a size(s) you estimate will be needed to host the data for the next couple of months / years
August 29, 2023 at 6:45 am
Is this on an Azure Managed instance ? You need to put temporal tables in place to have access to job history.
August 28, 2023 at 12:47 pm
August 28, 2023 at 7:52 am
FWIW If you don't need sub second information in datetime2 values, just use datetime2(0) ( and you gain 2bytes storage )
August 25, 2023 at 9:23 am
done.
Now, send me the email 😎
August 25, 2023 at 9:15 am
... It looks as though bcp requires version 17. ....
How did you notice that?
Have you tested it?
Whas there an errormessage?
Why would you consider version 18?
August 25, 2023 at 6:23 am
August 24, 2023 at 6:09 am
thank God they are using varbinary(max) for every item in the tables, or at least Nvarchar(max)
August 23, 2023 at 12:39 pm
Are you using identities or sequences to auto-increment the IDs?
did someone RESEED your identity values ?
August 23, 2023 at 7:19 am
if @tocheck=1
DROP TABLE IF EXISTS #partA
begin
insert into #partA (ID) <- this table no longer exists here if @tocheck=1 !!! ( you are not using select ... into #partA )
select...
August 18, 2023 at 9:08 am
Indexes art there for two reasons:
August 18, 2023 at 9:04 am
Can you elaborate about your instance ? OS / SQLversion & cu
Are you monitoring I/O performance ?
Can you post the full details of the errors you get ?
Did you check...
August 18, 2023 at 8:19 am
my bad. Sorry
August 18, 2023 at 7:20 am
August 17, 2023 at 2:57 pm
Viewing 15 posts - 331 through 345 (of 7,472 total)