Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
2GIG LIMIT
Message
From
13/09/2000 16:48:47
 
 
To
13/09/2000 16:07:23
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00415989
Message ID:
00416121
Views:
33
>>>AFAIK, MSDE is limited with 2GIG.
>>
>>and that's not per table, right? If it works like SQL, there's one big file.
>
>SQL Server 7.0 does not store the data in one big file. Each table is in it's
own file. The MSDE limit is per database.

I thought this was to be the case when moving from 6.5 to 7.0, but I have yet to see it. The only way I can tell to actually get separate files for each table is to create the database and specify one filegroup file per table, then create each table on its filegroup file.

If you create a database and create its tables without specifying separate filegroups, you still get two files. The database is one file, and the transaction log is in another.

From SQL 7.0 Books online:

A database consists of two or more files: one data file to hold tables and other objects, and another file to hold the transaction log. Each file is used by only one database. A single file cannot be shared by multiple databases. When a database is dropped, its files are also deleted. Note that you can detach a database to preserve the files, rather than only to drop a database.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform