diff --git a/WebsitePanel/Database/update_db.sql b/WebsitePanel/Database/update_db.sql index ddbe2d69..b221cba0 100644 --- a/WebsitePanel/Database/update_db.sql +++ b/WebsitePanel/Database/update_db.sql @@ -4465,6 +4465,15 @@ END GO /* SQL 2014 Provider */ +IF NOT EXISTS (SELECT * FROM [dbo].[ResourceGroups] WHERE [GroupName] = 'MsSQL2014') +BEGIN +INSERT [dbo].[ResourceGroups] ([GroupID], [GroupName], [GroupOrder], [GroupController], [ShowGroup]) VALUES (46, N'MsSQL2014', 11, N'WebsitePanel.EnterpriseServer.DatabaseServerController', 1) +END +ELSE +BEGIN +UPDATE [dbo].[ResourceGroups] SET [ShowGroup] = 1 WHERE [GroupName] = 'MsSQL2014' +END +GO IF NOT EXISTS (SELECT * FROM [dbo].[Providers] WHERE [DisplayName] = 'Microsoft SQL Server 2014') BEGIN INSERT [dbo].[Providers] ([ProviderID], [GroupID], [ProviderName], [DisplayName], [ProviderType], [EditorControl], [DisableAutoDiscovery]) VALUES (1203, 46, N'MsSQL', N'Microsoft SQL Server 2014', N'WebsitePanel.Providers.Database.MsSqlServer2014, WebsitePanel.Providers.Database.SqlServer', N'MSSQL', NULL) @@ -4484,737 +4493,9 @@ UPDATE [dbo].[Providers] SET [DisableAutoDiscovery] = NULL, GroupID = 46 WHERE [ END GO -IF NOT EXISTS (SELECT * FROM [dbo].[ResourceGroups] WHERE [GroupName] = 'MsSQL2014') -BEGIN -INSERT [dbo].[ResourceGroups] ([GroupID], [GroupName], [GroupOrder], [GroupController], [ShowGroup]) VALUES (46, N'MsSQL2014', 11, N'WebsitePanel.EnterpriseServer.DatabaseServerController', 1) -END -ELSE -BEGIN -UPDATE [dbo].[ResourceGroups] SET [ShowGroup] = 1 WHERE [GroupName] = 'MsSQL2014' -END -GO + /*This should be [DefaultValue]= N'MsSQL2000=SQL Server 2000;MsSQL2005=SQL Server 2005;MsSQL2008=SQL Server 2008;MsSQL2012=SQL Server 2012;MsSQL2014=SQL Server 2014;MySQL4=MySQL 4.0;MySQL5=MySQL 5.0' but the field is not large enough!! */ UPDATE [dbo].[ScheduleTaskParameters] SET [DefaultValue]= N'MsSQL2005=SQL Server 2005;MsSQL2008=SQL Server 2008;MsSQL2012=SQL Server 2012;MsSQL2014=SQL Server 2014;MySQL4=MySQL 4.0;MySQL5=MySQL 5.0' WHERE [TaskID]= 'SCHEDULE_TASK_BACKUP_DATABASE' AND [ParameterID]='DATABASE_GROUP' GO -INSERT [dbo].[UserSettings] ([UserID], [SettingsName], [PropertyName], [PropertyValue]) VALUES (1, N'PackageSummaryLetter', N'HtmlBody', N' -
--Hello #user.FirstName#, -
- --"#space.Package.PackageName#" hosting space has been created under your user account -and below is the summary information for its resources. -
-Control Panel URL | -Username | -Password | -
---|---|---|
http://panel.HostingCompany.com | -#user.Username# | -#user.Password# | -
- General hosting space limits: -
-Disk Space, MB: | -|
Bandwidth, MB/Month: | -|
Maximum Number of Domains: | -|
Maximum Number of Sub-Domains: | -
Maximum Number of Web Sites: | -|
Web Application Gallery: | -|
Classic ASP: | -|
ASP.NET 1.1: | -|
ASP.NET 2.0: | -|
ASP.NET 4.0: | -|
PHP 4: | -|
PHP 5: | -|
Perl: | -|
CGI-BIN: | -
- In order to point your domain to the web site in this hosting space you should use the following Name Servers: -
-#NameServer# | -
- You should change the name servers in domain registrar (Register.com, GoDaddy.com, etc.) control panel. - Please, study domain registrar''s user manual for directions how to change name servers or contact your domain - registrar directly by e-mail or phone. -
-- Please note, the changes in domain registrar database do not reflect immediately and sometimes it requires from - 12 to 48 hours till the end of DNS propagation. -
- - -- The following web sites have been created under hosting space: -
-http://#WebSite.Name# | -
- * Please note, your web sites may not be accessible from 12 to 48 hours after you''ve changed name servers for their respective domains. -
- -- You can access your web sites right now using their respective temporary URLs (instant aliases). - Temporary URL is a sub-domain of the form http://yourdomain.com.providerdomain.com where "yourdomain.com" is your - domain and "providerdomain.com" is the domain of your hosting provider. -
-- You can use the following Temporary URL for all your web sites: -
-- http://YourDomain.com.#InstantAlias# - | -
- Sometimes it is required to know the physical location of the hosting space folder (absolute path). - Hosting space folder is the folder where all hosting space files such as web sites content, web logs, data files, etc. are located. -
-- The root of your hosting space on our HDD is here: -
-- #PackageRootFolder# - | -
- By default the root folder of any web site within your hosting space is built as following (you can change it anytime from the control panel): -
-- #PackageRootFolder#\YourDomain.com\wwwroot - | -
Maximum Number of FTP Accounts: | -
-Your hosting space allows working with your files by FTP. -You can use the following FTP server to access your space files remotely: -
-ftp://#FtpIP# | -
- Also, you can use the following domain names to access your FTP server: -
-ftp://ftp.YourDomain.com | -
- During DNS propagation period (when domain name servers have been changed), similar to web sites, FTP server can be access with Temporary URL too: -
-ftp://ftp.YourDomain.com.#InstantAlias# | -
- The following FTP accounts have been created under your hosting space and can be used to access FTP server: -
-Username | -Password | -Folder | -
---|---|---|
#FtpAcocunt.Name# | -- #FtpAcocunt.Password# - | -#FtpAcocunt.Folder# | -
Maximum Number of Mail Accounts: | -|
Maximum Number of Mail Forwardings: | -|
Maximum Number of Mail Groups (Aliases): | -|
Maximum Number of Mailing Lists: | -
-Below is the IP address of your POP3/SMTP/IMAP server. You can always access your mailbox(es) -using this IP address instead of actual POP3/SMTP/IMAP servers name: -
-- #MailRecords[0].ExternalIP# - | -
- Also, you can use the following domain names to access SMTP/POP3 server from your favourite e-mail client software: -
-mail.YourDomain.com | -
- During DNS propagation period (when domain name servers have been changed), similar to web sites, SMTP/POP3 server can be access with temporary domain too: -
-mail.YourDomain.com.#InstantAlias# | -
- The following mail accounts have been created under your hosting space: -
-Username (for POP3/SMTP/IMAP/WebMail) | -Password | -|
---|---|---|
#MailAccount.Name# | -#MailAccount.Name# | -- #MailAccount.Password# - | -
- You can create databases and database users on "Space Home -> Databases" screen in the control panel. -
- -Maximum Number of Databases: | -|
Maximum Number of Users: | -
- In order to connect to SQL Server 2000 from Management Studio, Enterprise Manager, Query Analyzer - or other client software you can use the following SQL Server address: -
-#MsSQL2000Address# | -
Maximum Number of Databases: | -|
Maximum Number of Users: | -
- In order to connect to SQL Server 2005 from Management Studio, Enterprise Manager, Query Analyzer - or other client software you can use the following SQL Server address: -
-#MsSQL2005Address# | -
Maximum Number of Databases: | -|
Maximum Number of Users: | -
- In order to connect to SQL Server 2008 from Management Studio, Enterprise Manager, Query Analyzer - or other client software you can use the following SQL Server address: -
-#MsSQL2008Address# | -
Maximum Number of Databases: | -|
Maximum Number of Users: | -
- In order to connect to SQL Server 2014 from Management Studio, Enterprise Manager, Query Analyzer - or other client software you can use the following SQL Server address: -
-#MsSQL2014Address# | -
Maximum Number of Databases: | -|
Maximum Number of Users: | -
- In order to connect to SQL Server 2014 from Management Studio, Enterprise Manager, Query Analyzer - or other client software you can use the following SQL Server address: -
-#MsSQL2014Address# | -
Maximum Number of Databases: | -|
Maximum Number of Users: | -
- In order to connect to MySQL 4.x server you can use the following address: -
-#MySQL4Address# | -
Maximum Number of Databases: | -|
Maximum Number of Users: | -
- In order to connect to MySQL 5.x server you can use the following address: -
-#MySQL5Address# | -
- Microsoft Access database are automatically allowed in any hosting plan. You can create/upload any number of Access - database from File Manager in control panel. -
- - -Maximum Number of Statistics Sites: | -
- You can view advanced statistics from your domain using URL of the following form: -
-http://stats.YourDomain.com | -
- During DNS propagation period (when domain name servers have been changed), you can access web site statistics with Temporary URL: -
-http://stats.YourDomain.com.#InstantAlias# | -
-If you have any questions regarding your hosting account, feel free to contact our support department at any time. -
- -
-Best regards,
-ACME Hosting Inc.
-Web Site: www.AcmeHosting.com
-E-Mail: support@AcmeHosting.com
-
- You may also use SQL Server address above in your application connection strings, for example: -
-Classic ASP (ADO Library) | -Provider=SQLOLEDB;Data source=#server#;Initial catalog=databaseName;User Id=userName;Password=password; | -
ASP.NET (ADO.NET Library) | -Server=#server#;Database=databaseName;Uid=userName;Password=password; | -