How many columns can exist together per table?



How many columns can exist together per table?..

Answer / Shomi Adarsh

There is no specific limit to the number of columns a table can have in SQL Server. However, it's best practice to avoid creating tables with too many columns as it may affect performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How can a database be repaired?

1 Answers  


Explain about builtinadministrator?

1 Answers  


Equi join and non equi join is possible with sql server?

0 Answers  


How do I find the sql server version?

0 Answers  


How many types of TRIGGERS are there in MS SQL Server?

8 Answers   CarrizalSoft Technologies, TCS, United Healthcare,


Why I am getting this error when renaming a database in ms sql server?

1 Answers  


Can we passed multiple recordset(set of records) using a Stored Procedure

2 Answers  


What is sql injection and why is it a problem? : sql server security

1 Answers  


What meant by Performance Tuning,how can we do the performance tuning on stored procedures and tell some steps to do the performance tuning

3 Answers   TCS,


What are the types of subscriptions in SQL Server replication?

1 Answers   HCL,


What is pivot and unpivot?

1 Answers  


What are the five characteristics of good data?

1 Answers  


Categories