Tagged: SQL Server Backup

Seeing Backup or Restore Progress in SQL Server

Hello everyone, In this article, I will try to give information about seeing the backup or restore progress in SQL Server. In SQL Server, in some cases you may want to see the backup or restore progress. You can easily do this using the code below. SELECT session_id AS SPID,...

Backing Up with Code in SQL Server

Hello everyone, In this article, I will try to give information about backing up with code in SQL Server. In SQL Server, in some cases, you may want to return with the backup code you have. You can easily do this using the code below. –Code 1 (restore backup via...

Don`t copy text!