Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pwagner

    MSDE

    You can change the type of security using SQL-DMO, with some frontend app using this code: oSQLApp = CreateObject('SQLDMO.Application') oServer = osqlapp.SQLServers(1) oserver.IntegratedSecurity.SecurityMode = 1 && 1 -> Just Windows , 2-> Win & SQL, 0-> Only SQL This works without working...

Part and Inventory Search

Back
Top