I\'m using C# with SMO and attempting to detect what edition of SQL Server (e.g., enterprise, standard) I\'m connecting to. I know how to get the version information, but t
It looks like you might be able to do it via SMO and the Server object. There are properties like Information.Edition which looks like it should do what you want.