I try to backup database using code below :
backup database RestaurantManagement to disk = 'd:\'
sqlserver always show the message below :
Msg 3201, Level 16, State 1, Line 3 Cannot open backup device 'd:\'. Operating system error 3(The system cannot find the path specified.). Msg 3013, Level 16, State 1, Line 3 BACKUP DATABASE is terminating abnormally.
How can i code it ? help...