8

How to create a database snapshot in SQL Server with SSMS GUI? I can't find the menu of that action.

Thanks.

Just a learner
  • 26,690
  • 50
  • 155
  • 234

1 Answers1

13

Taken from the msdn article -

"The only way to create a snapshot is to use Transact-SQL."

Sachin Shanbhag
  • 54,530
  • 11
  • 89
  • 103