I was trying to change an index and I received an error "The log file for database 'tempdb' is full. Back up the transaction log for the database to free up some log space."
I tryed (novice) to backup the log by using
USE tempdb
GO
BACKUP log tempdb
but that resulted in the message "Backup and restore operations are not allowed on database tempdb."
What do I do?
I tryed (novice) to backup the log by using
USE tempdb
GO
BACKUP log tempdb
but that resulted in the message "Backup and restore operations are not allowed on database tempdb."
What do I do?