| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Nov 2007 Location: Mangalore
Posts: 118
![]() | More Information about SQL Database I will want to know more about SQL database. Total number of entries permitted to each SQL table. It is possible to transfer SQL database to one server to another server (web hosting company). It is possible to reduce size of database (deleting some of pending articles). Please good replay. |
| |
| | #2 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Yes you can transfer databases to other hosts as long as they use the same database engine (ie mysql, mssql etc). If you are using phpmyadmin to backup your database you in the export area you can choose to download it compressed which should reduce the download size dramatically. Regarding whether the actual database could be made smaller really depends on your content in the database and what you no longer need. The maximum amount of data that you can have in a table depend on a few things such as:- Th processing power and ram available on the server The storage space on the server The field type used for your index field
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft |
| |
| | #3 (permalink) |
| NamePros Regular Join Date: Jul 2005 Location: Tucson, AZ
Posts: 689
![]() | All database servers have backup/restore functionality. But yes, they have to be the same with some exceptions. MySQL for instance can export it's backups at MSSQL or ORACLE compatible SQL. The max amount of data also depends on licensing in some cases. MSSQL and ORACLE have space limitations (in the GB range, granted) unless you buy the most expensive versions which support clustering and SAN's and all that fun stuff. |
| |
| | #4 (permalink) | ||||
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
????: NamePros.com http://www.namepros.com/programming/441761-more-information-about-sql-database.html If you transfer to another engine, even if you change for example to the native mssql mysql functions it may still not work as you may for example be using functions within the sql that act differently in another engine.
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft | ||||
| |
| | #5 (permalink) | ||||
| NamePros Regular Join Date: Jul 2005 Location: Tucson, AZ
Posts: 689
![]() |
| ||||
| |
| | #7 (permalink) | ||||
| Senior Member Join Date: Oct 2006 Location: Ohio
Posts: 1,212
![]() ![]() ![]() ![]() |
| ||||
| |