Would like to take a snapshot of a file that is on an AS400 system. It is possible to do and what is the exact syntax...
CREATE DATABASE CustomBalStat
ON
(NAME = BalStat_Data,
FILENAME = 'C:\CustomBalStat')
AS SNAPSHOT OF "AS400.TEST.SQL_TEST.TESTFILE"
Just wanted to know if indeed was possible. Curious.