Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Limitation on number of columns in Visual Studio 2008

I am working on Visual Studio 2008 server and tried to fetch rows from the database but I am hitting an error indicating more than 655 columns. Is there any limit for the number of columns a table I can fetch in my query? Is there any way I can retrieve these much number of columns?


1 Answer
usharani

This limitation is for Visual Studio. You would require writing separate queries to get different columns and combine the output by comparing common columns.

Advertisements

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.