I
try to backup SQL server database using ODBC native client apis. One
weird error occurs. When I run, SQLExecDirect(stmt, "BACKUP DATABASE
dbname TO DISK='C:TESTBK.BAK' WITH FORMAT ", sql_nts ) There are no
errors during runtime, and message shows backup taken . But it is not
seen innthe specified folder. With the same function if I try to take
LOG BACKUP , it is working. for differential also it is working. What
is wrong only for Full Backup? Welcome all ideas
Software/Hardware used:
SQL Server
ASKED:
November 17, 2009 2:49 PM