BUG: SQLOLE_STARTSRV_TYPE Datatypes Fail When Using StartModeID: Q159846
|
When you issue the Start Method, all SQLOLE_STARTSRV_TYPE datatype
parameters except for SQLOLEStart_Defaults and SQLOLEStart_StartAndConnect
will fail their desired behavior.
To work around this problem, do one of the following:
Microsoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
Steps to Reproduce the Problem:
Private Sub Command1_Click()
Dim SQLServer As New SQLServer
SQLServer.Start "VOOM", "sa", "", , , , SQLOLEStart_SingleUser
End Sub
This will start SQL Server, but not in single user mode.
Additional query words: DMO distributed management objects
Keywords : kbusage SSrvDMO SSrvISQL kbbug6.50
Version : 6.5
Platform : WINDOWS
Issue type :
Last Reviewed: April 4, 1999