We have two Server's
In one server Application(ASP.net Website) is Running and In Second server Database(SQL 2005) is running..
Previously both Application and Database running on Same Server and I can make backup using this command
backup database TESTDBNAME to disk='PATH'
can someone suggest me how i can get rid of current situation
Thanks