www.rldp.ru

sid from sys.database_principals where type not in ('A', 'R') order by name # Interesting when you cannot acces the table sys.database_principals EXEC sp_helpuser SELECT * FROM sysusers.

  book.hacktricks.xyz

  www.sqlshack.com

  dba.stackexchange.com

select s.name as schema_name, s.schema_id, u.name as schema_owner from sys.schemas s inner join sys.sysusers u. Scope of rows: all schemas in a database, excluding default db_* , sys, information_schema and guest schemas.

  dataedo.com

SELECT name FROM sys.schemas SELECT SCHEMA_NAME FROM INFORMATION_SCHEMA.SCHEMATA. Try just SELECT * FROM sysusers and see if you see the identifiers you're looking for.

  stackoverflow.com

  learn.microsoft.com

  www.mssqltips.com

  sourceforge.net

  github.com

Page generated - 0.0762608051 (2fab6fdb4780ca15045c4d7e59457729)