this procedure performe two knids of operations:
either drop the old database snapshots and recreate them
--EXEC ADB.dbo.CreateSnapshot_SP
@SnapShotPath='G:\VSSBC\SnapShots\'
or create a new snapshot considering maultible data file.
--EXEC ADB.dbo.CreateSnapshot_SP
@SnapShotPath='G:\VSSBC\SnapShots\',@DatabaseName='Testdatabase',@Operation =0