Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle v/s SqlServer ...
The answer is yes and sort of.
IOT
===
Rather surprisngly to anyone from an oracle background *most* tables
in an MSSQL database will be stored in a specific index order. The
concept to look for in books online is Clustered Index. The index
doesn't have to be the primary key for the table, and indeed it may
well make sense for it not to be. There is no overflow segment either.
How do you use them - simply create a clustered index on the table.
Partitioning
Niall Litchfield
Oracle DBA
http://www.niall.litchfield.dial.pipex.com
Hi Xperts,
Below is the question related to Oracle & SqlServer.
Do we have "Index Organized Tables" and "Partioned Tables" in SqlServer 2k ?
How do we use them in SqlServer2k ?
Thanks and Regards,
Harsh Agrawal
![]() |
![]() |