Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Other SQL Server 2008 Topics
 Using ODBC Native Client , backing up .

Author  Topic 

AshPat
Starting Member

1 Post

Posted - 2009-11-17 : 09:57:42
I try to backup SQL server database using ODBC native client apis. One weird error occurs. When I run, SQLExecDirect(stmt, (SQLCHAR*)"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
   

- Advertisement -