Detemining a database's OS with a SQL query?
Posted
by KaizenSoze
on Stack Overflow
See other posts from Stack Overflow
or by KaizenSoze
Published on 2010-04-21T12:08:48Z
Indexed on
2010/04/21
12:13 UTC
Read the original article
Hit count: 195
I'm writing a tool to gather customer configuration information. One of the questions I want to answer, what OS is the customer database running on.
I haven't found a generic way to find the OS with SQL and I can't create stored procedures on the customer's database.
If there is a way, it's probably vendor specific.
Suggestions? Thanks in advance.
© Stack Overflow or respective owner