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
How do I make buttons look better in VB.NET?
Backup warnings Shadow Protect
Where Can I Buy Legitimate License for Used Acronis Software
basic HMVC diagram
List
How to convert / rip .mov movie video to DVD format
Creating a Batch File / Script
Classic ASP Cookie Error
How do I combine multiple spreadsheets into one PivotTable?
Monitor the local administrator account activities on the windows servers