I ve developed a database in SQL server2005
I want to backup that database using C#...
For this i m using SQLDMO object..
i ve successfully connected to database
but i m getting an exception when i try to create an object of SQLDMO.BackupDe vice()
what is the problem?
I want to backup that database using C#...
For this i m using SQLDMO object..
i ve successfully connected to database
but i m getting an exception when i try to create an object of SQLDMO.BackupDe vice()
what is the problem?