When I execute this command,
USE MyDB
GO
ALTER DATABASE SCOPED CONFIGURATION SET IDENTITY_CACHE = OFF
GO
It throws the error -
Incorrect syntax near 'IDENTITY_CACHE'.
When I execute this command,
USE MyDB
GO
ALTER DATABASE SCOPED CONFIGURATION SET IDENTITY_CACHE = OFF
GO
It throws the error -
Incorrect syntax near 'IDENTITY_CACHE'.