Skip to main content

Sql Server Backup Academy

Category: Errors

Unclosed quotation mark after the character string (Msg 105)

December 16, 2015October 17, 2023 Alexandr Omelchenko

The following error “Unclosed quotation mark after the character string…” occurs when you miss a quotation mark.

When the single quote is used once, and to close the statement SQL Server is expecting another single quote. For some reason, a user can forget to do it. For example:

BACKUP DATABASE Adventureworks TO DISK = 'diff.bak

Read More

Incorrect syntax near (Msg 102)

December 16, 2015October 17, 2023 Alexandr Omelchenko

The “Incorrect syntax near…” error appears if some symbol is missed. For example, the user decided to make a full database backup with the following command:

BACKUP DATABASE Adventureworks TO DISK 'full.bak'

Read More

Database ‘Adventureworks ‘ already exists. (Msg 1801)

December 16, 2015October 17, 2023 Alexandr Omelchenko

The “Database ‘AdventureWorks’ already exists. Choose a different database name.” error appears if the database with the same name already exists. For example, a user decided to create a new database backup with the following command:

CREATE DATABASE Adventureworks

Read More

Posts navigation

Newer posts 1 2
backup software
Sql Server Backup academy created by SqlBak

SqlBak is Full-featured, automated, agent-based backup and recovery system managed through the Cloud

Try it Free
Theme by Colorlib Powered by WordPress