Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
More Information about SQL Database
Old 01-17-2007, 08:50 PM More Information about SQL Database
Super Talker

Posts: 121
Trades: 0
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.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
sarpras2005@yah is offline
Reply With Quote
View Public Profile Visit sarpras2005@yah's homepage!
 
 
Register now for full access!
Old 01-18-2007, 11:18 PM Re: More Information about SQL Database
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
Do you mean SQL Server or MySQL? They're somewhat similar, but not exact clones. Although your hosting company will have as much to do with the answer as anything else.

There's no total number of rows allowed in a SQL table. This is only limited by the amount of storage you have. I've worked with databases that had hundreds of millions of rows in a single table.

You can shrink a SQL Server database by running the DBCC command, or through Enterprise Manager ( '97 and 2000 ) or SQL Server Management Studio ( 2005 ). When you delete data, it's not really "deleted," it's just marked as empty. Eventually the space will get reclaimed, but the point is that just deleting some records won't change the size of your file. ( Actually it's likely to make the transaction log a tiny bit bigger. )

Again, if you mean the MSFT product, it's very simple to move a database from one server to another. Just detach the database, copy the file to the new server, and attach it. Here's the rub: you can't copy the file while it's under SQL's control ( "attached" ), so you need access to get into a different database ( master ) and detach yours. Then you need access to the mdf/ldf files themselves, which are probably stored in a different folder on your server.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Reply     « Reply to More Information about SQL Database
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09705 seconds with 12 queries