Questions on Windows Shared Hosting

23 questions available

1
Why the error The maximum report processing jobs limit configured by your system administrator has been reached is displayed while printing crystal report ?

This error message will appear if the web application has exceeded the Crystal Reports reporting engine default print job limit. By default, the print job limit is set to 75 print jobs. When high reporting

More...
2
How to restore .mdf amp .ldf backup file to my MSSQL database create through Plesk ?

In shared hosting server, user cannot restore MSSQL database by using .mdf & .ldf files. But user can restore MSSQL database by using .bak format files in Plesk panel.However, upload your .mdf & .ldf file

More...
3
how to take database backup and restore database in plesk 11 ?

The following steps needs to follow for take Mssql Database Backup from plesk panel. 1.login into plesk panel ---> click Backup manager. You can see More Actions click that combo box and select Database

More...
4
How to access the MSSQL database?

There are two methods available through which you can access your MSSQL Database. The first method is through 'Remote Database Connectivity' i.e. you will be connected to the server with your browser in

More...
5
How to access the MSSQL database using Plesk?

Follow the below steps to access MSSQL databases using plesk.Login to your plesk panel.Goto Websites & domains > Click on Databases option which is under right pane of the panel.Choose your desired database

More...
6
How to access the MSSQL database using Remote Database Connectivity?

Follow the below to access your MSSQL database through 'Remote Database Connectivity'->Initially you should have installed the Microsoft SQL Server Management Studio software tool in your computer for

More...
7
I need coding for ASP.NET Web.config MSSQL connection string?

I need coding for ASP.NET Web.config MSSQL connection string?Use the below mentioned code for ASP.NET web.config MSSQL connection string.< configuration > < connectionStrings >< add name="connect" connectionString="Server=localhost;

More...
8
There are issues in creating database and tables. What can I do?

There are issues in creating database and tables. What can I do?If there are any difficulties in creating database and tables, then you can create it in your local computer system itself. After creating

More...
9
Can I use .bak format files to restore the database?

Can I use .bak format files to restore the database?Yes, a customer can use the .bak format files to restore the database.Refer to the below tutorial link to know How To Restore Database From Backup (.BAK)

More...
10
Connecting domain.com database from Microsoft SQL Server Management Studio

Kindly refer the below link to access MSSQL database.https://www.hioxindia.com/faq/domain-hosting/access-MSSQL-database.php

More...
11
Can I connect through Microsoft Server Management Studio Express?

Can I connect through Microsoft Server Management Studio Express?Yes, you can connect through the Microsoft Server Management Studio Express. Use this link to view more information regarding getting connected

More...
12
Will I face issues, if I use MSSQL 2005 version?

Yes, you may face Version Compatibility issue. Always use the latest version as recommended by the service provider and using old version may create issues. So, you can upgrade your current MSSQL version

More...
13
Where the database backup is stored?

Where the database backup is stored?Normally the database backup are stored in the Repository backup. Note that it cannot be automatically downloaded.

More...
14
What is the hostname to be used for the database connection in Windows Plesk Server?

What is the hostname to be used for the database connection in Windows Plesk Server?The hostname to be used for the database connection in Windows Plesk Server is your sitename. For example hiox.com.

More...
15
I require connection string for my database?

Use the below mentioned code for MSSQL database.ConnectionString=Driver={SQLServer};Server=your_server_name; &_Database=your_database_name;Uid=your_username;Pwd=your_password;In above mentioned code, replace

More...