Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / DB Engine / SQL Server / March 2008

Tip: Looking for answers? Try searching our database.

memory allocation error

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
don - 15 Mar 2008 03:29 GMT
using sp_configure we inadvertanly set the network packet size too big, an
didn't get a warning.  when we restarted the mssql service we found that the
sqlserv instance wouldn't come up.. we were able to go into the tools >>
options >>
advanced menu and reset the packet size to 4096, which did allow us to
bring up the sqlserv instance, but when we try to bring up sql analyzer to
change the sp_configure paramenter we get  'odbc msg 0 level 16 state1 sql
serve driver (memor allocation failure). We suspect that even though we
change the packet size to 4096 in the tools >> options >> advanced window it
doesnt change the sp_configure value.  How can we do this without sql
analyzer ??

Signature

Don

Linchi Shea - 15 Mar 2008 05:23 GMT
Something is not right here. First of all, whatever the value you set for
'network packet size' usig sp_configure should not prevent the SQL instance
from coming up online. There is a max value which is 32767. If you try to set
a bigger value, SQL Server will reject it.

When you use Tools-> Options-->Advaced to change packet size, you are not
changing the option on the server side. Rather, you are changing a client
setting.

When your SDQL instance did not come online, what error message did you get?

Linchi

> using sp_configure we inadvertanly set the network packet size too big, an
> didn't get a warning.  when we restarted the mssql service we found that the
[quoted text clipped - 7 lines]
> doesnt change the sp_configure value.  How can we do this without sql
> analyzer ??
don - 15 Mar 2008 13:46 GMT
we get :odbc msg0 level 16 state 1 sqlserv driver(memory allocation failure)
trying to connect to sqlquery.. which means i cant run any sql commands to
reset sp_configure, unless you know of some other method of running that
process. Also when we try to start the sqlserver agent we get this error: 165
odc error 0, memory allocation failure [sqlstate HY001]
Signature

Don

> Something is not right here. First of all, whatever the value you set for
> 'network packet size' usig sp_configure should not prevent the SQL instance
[quoted text clipped - 20 lines]
> > doesnt change the sp_configure value.  How can we do this without sql
> > analyzer ??
don - 16 Mar 2008 17:04 GMT
we had to install ms sql server management studio (part of client tools) for
mssql 2005. This allowed us to  reset the value in the sp_config procedure to
an acceptable value using the object explorer.
Signature

Don

> Something is not right here. First of all, whatever the value you set for
> 'network packet size' usig sp_configure should not prevent the SQL instance
[quoted text clipped - 20 lines]
> > doesnt change the sp_configure value.  How can we do this without sql
> > analyzer ??
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.