Having trouble backing up our SQL database via query analyzer. Running the command below but I am receiving an error when I try and run it. If I replace the DB name with master or northwind it works fine.
BACKUP DATABASE 1111cu
TO DISK = N'c:\test.bak'
WITH STATS = 5
ERROR:
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near '3209'.
Anyone have any idea's??? Thanks!!!
BACKUP DATABASE 1111cu
TO DISK = N'c:\test.bak'
WITH STATS = 5
ERROR:
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near '3209'.
Anyone have any idea's??? Thanks!!!