Dragonsoft Technology View
  • Piwigo
  • Gallery 3
  • Wise Library
  • Publications
  • Privacy Policy
  • About

list of columns

Fun stuff with SQL Server

Tip: Get list of columns for the table

When you dealing with dynamic SQL or unknown table structure, SQL meta data could help recover the missing information. There are two main system tables which give you such information: dbo.sysobjects dbo.syscolumns Example below shows how to gather column list for specified table. DECLARE @TABLENAME varchar(256), @COLUMNS varchar(4000) SET @TABLENAME Read more

By Serguei Dosyukov, 17 yearsMay 12, 2008 ago
About
From a junior developer through Sr Manager position, I was always interested in new technologies. Passionate speaker, IT junky, developer, architect, team lead, and development manager - many hats, one goal - making software better and being closer to people’s needs. For the most part I am using my blog as a scratch pad, writing small articles on things which I came across, was asked about more then once, and which would otherwise require additional research again and again.

Testimonials

The greydragon theme is fantastic. It’s clean, stable and feature rich. It took me a while to decide to move to G3 but with a there like this one, I could no longer resist. Thanks!

― Ed

I’ve used your Greydragon theme ever since I switched to using Gallery3. It looks very slick; it does everything that I want; it is easy to customise the appearance with its many options; image preloading makes it faster than other themes; the author continually develops it in response to feature Read more

― Brian Stewart
  • Piwigo
  • Gallery 3
  • Wise Library
  • Publications
  • Privacy Policy
  • About
Hestia | Developed by ThemeIsle