Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Create Snapshot Dynamicly

By mobasha B, 2008/08/20

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

 

 

Total article views: 944 | Views in the last 30 days: 3
 
Related Articles
FORUM

Database SnapShot

Database SnapShot

FORUM

database snapshot

Alter database snapshot

FORUM

Snapshots Deleted

Snapshots Deleted during Cleanup

SCRIPT

Snapshot Dynamicly

How to create a database snapshots dynamically

FORUM

Database Snapshots

1st change recorded in snapshot?

Tags
 
Contribute

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones