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  
 
programming4us programming4us