I was thinking about that. (reinstall) But id like to resolve this in another way so that in the event that it happens again, i will have a solution.
Funny cuz this hasn't happened to me before, in my previous SQL Databases.
On the development server (where I am having problems) I am running...
The only thing negative is can decipher is this:
It occurs on the last entry of all 6 Archives in the SQL Server logs.
process_commands: Process 1728 generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process.
the Process number changes across all...
For some reason my SQL Server stops randomly. I enabled both 'Autostart SQL Server if it stops unexpectedly' & 'Autostart Sql Server Agent if it stops unexpectedly' and 'Autostrart Sql Server agent when OS starts'.
However, the problem persists, sometimes after I leave the computer/test server...
Greetings!
Is there a way to disable the warning that pops up when i hit refresh? the one that goes like:
"The Page cannot be displayed without resending information..."
thanks!
thanks BoDurban,
what i actually want to do is return a random record.
I plan to create a cursor with a randNum column that's just an auto-increment column and the ID column containing the key of the row i want to return. that's why i needed the insert select, but i'll try your advice, thanks...
Im a beginner in visual foxpro and the documentation doesnt help.
I have a few questions on cursors:
1. How do i fetch values from it?
How do i do something like this: (IN SQL SERVER)
fetch next cursor_something into iNumber
while(@@fetch_status = 0)
begin
fetch next...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.