Ian

Forum Posts = 90 Tutorial Posts = 62
Insert date (GMT) 2006-08-03 14:32:10 |
I was getting this error -
Shared pool memory - Error 40
When I tried to start the MS SQL Express service from within MS Visual Studio 2005 and also when I tried to start the service from within service.msc I was getting this error of 3417.
To fix this error I had to run the \90\Tools\Binn\SQLDIAG and within the services window set the SQL Server(SQLExpress)->Properties->Log On->Local System Account and also check the Allow services to interact with the desktop.
Then from the command line run
net start MSSQL$SQLEXPRESS
This fixed my errors :)
|