February 10, 2009 at 3:46 am
Hai All,
i am using the sql server 2000 and my table have 15000 records.but now 50 user are used my application that time my table call 50 time that time i got the error message......
Error Message:Exception of type 'System.Web.HttpUnhandledException' was thrown.
TraceLog:
at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.member_member_aspx.ProcessRequest(HttpContext context) in c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\5d84b01f\8725fe7c\App_Web_dqsjjncl.5.cs:line 0 at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
These error message how to slove
regards
polaiah M
February 10, 2009 at 9:21 am
That's not a SQL error. That looks like something IIS will throw.
Are you the developer?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 22, 2009 at 9:55 am
do you find the solution ?
please reply me .
Thanks.
April 22, 2009 at 10:20 am
megho_man (4/22/2009)
do you find the solution ?please reply me .
It's not a SQL Server error.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 22, 2009 at 10:25 am
Ok , it's not a SQL Server error , but what is the cause ?
I want to know the reason of this issue , or the solution.
April 22, 2009 at 10:35 am
megho_man (4/22/2009)
Ok , it's not a SQL Server error , but what is the cause ?I want to know the reason of this issue , or the solution.
No idea. It looks like an IIS error. You'll probably get far better answers on a forum that deals with web development.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 25, 2013 at 1:47 pm
I am the follow error: exception of type 'system.outofmemoryexception' was thrown in sql server 2008, this ocurs when i try Copy of Headers of the Results. What is the posible solution, maybe this is not a error, problem with the memory.
Thanks,
November 25, 2013 at 1:53 pm
Eliezer Pimentel (11/25/2013)
I am the follow error: exception of type 'system.outofmemoryexception' was thrown in sql server 2008, this ocurs when i try Copy of Headers of the Results. What is the posible solution, maybe this is not a error, problem with the memory.Thanks,
You should start your own thread instead of jumping on a different one. Your exception is completely different than the one posted here originally.
This is not a sql error but a .NET thrown by SSMS. If you google "sql 2008 out of memory exception" you will find dozens and dozens of pages explaining why this occurs and how to avoid it.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply