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
step by step instructions on moving "favorites" using Kinston 2GB data traveler
VB.Net Hotmail/Windows Live
would buying a new server solve my problem
Using querystrings with PHP
Cheapest web hosting for .NET web applicaiton nopCommerce
PHP remove duplicate values from multidimensional array
Print nvarchar doe not print any output
Need help importing customer information into quick books
Referring to Data in a Drop Down List that is selected
Write a batch file in windows and schedule it to copy certain files to Linux server?