I've to do a backup on SQL2014 of a database of size 400GB. When I do a the backup after 15min SQL give me an error : Time out. The available time expired before the operation was completed or the server is not responding.
For do this operation I have set timeout = -1 so I've infinite timeout. Why SQL give me timeout error when I've set infinite timeout? The database is fully avaiable cause I can excecute query on it. Someone help me please.