Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)YurikMay 25, 2007 at 9:24 AM#How to enumerate local MSSQL Server databases?How to enumerate local MSSQL Server databases? And additionally, how to understand whether MSSQL Server (or Express) installed without relying on the registry?
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)sgiustoMay 25, 2007 at 10:21 AM#a query like select * from sysdatabases should do what you need. You can use the MSSQL plugin to execute such a query from an installer. The second question I think has no answer. The only way is checking some key in the registry