79394084

Date: 2025-01-28 14:05:02
Score: 1
Natty:
Report link

we have 2 methods,

  1. Give permissions to system user
  2. Query the system tables

Instead of,

Command.CommandText = $@"select * from %SYS.Namespace_List()";

use

Command.CommandText = "DO $SYSTEM.SQL.Execute(\"SELECT Name FROM %SYS.Namespace\")";
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shweta gawade