<?xml version="1.0"?>

<rss version="2.0">


<channel>
<title>Home - All Categories - Database  </title>
<link>http://faq.asphosthelpdesk.com/category.php?id=3</link>
<description>This RSS Feed contains Articles of Category in the knowledge base. You can click on the title to view its content.</description>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=54</guid>
										<title>What is my MS SQL Connection String on my SQL Management Studio tool?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=54</link>
										<description><![CDATA[The connection string of your MS SQL database will always depend on the MS SQL version that you create via our Control Panel. You can find the connection string details by logging into our Control Panel -> Database.     When you connect from your...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=53</guid>
										<title>What is my MS SQL Connection String on the web.config?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=53</link>
										<description><![CDATA[The connection string of your MS SQL database will always depend on the MS SQL version that you create via our Control Panel. You can find the connection string details by logging into our Control Panel -> Database.   When you connect from your...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=148</guid>
										<title>How To Solve Problem with Connection String on EF (Entity Framework) 4 or above</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=148</link>
										<description><![CDATA[This article applies to anyone who uses Entity Framework (EF) type-of-codes on our shared server environment. Please be advised that when you host your database on our server, you will have to use the connection string on your web.config. The "usual"...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=322</guid>
										<title>How to Restore MSSQL Database by using &quot;Import Dump&quot;?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=322</link>
										<description><![CDATA[In this article, we will demonstrate to you the steps to import/restore your database from your local PC to our Database Server by using the "Import Dump" menu on our Plesk Panel.  1. Please login to our PLESK Panel  2. Please navigate to the section...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=321</guid>
										<title>How to Backup MSSQL Database by using &quot;Export Dump&quot;?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=321</link>
										<description><![CDATA[In this article, we will demonstrate to you the steps to export your database to your local PC by using the "Export Dump" menu on our Plesk Panel.  1. Please login to our PLESK Panel 2. Please navigate to the section "Files and Database" and please...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=84</guid>
										<title>How do I query MySQL database in ASP.NET?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=84</link>
										<description><![CDATA[In order to query your mySQL Database with ASP.NET script, you need to organize an ODBC connection with us first. The following the snippet of the code:   &lt;%@ Page Language="VB" %> &lt;%@ import Namespace="System.Data.Odbc" %>     &lt;script runat...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=47</guid>
										<title>Can I have more than one MySQL database on my hosting account?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=47</link>
										<description><![CDATA[Yes. You can orderunlimited MySQL database add-ons per account. You can order  your mySQL database add-ons via our Help  Desk System -> Purchase Addon -> MySQL Addon.  Alternatively,  you can choose to upgrade your hosting service to a higher plan....]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=118</guid>
										<title>I cannot login to my MS SQL database remotely. What did I do wrong?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=118</link>
										<description><![CDATA[If you cannot login to your MS SQL database remotely via SQL Management Studio Express tool, there are few things you need to check:  1. Please make sure you use the correct SQL Server details. Since this is a remote SQL connection, it is recommended...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=143</guid>
										<title>Can you grant SELECT PRIVILEGE to the system table mysql.proc</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=143</link>
										<description><![CDATA[Unfortunately, we cannot grant such privilege as it will expose our mySQL database to higher security risk.  Please refer to&nbsp;http://forums.mysql.com/read.php?98,41655,230799#msg-230799 for more information]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=48</guid>
										<title>Do you support MS SQL WebAdmin access?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=48</link>
										<description><![CDATA[We, unfortunately, has disabled the support of MS SQL WebAdmin. This is simply because of the fact that MS SQL WebAdmin can degrade the performance of your site, database and the overall server.  As a replacement, you can consider using a FREE...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=58</guid>
										<title>How often do you backup my website?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=58</link>
										<description><![CDATA[We do nightly backup of all your website files, databases, emails and DNS information. We send the backup into a separate, remote tape drive. With this mechanism, you can be rest assured that your data remains safe and secure with us.  We do, however...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=113</guid>
										<title>I receive this error message: &quot;Unknown file type (binary data)&quot; when trying to deploy my SQL CE database. What did I do wrong?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=113</link>
										<description><![CDATA[If you receive this error message, please try adding the following line to your web.config file: &lt;identity impersonate="true" userName="XXXXXXXXX" password="XXXXXX" />    This line should be added inside the tag &lt;system.web> &lt;/system.web>....]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=119</guid>
										<title>What is the connection string for my MySQL database?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=119</link>
										<description><![CDATA[If you want to connect from your site to your mySQL database, you need to use localhost as the mySQL server details, together with the correct mySQL username and password that you create via our Control Panel  ]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=45</guid>
										<title>Do you support SQL Reporting Service (SSRS)?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=45</link>
										<description><![CDATA[Yes, support SQL Reporting Service (SSRS). This service is provided as an extra addon to your current base hosting service. You can purchase this addon via our Help Desk System -> Purchase Addon -> SSRS Addon  Once the SQL Reporting Service (SSRS) is...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=37</guid>
										<title>Do you support Remote MSSQL connection?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=37</link>
										<description><![CDATA[Yes. We do allow remote MSSQL connection. This means that we allow a remote SQL connection from your PC to our database server via the free SQL Management Studio Express tool.  At a certain period of time, Microsoft usually releases a new version of...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=46</guid>
										<title>Can I have more than one MS SQL database on my hosting account?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=46</link>
										<description><![CDATA[Yes. You can orderunlimited MS SQL database add-ons per account. You can order your SQL database add-ons via our Help Desk System -> Purchase Addon -> MSSQL Addon.  Alternatively, you can choose to upgrade your hosting service to a higher plan. For...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=38</guid>
										<title>Do you support Remote mySQL connection?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=38</link>
										<description><![CDATA[Yes. We do allow remote MySQL connection. This means that we allow a remote mySQL connection from your PC to our database server via the free mySQL client tool.  ]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=133</guid>
										<title>How can I change my SQL Server collation name?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=133</link>
										<description><![CDATA[In order to change the SQL Server collation name, first of all, you need to know the name of the collation you want to set.  Since you do not have a direct permission to execute the command line: "ALTER DATABASE [database_name] COLLATE ...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=298</guid>
										<title>Do you support SQL 2014?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=298</link>
										<description><![CDATA[Starting from 1st Nov 2014, we have officially launched the new SQL Server 2012 on our new server. For those customers who registered before this date are still able to use SQL 2014 database. However, an account migration to a server that supports...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=52</guid>
										<title>Can I have one database user associated to more than 1 MS SQL database?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=52</link>
										<description><![CDATA[Yes, we can certainly arrange it for you. Please be advised that our Control Panel only supports 1-to-1 association and this means that 1 database user can only be associated to 1 MS SQL database only. If you want 1 database user to be associated to...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=116</guid>
										<title>Do you support SQL 2012?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=116</link>
										<description><![CDATA[Starting from 1st May 2012, we have officially launched the new SQL 2012 on our new server. For those customers who registered before this date are still able to use SQL 2012 database. However, an account migration to a server that supports SQL 2012...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=140</guid>
										<title>Do you support MS SQL Profiler?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=140</link>
										<description><![CDATA[Please be advised that in order to run SQL Profiler, we need to grant you a sysadmin role. Since this is a shared database server,this is not  something we can grant you.  We can grant you this role only if you are  our dedicated server client. If...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=49</guid>
										<title>Do you support MySQL WebAdmin Access?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=49</link>
										<description><![CDATA[Yes, we do support mySQL WebAdmin access and you can access this tool by logging to our Control Panel -> Database -> click your mySQL -> WebAdmin.   ]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=125</guid>
										<title>Can i login to my MySQL database via my own mySQL tool?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=125</link>
										<description><![CDATA[Unfortunately, if you want to administer your mySQL database remotely, you need to use our mySQL WebAdmin tool that is available from our Control Panel -> Database -> click your mySQL database -> WebAdmin.  ]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=40</guid>
										<title>Can I set up additional logins for my MS SQL database?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=40</link>
										<description><![CDATA[Yes, you can setup additional database users login via our Control Panel -> click on your domain -> Database -> Add New Database User ]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=41</guid>
										<title>Can I set up additional logins for my MySQL database?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=41</link>
										<description><![CDATA[Yes, you can setup additional database users login via your Control Panel -> click on your domain -> Database -> Add New Database User  ]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=44</guid>
										<title>Do you support SQL Server Integration Service?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=44</link>
										<description><![CDATA[No, we do not&nbsp;support SQL Server Integration Service (SSIS). We apologize for any inconvenience caused.]]></description>

									</item>

</channel>

</rss>