Hello,
I'm trying to Export Azure SQL with the steps provided here.
I have copied the DB and when I execute the Prepare database script I'm getting this error message:
"Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '-'.
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '-'.
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '-'."
What can be a problem? I just copied the given script and changed only the name of my copied DB in "ALTER DATABASE' command.
Before I executed the script I validated that the copying of DB is really over with following scripts:
SELECT * FROM sys.dm_database_copies
SELECT state_desc, * FROM sys.databases
*This post is locked for comments
I have the same question (0)