Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can you list all the columns in a database?

Answer Posted / Jagesh Kumar

To list all the columns in a SQL Server database, you can use the INFORMATION_SCHEMA.COLUMNS view:nn```sqlnSELECT TABLE_NAME, COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS;n```

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why and when do stored procedure recompile?

1052


List out the different types of locks available in sql server?

1043


Why use identity in sql server?

1189


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1041


What is sql server query analyzer?

1119


What is standby servers? Explain types of standby servers.

1069


Explain “row_number()” in sql server with an example?

1069


How to rebuild the master database?

1157


When should you use an instead of trigger?

1042


do you know how to configure db2 side of the application? : Sql server database administration

1117


How to connect php with different port numbers?

1177


What kind of problems occurs if we do not implement proper locking strategy?

1493


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1186


How can I check that whether automatic statistic update is enabled or not?

1108


How to enter binary string literals in ms sql server?

1235