Viewing 5 posts - 1 through 5 (of 5 total)
•The state of this 18456 error is important. However, you always receive this "Logon Error: 18456" error message that has a state set to 1 in the client application.
To...
March 11, 2010 at 7:28 pm
Better try doing it in the command prompt.
NET STOP MSSQLSERVER
and then again start it by enabling the trace.
Use this
NET START MSSQLSERVER t1400.
The above mentioned commands are for default instance.
Thanks,
Leks
August 10, 2009 at 10:14 pm
Better try doing it in the command prompt.
NET STOP MSSQLSERVER
and then again start it by enabling the trace.
Use this
NET START MSSQLSERVER t1400.
The above mentioned commands are for default instance.
Thanks,
Leks
August 10, 2009 at 10:12 pm
Sreedevi,
The two possible action that you could do is
1. Update the system catalog by using alter database command by dropping that filegroup that is offline. So that the system will...
August 10, 2009 at 9:08 pm
If you have installed SQL server on the default directory look for the dts import/export wizard at C:\Program Files\Microsoft SQL Server\90\DTS\Binn folder.
As said by previous answerers , use the dts...
August 10, 2009 at 8:59 pm
Viewing 5 posts - 1 through 5 (of 5 total)