windows-nt/Source/XPSP1/NT/admin/wmi/wbem/winmgmt/mofs/sqltest.mof
2020-09-26 16:20:57 +08:00

18 lines
367 B
Plaintext

//
// Creates a subnamespace of ROOT\DEFAULT called ROOT\DEFAULT\SQLTEST
// using a database called TEST in the local MSDE installation.
//
instance of __WmiMappedDriverNamespace
{
Name = "sqltest";
server = ".";
UserID = "sa";
Password = "";
database = "test";
CLSID = "{89B9BAF8-6A06-11d3-A5FE-00105A0A3102}";
};