Microsoft
Software
Hardware
Network
Question : EXCEPTION_ACCESS_VIOLATION
for a query, if you get the error:
SqlDumpExceptionHandler: Process 53 generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION
. SQL Server is terminating this process.
what could it mean?
Answer : EXCEPTION_ACCESS_VIOLATION
Give this a try, see if it gives you some ideas:
@echo off
set DestinationDirectory=X:\
for /F "tokens=*" %%A in ('dir /b /s "c:\*_daily"') do (
robocopy "%%A" %DestinationDirectory%" /S
)
~bp
Random Solutions
Passing value from one page textbox to another page textbox
make bold text in email
Create multiple SQL Tables at once rather than a single table at a time
electrical potential energy - q2
vb code to bring app into focus
Design web page so links to images pop-up a semi-transparent image and not a new browser
mysql RLIKE '[[:<:]]WA[[:>:]]'
Excel VBA
Joining issues
How can I determined who deleted a public folder in Exchange 2003?