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
Want to reallocate disk areas in LINUX
I"m getting an undefined index error message on this script.
Cannot delete all files from search
When i just click on the Plus sign beside the Management Folder this pops up. single user Mode..
Is there a non-vba way to find the value result from a lookup
cannot send mail from non-windows host in domain
How to use T-SQL to discover which node the SQL instance is running on?
How to open the DetailsView in Insert Mode
How to open two connections at one time.
<li> not displaying list-style-image when using display:inline