restore db without in-mem file

1- make sure no memory optimized tables

SELECT SCHEMA_NAME(Schema_id) SchemaName,

name TableName,

is_memory_optimized,

durability_desc,

create_date, modify_date

FROM sys.tables

where is_memory_optimized = 1

GO

2.Disable user solarwindsadmin and make sure no connection on LV                                                                                                               

1 Comment

  1. Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Powered by WordPress & Theme by Anders Norén