Selecting columns in SQL Server with different font size -


select col1, col2 table_name 

here need set font size of col1 10 , col2 12.

is possible in sql server?

no, not possible directly through sql server. sql server works data, doesn't lot (and isn't meant lot) formatting display. however, mentioned in comments, there sql add-ons , tools offer functionality.

without though, application requesting information database have to:

  • make request
  • receive results (assuming no error)
  • loop through result set, formatting (setting size, font, color, etc...) , outputting returned values needed

Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo