﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » .NET Forums » General .NET Discussion  » Backup SQL database</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 26 May 2026 06:43:51 GMT</lastBuildDate><ttl>20</ttl><item><title>Backup SQL database</title><link>http://forum.strataframe.net/FindPost21323.aspx</link><description>Hi Trent,&lt;P&gt;I am trying to implement an SQL database backup solution based on the sample code you posted on &lt;A href="http://forum.strataframe.net/FindPost15065.aspx"&gt;http://forum.strataframe.net/FindPost15065.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So far everything works fine if the database to be backup is hosted on my local computer, but if I am trying to backup a database hosted on my ISP server, the backup is never created.&lt;/P&gt;&lt;P&gt;I modified your sample solution to use SQL User Authentication, and I am able to authenticate, and I don't get any error, so the connection is fine I even added the logic to list the Databases as implemented in the SQLServerConnectionPage.vb so I am sure I am connecting to the ISP database.&amp;nbsp; Is there a limitation or a security feature in SQL Server that does not allow the backup of a remote database?</description><pubDate>Sat, 27 Dec 2008 12:39:58 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: Backup SQL database</title><link>http://forum.strataframe.net/FindPost21336.aspx</link><description>Edhy, &lt;/P&gt;&lt;P&gt;This is a very good question and I honestly don't know exactly what your issue may be.&amp;nbsp; Since this is stored on the ISP side, then I would suspect that the IO side of things are being restricted at the Windows Security level.&amp;nbsp; ISPs, and rightly so, are very restrictive on these types of things.&amp;nbsp; SQL Server also has limitations as to where the BACKUP files can be placed (also around the&amp;nbsp;OS and DB&amp;nbsp;Security side of things).&amp;nbsp; But if I had to guess, I would suspect that this has to do with IIS/DB/Windows Security permissions.&amp;nbsp; I would probably start with the latter.&lt;/P&gt;&lt;P&gt;Let me know what you find on this as I would be curious as to what you discover.&amp;nbsp; I do not have an ISP account that I could set this up on at preset.&amp;nbsp; But I am still interested on what you find.</description><pubDate>Sat, 27 Dec 2008 12:39:58 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>