How do I obtain a list of all schemas in a Sql Server database

前端 未结 6 1245
温柔的废话
温柔的废话 2020-12-13 11:54

I want to retrieve a list of all schemas in a given Sql Server database. Using the ADO.NET schema retrieval API I get a list of all collections but there is no

6条回答
  •  萌比男神i
    2020-12-13 12:40

    If you are using Sql Server Management Studio, you can obtain a list of all schemas, create your own schema or remove an existing one by browsing to:

    Databases - [Your Database] - Security - Schemas

    [

提交回复
热议问题