adatta questo
"C:\Program Files\Microsoft SQL Server\90\Tools\Binn\osql.exe" -S <nomeserver>\<nomedatabase> -U <username> -P <password> -Q "BACKUP DATABASE <nomedatabase> TO DISK='<cartella_di_destinazione>\<nome_file_di_bac kup>.bak' WITH FORMAT"
adatta questo
"C:\Program Files\Microsoft SQL Server\90\Tools\Binn\osql.exe" -S <nomeserver>\<nomedatabase> -U <username> -P <password> -Q "BACKUP DATABASE <nomedatabase> TO DISK='<cartella_di_destinazione>\<nome_file_di_bac kup>.bak' WITH FORMAT"