Re: No of columns in a table

From: Hari (hari_prasad_k_at_hotmail.com)
Date: 04/20/04


Date: Tue, 20 Apr 2004 10:48:00 +0530

Hi,

Columns per table : 1024

How it will affect the performance of a query:

Columns in a table will not affect the performance of the query in anyway,
The performance will be affected based on TSQL
statement and Index you are using.

What is the optimum max no of columns a table can contain?

There is no such restrictions on this.

Thanks
Hari
MCDBA

"Retna" <anonymous@discussions.microsoft.com> wrote in message
news:DA96640E-9762-4761-A199-042DA2101E6D@microsoft.com...
> Hi all,
> Is there a limit on no of columns in a table. How it will affect the
performance of a query. What is the optimum max no of columns a table can
contain.
> Pls give your expert advice .



Relevant Pages